From 0759de4582301198850767da062376b0d042fb64 Mon Sep 17 00:00:00 2001 From: mrgarris0n Date: Thu, 9 May 2024 11:52:00 +0200 Subject: [PATCH] Eliminating legacy links vol3 Signed-off-by: mrgarris0n --- _includes/doc/admin-guide/options/deployment.md | 6 ++---- .../140_Python/003_Fetcher_style_Python_sources.md | 2 +- .../070_HDFS/003_hdfs_kerberos_authentication.md | 3 +-- .../070_Destinations/070_HDFS/004_hdfs_options.md | 3 +-- doc/_admin-guide/070_Destinations/070_HDFS/README.md | 2 +- .../070_Destinations/100_Kafka-c/003_Kafka-c_options.md | 2 +- .../155_opensearch/001_opensearch()-destination-options.md | 6 +++--- doc/_admin-guide/080_Log/030_Filters/README.md | 3 +-- 8 files changed, 11 insertions(+), 16 deletions(-) diff --git a/_includes/doc/admin-guide/options/deployment.md b/_includes/doc/admin-guide/options/deployment.md index 56de709a..2e3d9e96 100644 --- a/_includes/doc/admin-guide/options/deployment.md +++ b/_includes/doc/admin-guide/options/deployment.md @@ -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]]. diff --git a/doc/_admin-guide/060_Sources/140_Python/003_Fetcher_style_Python_sources.md b/doc/_admin-guide/060_Sources/140_Python/003_Fetcher_style_Python_sources.md index fc386d26..81194d23 100644 --- a/doc/_admin-guide/060_Sources/140_Python/003_Fetcher_style_Python_sources.md +++ b/doc/_admin-guide/060_Sources/140_Python/003_Fetcher_style_Python_sources.md @@ -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 { diff --git a/doc/_admin-guide/070_Destinations/070_HDFS/003_hdfs_kerberos_authentication.md b/doc/_admin-guide/070_Destinations/070_HDFS/003_hdfs_kerberos_authentication.md index a97fdc69..60596543 100644 --- a/doc/_admin-guide/070_Destinations/070_HDFS/003_hdfs_kerberos_authentication.md +++ b/doc/_admin-guide/070_Destinations/070_HDFS/003_hdfs_kerberos_authentication.md @@ -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 diff --git a/doc/_admin-guide/070_Destinations/070_HDFS/004_hdfs_options.md b/doc/_admin-guide/070_Destinations/070_HDFS/004_hdfs_options.md index e1e7195a..eb3c513a 100644 --- a/doc/_admin-guide/070_Destinations/070_HDFS/004_hdfs_options.md +++ b/doc/_admin-guide/070_Destinations/070_HDFS/004_hdfs_options.md @@ -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() diff --git a/doc/_admin-guide/070_Destinations/070_HDFS/README.md b/doc/_admin-guide/070_Destinations/070_HDFS/README.md index bddf848c..ade80e25 100644 --- a/doc/_admin-guide/070_Destinations/070_HDFS/README.md +++ b/doc/_admin-guide/070_Destinations/070_HDFS/README.md @@ -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]]. diff --git a/doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md b/doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md index 7d6954cf..bc3e68ab 100644 --- a/doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md +++ b/doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md @@ -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 %} diff --git a/doc/_admin-guide/070_Destinations/155_opensearch/001_opensearch()-destination-options.md b/doc/_admin-guide/070_Destinations/155_opensearch/001_opensearch()-destination-options.md index 91869570..4ac2059e 100644 --- a/doc/_admin-guide/070_Destinations/155_opensearch/001_opensearch()-destination-options.md +++ b/doc/_admin-guide/070_Destinations/155_opensearch/001_opensearch()-destination-options.md @@ -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 %} @@ -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 %} diff --git a/doc/_admin-guide/080_Log/030_Filters/README.md b/doc/_admin-guide/080_Log/030_Filters/README.md index 8a34232d..05ca3268 100644 --- a/doc/_admin-guide/080_Log/030_Filters/README.md +++ b/doc/_admin-guide/080_Log/030_Filters/README.md @@ -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