diff --git a/content/app-man-syslog-ng/pdbtool.1.md b/content/app-man-syslog-ng/pdbtool.1.md index 6ddf0f56..683f85e0 100644 --- a/content/app-man-syslog-ng/pdbtool.1.md +++ b/content/app-man-syslog-ng/pdbtool.1.md @@ -203,7 +203,7 @@ The following example applies the `sshd.pdb` pattern database file to the log me `merge [options]` -Use the `merge` command to combine separate pattern database files into a single file (pattern databases are usually stored in separate files per applications to simplify maintenance). If a file uses an older database format, it is automatically updated to the latest format (`V3`). See the [AxoSyslog documentation](https://axoflow.com/) for details on the different pattern database versions. +Use the `merge` command to combine separate pattern database files into a single file (pattern databases are usually stored in separate files per applications to simplify maintenance). If a file uses an older database format, it is automatically updated to the latest format (`V3`). See the [AxoSyslog documentation](https://axoflow.com/docs/axosyslog-core/) for details on the different pattern database versions. - `--debug` or `-d` @@ -247,7 +247,7 @@ Currently it is not possible to convert a file without merging, so if you only w `patternize [options]` -Automatically create a pattern database from a log file containing a large number of log messages. The resulting pattern database is printed to the standard output (`stdout`). The `pdbtool patternize` command uses a data clustering technique to find similar log messages and replacing the differing parts with `@ESTRING:: @` parsers. For details on pattern databases and message parsers, see the [AxoSyslog documentation](https://axoflow.com/). The `patternize` command is available only in version 3.2 and later. +Automatically create a pattern database from a log file containing a large number of log messages. The resulting pattern database is printed to the standard output (`stdout`). The `pdbtool patternize` command uses a data clustering technique to find similar log messages and replacing the differing parts with `@ESTRING:: @` parsers. For details on pattern databases and message parsers, see the [AxoSyslog documentation](https://axoflow.com/docs/axosyslog-core/). The `patternize` command is available only in version 3.2 and later. - `--debug` or `-d` @@ -337,7 +337,7 @@ pdbtool test --validate /home/me/mypatterndb.pdb ## See also -[AxoSyslog documentation](https://axoflow.com/) +[AxoSyslog documentation](https://axoflow.com/docs/axosyslog-core/) {{% xref "/app-man-syslog-ng/syslog-ng.conf.5.md" %}}