Connect Linux hosts
Linux hosts sensor
Last updated
curl -fsSL https://groundcover.com/install-groundcover-sensor.sh | sudo env API_KEY='{ingestion_Key}' GC_ENV_NAME='{selected_Env}' GC_DOMAIN='{BYOC_ENDPOINT}' bash -s -- installcurl -fsSL https://groundcover.com/install-groundcover-sensor.sh | sudo bash -s -- uninstallecho "# Local overrides to sensor configuration
k8sLogs:
scraper:
dockerMaxLogSize: 102400
" | sudo tee /etc/opt/groundcover/overrides.yaml && sudo systemctl restart groundcover-sensor// add custom static labels to metrics
pipelines:
metrics:
additionalMetricLabels:
label1: "label1_value"
label2: "label2_value"