summaryrefslogtreecommitdiffstats
path: root/src/logsmanagement
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2024-02-26 17:11:53 +0200
committerGitHub <noreply@github.com>2024-02-26 17:11:53 +0200
commitd224fd08b0770655b157f60b5934e7e6231ede8b (patch)
treecf453f1aed19b9e80389c026067f236d90914197 /src/logsmanagement
parent35ba6473cf43539eee550b9f7362b78f83b03271 (diff)
Fix links pointing to old go.d repo and update the integrations (#17040)
* staging test * replace links and re-run integrations scripts
Diffstat (limited to 'src/logsmanagement')
-rw-r--r--src/logsmanagement/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logsmanagement/README.md b/src/logsmanagement/README.md
index 5c3982dca7..73ca9e91b5 100644
--- a/src/logsmanagement/README.md
+++ b/src/logsmanagement/README.md
@@ -212,7 +212,7 @@ This collector will collect [Apache](https://httpd.apache.org/) and [Nginx](http
| :------------: | ------------ |
| `log path` | The path to the web server's `access.log`. If set to `auto`, the collector will attempt to auto-discover it, provided the name of the configuration section is either `Apache access.log` or `Nginx access.log`. |
| `use inotify` | Select between inotify and file stat watchers (providing `libfluent-bit.so` has been built with inotify support). It defaults to `yes`. Set to `no` if abnormally high CPU usage is observed or if the log source is expected to consistently produce tens of thousands of (unbuffered) logs per second. |
-| `log format` | The log format to be used for parsing. Unlike the [`GO weblog`]() module, only the `CSV` parser is supported and it can be configured [in the same way](https://github.com/netdata/go.d.plugin/blob/master/modules/weblog/README.md#known-fields) as in the `GO` module. If set to `auto`, the collector will attempt to auto-detect the log format using the same logic explained [here](https://github.com/netdata/go.d.plugin/blob/master/modules/weblog/README.md#log-parser-auto-detection). |
+| `log format` | The log format to be used for parsing. Unlike the [`GO weblog`]() module, only the `CSV` parser is supported and it can be configured [in the same way](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/weblog/README.md#known-fields) as in the `GO` module. If set to `auto`, the collector will attempt to auto-detect the log format using the same logic explained [here](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/weblog/README.md#log-parser-auto-detection). |
| `verify parsed logs` | If set to `yes`, the parser will attempt to verify that the parsed fields are valid, before extracting metrics from them. If they are invalid (for example, the response code is less than `100`), the `invalid` dimension will be incremented instead. Setting this to `no` will result in a slight performance gain. |
| `vhosts chart` | Enable chart showing names of the virtual hosts extracted from the collected logs. |
| `ports chart` | Enable chart showing port numbers extracted from the collected logs. |