Apache Logs and Metrics
Visualize apache logs.
Revamped Apache Logs dashboard, which was originally created by Nicolas Zachow (ID 968).
The original one was not working on my setup, so I reworked it.
Telegraf config:
[[outputs.influxdb]]
database = “my_metrics_database”
[[inputs.tail]]
files = ["/var/log/apache2/access.log", “/var/log/apache2/error.log”]
data_format = “grok”
grok_patterns = ["%{COMBINED_LOG_FORMAT}"]
from_beginning = true
Data source config
Collector config:
Dashboard revisions
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Decscription | Created | |
---|---|---|---|
Download |
Get this dashboard
Data source:
Dependencies: