×
Back to ITRS Internal Only FAQ
Internal documentation only
This page has been marked as draft.
Disable HTTP Request Logging for InfluxDB
Problem Copied
Excessive HTTP request log entries can clutter the logs and become quite annoying due to how quickly they fill up log files. The following step-by-step procedure outlines how to disable these messages to maintain cleaner, more efficient logs.
Process Copied
-
Modify /etc/influxdb/influxdb.conf file
-
Look for the [http] section, and change the following section
From
## Determines whether HTTP request logging is enabled.
## log-enabled = true
To
## Determines whether HTTP request logging is enabled.
log-enabled = false
- Restart InfluxDB for the changes to reflect
systemctl restart influxdb.service
/opt/opsview/watchdog/bin/opsview-monit restart opsview-timeseries
/opt/opsview/watchdog/bin/opsview-monit restart opsview-timeseriesenqueuer
/opt/opsview/watchdog/bin/opsview-monit restart opsview-timeseriesinfluxdbupdates
/opt/opsview/watchdog/bin/opsview-monit restart opsview-timeseriesinfluxdbqueries
["Geneos"]
["FAQ"]