Skip to content

Commit 5008a85

Browse files
committed
Eliminating legacy links vol4
Signed-off-by: mrgarris0n <[email protected]>
1 parent 0759de4 commit 5008a85

File tree

11 files changed

+12
-15
lines changed

11 files changed

+12
-15
lines changed

doc/_admin-guide/100_TLS-encrypted_message_transfer/003_Password_protected_keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description: >-
2222
destination, and you use this destination in a log path that has
2323
multiple destinations, neither destinations will receive log
2424
messages until you provide the password. In this cases, always
25-
[[use disk-based buffering to avoid data loss]].
25+
use disk-based buffering to avoid data loss.
2626

2727
- The path and the filename of the private key cannot contain
2828
whitespaces.

doc/_admin-guide/100_TLS-encrypted_message_transfer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ standard syslog protocols, that is, the network() and syslog() drivers,
1414
for example, to forward log messages between two syslog-ng nodes, or to
1515
send log data to syslog-ng Store Box or another log server. Other
1616
destinations that support TLS-encryption are not discussed in this
17-
chapter (for example, [[http())]]).
17+
chapter (for example, [[http())|adm-dest-http-nonjava]]).
1818
{: .notice--info}
1919

2020
TLS uses certificates to authenticate and encrypt the communication, as

doc/_admin-guide/110_Template_and_rewrite/000_Customize_message_format/004_Macros_of_syslog-ng.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ The week number of the year, prefixed with a zero for the
483483
first nine weeks of the year. (The first Monday in the year marks the
484484
first week.)
485485

486-
See also [[ISOWEEK, C_ISOWEEK, R_ISOWEEK, S_ISOWEEK]].
486+
See also ${ISOWEEK}, ${C_ISOWEEK}, ${R_ISOWEEK}, ${S_ISOWEEK}.
487487

488488
## ${WEEK_DAY_ABBREV}, ${C_WEEK_DAY_ABBREV}, ${R_WEEK_DAY_ABBREV}, ${S_WEEK_DAY_ABBREV}
489489

doc/_admin-guide/120_Parser/005_Parsing_dates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the entire template or field. Since by default syslog-ng Open Source
1515
Edition (syslog-ng OSE) uses the ${MESSAGE} part of the log message,
1616
parsing will fail, unless the log message contains only a date, but that
1717
is unlikely, so practically you will have to segment the message (for
18-
example, using a [[csv-parser()]].
18+
example, using a [[csv-parser()|adm-parser-csv]].
1919
You can also use date-parser() to parse dates received in
2020
a JSON or key-value-formatted log message.
2121
{: .notice--info}

doc/_admin-guide/120_Parser/023_db_parser/001_Using_pattern_databases/002_Correlating_log_messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ Note the following points about timeout values:
9696
```
9797

9898
For details on configuring message correlation, see the
99-
[[context-id, context-timeout, and context-scope]]
99+
[[context-id, context-timeout, and context-scope|adm-parser-db-elem-rule#attributes]]
100100
attributes of pattern database rules.

doc/_admin-guide/120_Parser/023_db_parser/004_The_syslog-ng_patterndb_format/000_patterndb/000_ruleset/002_actions/000_action/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ when a message matching the rule is received.
4343
the rule is received.
4444

4545
- *timeout*: Execute the action when the correlation timer
46-
([[context-timeout]] of the
46+
([[context-timeout|adm-parser-db-elem-rule#attributes]] of the
4747
pattern database rule expires. This is available only if actions
4848
are used together with correlating messages.
4949

doc/_admin-guide/120_Parser/023_db_parser/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: 'db-parser: Process message content with a pattern database
3-
(patterndb)'
2+
title: 'db-parser: Process message content with a pattern database (patterndb)'
43
short_title: db-parser
54
id: adm-parser-db
65
---

doc/_admin-guide/120_Parser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ parse the messages, or parts of the messages:
3232
- To parse XML-formatted messages, see [[XML parser]].
3333

3434
- To identify and parse the messages using a pattern database, see
35-
[[db-parser: Process message content with a pattern database]].
35+
[[db-parser: Process message content with a pattern database (patterndb)]].
3636

3737
- To parse a specially-formatted date or timestamp, see
3838
[[Parsing dates and timestamps]].

doc/_admin-guide/150_Statistics_of_syslog-ng/000_Metrics_and_counters.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ The displayed metrics have the following structure.
6060
To avoid performance issues or even overloading syslog-ng OSE,
6161
you might want to limit the number of registered dynamic
6262
counters in the message statistics. To do this, configure the
63-
[[stats-max-dynamics()]]
64-
global option.
63+
max-dynamics() parameter of the stats() global option.
6564

6665
- **o** - This object was once active, but stopped receiving messages.
6766
(For example, a dynamic object may disappear and become orphan.)
@@ -249,7 +248,7 @@ The displayed metrics have the following structure.
249248
## Availability of statistics
250249
251250
Certain statistics are available only if the
252-
[[stats-level()]] global option is set to a higher value.
251+
level parameter of stats() global option is set to a higher value.
253252
254253
- Level 0 collects only statistics about the sources and destinations.
255254

doc/_admin-guide/150_Statistics_of_syslog-ng/001_Log_statistic_from_internal_source.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ messages are sent to both destinations.
2727
2828
The statistics include a list of source groups and destinations, as well
2929
as the number of processed messages for each. You can control the
30-
verbosity of the statistics using the
31-
[[stats-level()]] global option.
30+
verbosity of the statistics using the level parameter of stats() global option.
3231

3332
The following is an example output.
3433

doc/_admin-guide/190_The_syslog-ng_manual_pages/007_syslog-ng_control_tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The stats command has the following options:
226226
>dst.file;#anon-destination0#0;/tmp/2021-08-17.log;o;processed;156
227227
>dst.file;#anon-destination0#0;/tmp/2021-08-18.log;a;processed;961
228228
229-
**NOTE:** The [[stats-lifetime()]] can be used to do the same
229+
**NOTE:** The stats-lifetime() can be used to do the same
230230
automatically and periodically, but currently stats-lifetime()
231231
removes only dynamic counters that have a timestamp field set.
232232
{: .notice--info}

0 commit comments

Comments
 (0)