Dmitri Khokhlov
Dmitri Khokhlov
correct. note: you may need to adjust exclusion rules to eliminate duplicates from default logdir /var/log (cannot override it in env var, only in file config). also disable journald in...
how do you run agent? standalone app/service or in container/pod?
here is the `logdna.env` file: ``` # cat /etc/logdna.env LOGDNA_INGESTION_KEY=xxxxxxxxxxxxxxxxxx LOGDNA_LOG_DIRS=/mnt/my_log_dir LOGDNA_INCLUSION_RULES=/mnt/my_log_dir/* LOGDNA_EXCLUSION_RULES=/var/log/* ``` Test: ``` # mkdir -p /mnt/my_log_dir # systemctl restart logdna-agent # touch /mnt/my_log_dir/my.log # echo "test"...
Hi Pritesh We will announce any changes we make beforehand and will give customers ample time to make any necessary changes.
[that hostname line](https://github.com/logdna/logdna-agent-v2/blob/bbafbb058f6936a43969e38bfc2fbf49f053e353/k8s/agent-resources-openshift.yaml#L183) has not been touched for very long time and that file should exist in Linux. I see that file when I run the image: ``` ~$ docker...
ic, you are using FCOS. Probably something todo with FCOS vs RHCOS. > Red Hat Enterprise Linux CoreOS (RHCOS) is the only operating system supported on the OpenShift control plane...
ic. might be OCP 4 vs OCP 3. some search on RH portal: https://access.redhat.com/search/#/?q=%22%2Fetc%2Fhostname%22%20openshift @thanusiak are you happy with `proc/sys/kernel/hostname` solution?
@Saad-Hussain1 Sysdig agent allows to scrape http endpoints: https://docs.sysdig.com/en/docs/sysdig-monitor/integrations-for-sysdig-monitor/collect-prometheus-metrics/configuring-sysdig-agent/#configuring-sysdig-agent use_https | When set to true, connectivity to the exporter will only be attempted through HTTPS instead of HTTP. It is...
To understand more your deployment setup: 1) Is it cloud deployment? 2) Are all your Prometheus internal scraping endpoints using https already? (not all of them are supporting https) 3)...