Skip to content

Commit

Permalink
Eliminating legacy links vol3
Browse files Browse the repository at this point in the history
Signed-off-by: mrgarris0n <[email protected]>
  • Loading branch information
mrgarris0n committed May 9, 2024
1 parent 1a4fa4a commit 0759de4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 16 deletions.
6 changes: 2 additions & 4 deletions _includes/doc/admin-guide/options/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
deployment](https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security).

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

For details on the deployment() option in the sumologic-syslog()
destination\'s declaration, see [[Declaration for the sumologic-syslog()
destination|adm-dest-sumologic-syslog]].
destination\'s declaration, see [[Declaration for the sumologic-syslog() destination|adm-dest-sumologic-syslog]].
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ the log path. This object references a Python class, which is the second
part of the Python source. The Python class receives or fetches the log
messages, and can do virtually anything that you can code in Python. You
can either embed the Python class into your syslog-ng OSE configuration
file, or [[store it in an external Python file]].
file, or [[store it in an external Python file|adm-conf-python]].

```config
source <name_of_the_python_source>{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ for the changes to take effect.
authentication.

- You have a keytab file and a principal for the host running
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).
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).

- You have installed and configured the Kerberos client packages on
the host running syslog-ng OSE. (That is, Kerberos authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ hdfs-uri(\"hdfs://\[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210\]:8020\").

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

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

## kerberos-keytab-file()
Expand Down
2 changes: 1 addition & 1 deletion doc/_admin-guide/070_Destinations/070_HDFS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ destination d_hdfs {
- For details on using MapR-FS, see
[[Storing messages with MapR-FS]].
- For details on using Kerberos authentication, see
[[Kerberos authentication with syslog-ng hdfs()destination]].
[[Kerberos authentication with syslog-ng hdfs() destination]].
- For the list of options, see
[[HDFS destination options]].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ the message, for example, template(\"$(format-json \--scope rfc5424
\--exclude DATE \--key ISODATE)\").

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ This destination is available in syslog-ng OSE version 4.4 and later versions.
{% include doc/admin-guide/options/batch-lines.md %}

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

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

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

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

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

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

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

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

Expand Down
3 changes: 1 addition & 2 deletions doc/_admin-guide/080_Log/030_Filters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ The following sections describe how to select and filter log messages.
- [[Comparing macro values in filters]]
explains how to evaluate macros in filters.

- [[Using wildcards, special characters, and regular expressions in
filters]] provides tips on using
- [[Using wildcards, special characters, and regular expressions in filters]] provides tips on using
regular expressions.

- [[Tagging messages]] explains
Expand Down

0 comments on commit 0759de4

Please sign in to comment.