Skip to content

Commit 0759de4

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

File tree

8 files changed

+11
-16
lines changed

8 files changed

+11
-16
lines changed

_includes/doc/admin-guide/options/deployment.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
deployment](https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security).
88

99
For details on the deployment() option in the sumologic-http()
10-
destination\'s declaration, see [[Declaration for the sumologic-http()
11-
destination|adm-dest-sumologic-http]].
10+
destination\'s declaration, see [[Declaration for the sumologic-http() destination|adm-dest-sumologic-http]].
1211

1312
For details on the deployment() option in the sumologic-syslog()
14-
destination\'s declaration, see [[Declaration for the sumologic-syslog()
15-
destination|adm-dest-sumologic-syslog]].
13+
destination\'s declaration, see [[Declaration for the sumologic-syslog() destination|adm-dest-sumologic-syslog]].

doc/_admin-guide/060_Sources/140_Python/003_Fetcher_style_Python_sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the log path. This object references a Python class, which is the second
1717
part of the Python source. The Python class receives or fetches the log
1818
messages, and can do virtually anything that you can code in Python. You
1919
can either embed the Python class into your syslog-ng OSE configuration
20-
file, or [[store it in an external Python file]].
20+
file, or [[store it in an external Python file|adm-conf-python]].
2121

2222
```config
2323
source <name_of_the_python_source>{

doc/_admin-guide/070_Destinations/070_HDFS/003_hdfs_kerberos_authentication.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ for the changes to take effect.
3030
authentication.
3131

3232
- You have a keytab file and a principal for the host running
33-
syslog-ng OSE. For details, see the [Kerberos
34-
documentation](http://web.mit.edu/Kerberos/krb5-1.5/krb5-1.5.4/doc/krb5-install/The-Keytab-File.html).
33+
syslog-ng OSE. For details, see the [Kerberos documentation](http://web.mit.edu/Kerberos/krb5-1.5/krb5-1.5.4/doc/krb5-install/The-Keytab-File.html).
3534

3635
- You have installed and configured the Kerberos client packages on
3736
the host running syslog-ng OSE. (That is, Kerberos authentication

doc/_admin-guide/070_Destinations/070_HDFS/004_hdfs_options.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ hdfs-uri(\"hdfs://\[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210\]:8020\").
143143

144144
{% include doc/admin-guide/options/jvm-options.md %}
145145

146-
You can set this option only as a
147-
[[global option]], by adding it
146+
You can set this option only as a global option, by adding it
148147
to the options statement of the syslog-ng configuration file.
149148

150149
## kerberos-keytab-file()

doc/_admin-guide/070_Destinations/070_HDFS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ destination d_hdfs {
7474
- For details on using MapR-FS, see
7575
[[Storing messages with MapR-FS]].
7676
- For details on using Kerberos authentication, see
77-
[[Kerberos authentication with syslog-ng hdfs()destination]].
77+
[[Kerberos authentication with syslog-ng hdfs() destination]].
7878
- For the list of options, see
7979
[[HDFS destination options]].
8080

doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ the message, for example, template(\"$(format-json \--scope rfc5424
226226
\--exclude DATE \--key ISODATE)\").
227227

228228
For details on formatting messages in JSON format, see
229-
[[format-json]].
229+
[[format-json|adm-temp-func#format-json]].
230230

231231
{% include doc/admin-guide/options/throttle.md %}
232232

doc/_admin-guide/070_Destinations/155_opensearch/001_opensearch()-destination-options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ This destination is available in syslog-ng OSE version 4.4 and later versions.
1313
{% include doc/admin-guide/options/batch-lines.md %}
1414

1515
For details on how this option influences batch mode, see
16-
[[Batch mode and load balancing]]
16+
Batch mode and load balancing with OpenSearch.
1717

1818
{% include doc/admin-guide/options/batch-timeout.md %}
1919

2020
For details on how this option influences batch mode, see
21-
[[Batch mode and load balancing]]
21+
Batch mode and load balancing with OpenSearch.
2222

2323
{% include doc/admin-guide/options/ca-dir.md %}
2424

@@ -37,7 +37,7 @@ For details on how this option influences batch mode, see
3737

3838
{% include doc/admin-guide/options/delimiter.md %}
3939

40-
For details on how this option influences batch mode, see [[Batch mode and load balancing]].
40+
For details on how this option influences batch mode, see Batch mode and load balancing with OpenSearch.
4141

4242
{% include doc/admin-guide/options/disk-buffer.md %}
4343

doc/_admin-guide/080_Log/030_Filters/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ The following sections describe how to select and filter log messages.
1313
- [[Comparing macro values in filters]]
1414
explains how to evaluate macros in filters.
1515

16-
- [[Using wildcards, special characters, and regular expressions in
17-
filters]] provides tips on using
16+
- [[Using wildcards, special characters, and regular expressions in filters]] provides tips on using
1817
regular expressions.
1918

2019
- [[Tagging messages]] explains

0 commit comments

Comments
 (0)