Skip to content

Commit

Permalink
Minor link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eldarnash committed Oct 22, 2023
1 parent 5c18e40 commit e38afd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/app-man-syslog-ng/pdbtool.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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" %}}

Expand Down

0 comments on commit e38afd4

Please sign in to comment.