You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Monitor Nginx or Apache web server log files with Netdata
@@ -22,10 +20,10 @@ You can now use the [LTSV log format](http://ltsv.org/), track TLS and cipher us
22
20
ever. In one test on a system with SSD storage, the collector consistently parsed the logs for 200,000 requests in
23
21
200ms, using ~30% of a single core. To learn more about these improvements, see our [v1.19 release post](https://blog.netdata.cloud/posts/release-1.19/).
24
22
25
-
The [go.d plugin](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/weblog/) is currently compatible with
26
-
[Nginx](https://nginx.org/en/) and [Apache](https://httpd.apache.org/).
23
+
The [go.d plugin](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/weblog/) is currently compatible
24
+
with [Nginx](https://nginx.org/en/) and [Apache](https://httpd.apache.org/).
27
25
28
-
This tutorial will walk you through using the new Go-based web log collector to turn the logs these web servers
26
+
This guide will walk you through using the new Go-based web log collector to turn the logs these web servers
29
27
constantly write to into real-time insights into your infrastructure.
30
28
31
29
## Set up your web servers
@@ -128,7 +126,7 @@ web server's access log and begin showing real-time charts!
128
126
### Custom log formats and fields
129
127
130
128
The web log collector is capable of parsing custom Nginx and Apache log formats and presenting them as charts, but we'll
131
-
leave that topic for a separate tutorial.
129
+
leave that topic for a separate guide.
132
130
133
131
We do have [extensive
134
132
documentation](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/weblog/#custom-log-format) on how
@@ -160,4 +158,4 @@ into powerful real-time tools for keeping your servers happy.
160
158
Don't forget to give GitHub user [Wing924](https://github.com/Wing924) a big 👍 for his hard work in starting up the Go
0 commit comments