Skip to content

Commit b17eb32

Browse files
authored
External links refactor (#47)
Fixes: #7 Added missing links to external_links.yml file Added some guidelines to yml Created logical grouping and alphabetical order in yml Eliminated hardwired URLs from admin guide Fixed some missing id-s
2 parents 0ea38db + ada88aa commit b17eb32

File tree

118 files changed

+1358
-497
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+1358
-497
lines changed

_data/external_links.yml

Lines changed: 1063 additions & 90 deletions
Large diffs are not rendered by default.

_includes/doc/admin-guide/manpages-footnote.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The syslog-ng.conf manual page
44
The syslog-ng manual page
55

66
>**NOTE:**
7-
>If you experience any problems or need help with syslog-ng OSE, visit the syslog-ng mailing list. \
7+
>If you experience any problems or need help with syslog-ng OSE, visit
8+
>the syslog-ng mailing list.
9+
>
810
>For news and notifications about syslog-ng OSE, visit the syslog-ng blogs.
911
{: .notice--info}

_includes/doc/admin-guide/manpages-intro.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
**NOTE:** The {{ page.app }} application is distributed with the syslog-ng OSE
33
system logging application, and is usually part of the syslog-ng OSE
44
package. The latest version of the syslog-ng OSE application is
5-
available at the [syslog-ng OSE page](https://syslog-ng.com/).
5+
available at the syslog-ng OSE page.
66
{: .notice--info}
77

8-
This manual page is only an abstract, for the complete documentation of
9-
syslog-ng OSE, see the [syslog-ng OSE Documentation page](https://www.syslog-ng.com/).
8+
This manual page is only an abstract.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
| Type:| string|
44
|Default:| empty string|
55

6-
*Description:* Required. This option specifies your [Sumo Logic
7-
deployment](https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security).
6+
*Description:* Required. This option specifies your Sumo Logic deployment.
87

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

_includes/doc/admin-guide/options/gRPC-keep-alive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## keep-alive()
22

3-
This option configures the forwarding of [gRPC keepalive pings](https://grpc.io/docs/guides/keepalive/) in syslog-ng OSE.
3+
This option configures the forwarding of gRPC keepalive pings in syslog-ng OSE.
44

55
### max-pings-without-data()
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ syslog-ng OSE reload, use the following options:
5555

5656
In the following example, the hook-commands() is used with the network()
5757
driver and it opens an
58-
[iptables](https://en.wikipedia.org/wiki/Iptables) port automatically as
58+
iptables port automatically as
5959
syslog-ng OSE is started/stopped.
6060

6161
The assumption in this example is that the LOGCHAIN chain is part of a

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ external Python file. This option has no effect when the Python class is
1010
provided within the syslog-ng OSE configuration file (in a python{}
1111
block). You can use the loaders() option to modify the import mechanism
1212
that imports Python class. For example, that way you can use
13-
[hy](https://github.com/hylang/hy) in your Python class.
13+
hy in your Python class.
1414

1515
```config
1616
python(class(usermodule.HyParser) loaders(hy))

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@
66
| | 1 - at least once (a much slower option than 0) |
77
| | 2 - exactly once (the slowest option) |
88

9-
*Description:* The [Quality of Service (QoS)
10-
level](https://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levels/)
11-
in MQTT messaging is an agreement between sender and receiver on the
12-
guarantee of delivering a message.
9+
*Description:* The Quality of Service (QoS) level in MQTT messaging is an agreement between sender and receiver on the guarantee of delivering a message.

doc/_admin-guide/020_The_concepts_of_syslog-ng/002_Modes_of_operation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ To ensure at least a best effort level of reliability, One Identity
4747
recommends that you deploy a relay on the network, close to the source
4848
devices. With the most reliable hops between the source and the relay,
4949
you can minimize the risk of losing UDP packets. Once the packet arrives
50-
at the relay, [syslog-ng OSE](https://syslog-ng.com/blog/upgrading-from-syslog-ng-open-source-to-premium-edition/)
51-
ensures that the messages are delivered to the central server in a
52-
reliable manner, based on TCP/TLS.
50+
at the relay, syslog-ng OSE ensures that the messages are delivered to
51+
the central server in a reliable manner, based on TCP/TLS.
5352

5453
### Too many source devices
5554

doc/_admin-guide/020_The_concepts_of_syslog-ng/005_Licensing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ code package is under LGPL, the rest is GPL.
1414
{: .notice--info}
1515

1616
For details about the LGPL and GPL licenses, see
17-
[[GNU Lesser General Public License|lgpl-license]] and
18-
[[GNU General Public License|gpl-license]], respectively.
17+
GNU Lesser General Public License and
18+
GNU General Public License, respectively.
1919

2020
For clarity, the Documentation is licensed separately.
2121
For details, see The syslog-ng Open Source Edition Documentation License.

doc/_admin-guide/020_The_concepts_of_syslog-ng/006_High_availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ description: >-
88
---
99

1010
A tool that can be used to create UNIX clusters is Heartbeat (for details,
11-
see [this page](http://www.linux-ha.org/wiki/Main_Page/)).
11+
see the archived page of Linux-HA.

doc/_admin-guide/020_The_concepts_of_syslog-ng/007_The_structure_of_a_log_message/000_BSD_syslog_messages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BSD-syslog or legacy-syslog messages
33
id: adm-struct-bsd
44
description: >-
55
This section describes the format of a syslog message, according to the
6-
[legacy-syslog or BSD-syslog protocol](https://tools.ietf.org/search/rfc3164).
6+
legacy syslog (BSD-syslog) protocol.
77
---
88

99
A syslog message consists of the following parts:
@@ -35,7 +35,7 @@ size when using UDP destinations.
3535
## The PRI message part
3636

3737
This section describes the PRI message part of a syslog message, according to the
38-
[legacy-syslog or BSD-syslog protocol](https://tools.ietf.org/search/rfc3164).
38+
legacy syslog (BSD-syslog) protocol.
3939

4040
The PRI part of the syslog message (known as Priority value) represents
4141
the Facility and Severity of the message. Facility represents the part
@@ -72,7 +72,7 @@ example:
7272

7373
## The HEADER message part
7474

75-
This section describes the HEADER message part of a syslog message, according to the [legacy-syslog or BSD-syslog protocol](https://tools.ietf.org/search/rfc3164).
75+
This section describes the HEADER message part of a syslog message, according to the legacy syslog (BSD-syslog) protocol.
7676

7777
The HEADER message part contains a timestamp and the hostname (without
7878
the domain name) or the IP address of the device. The timestamp field is
@@ -97,7 +97,7 @@ format. For details, see the ts-format() option in Global options.
9797
## The MSG message part
9898

9999
This section describes the MSG message part of a syslog message, according to
100-
the [legacy-syslog or BSD-syslog protocol](https://tools.ietf.org/search/rfc3164).
100+
the legacy syslog (BSD-syslog) protocol.
101101

102102
The MSG part contains the name of the program or process that generated
103103
the message, and the text of the message itself. The MSG part is usually

doc/_admin-guide/020_The_concepts_of_syslog-ng/007_The_structure_of_a_log_message/001_IETF_syslog_messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IETF-syslog messages
33
id: adm-struct-ietf
44
description: >-
55
This section describes the format of a syslog message, according to the
6-
[IETF-syslog protocol](https://tools.ietf.org/html/rfc5424).
6+
IETF-syslog protocol.
77
---
88

99
A syslog message consists of the following parts:
@@ -12,7 +12,7 @@ A syslog message consists of the following parts:
1212
- [[STRUCTURED-DATA|adm-struct-ietf#the-structured-data-message-part]]
1313
- [[MSG|adm-struct-ietf#the-msg-message-part]]
1414

15-
The following is a sample syslog message (source: <https://tools.ietf.org/html/rfc5424>):
15+
The following is a sample syslog message [(source)|rfc-5424]:
1616

1717
><34>1 2003-10-11T22:14:15.003Z mymachine.example.com su - ID47 - BOM'su root' failed for lonvick on /dev/pts/8
1818

doc/_admin-guide/020_The_concepts_of_syslog-ng/007_The_structure_of_a_log_message/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ description: >-
77

88
Currently there are two standard syslog message formats:
99

10-
- The old standard described in RFC 3164 (also called the BSD-syslog
10+
- The old standard described in RFC-3164 (also called the BSD-syslog
1111
or the legacy-syslog protocol): see
1212
BSD-syslog or legacy-syslog messages.
1313

14-
- The new standard described in RFC 5424 (also called the IETF-syslog
14+
- The new standard described in RFC-5424 (also called the IETF-syslog
1515
protocol): see IETF-syslog messages.
1616

1717
- The Enterprise-wide message model or EWMM allows you to deliver

doc/_admin-guide/020_The_concepts_of_syslog-ng/011_Commercial_version.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dedicated to resolving your issue as soon as possible when you
5353
experience problems.
5454

5555
For more information about syslog-ng Premium Edition, see
56-
[The syslog-ng Premium Edition Administration Guide](https://support.oneidentity.com/syslog-ng-premium-edition/).
56+
The syslog-ng Premium Edition Administration Guide.
5757

5858
## syslog-ng Store Box, ready-to-use log management appliance
5959

@@ -92,9 +92,9 @@ SSB provides a number of features that can add value for your use cases:
9292
- High availability support to ensure continuous log collection in business-critical environments.
9393

9494
For further details about syslog-ng Store Box, see
95-
[The syslog-ng Store Box Administration Guide](https://support.oneidentity.com/syslog-ng-store-box/).
95+
The syslog-ng Store Box Administration Guide.
9696

9797
## Upgrading from syslog-ng OSE to syslog-ng PE
9898

9999
If you wish to upgrade from syslog-ng OSE to syslog-ng PE, read the blog
100-
post [Upgrading from syslog-ng OSE to syslog-ng PE](https://syslog-ng.com/blog/upgrading-from-syslog-ng-open-source-to-premium-edition/) for instructions and tips.
100+
post Upgrading from syslog-ng OSE to syslog-ng PE for instructions and tips.

doc/_admin-guide/030_Installing_syslog-ng/000_Compiling_syslog-ng_from_source.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ and other platforms, see syslog-ng Open Source Edition installation packages.
1212

1313
## Steps
1414

15-
1. Download the latest version of syslog-ng OSE from
16-
[GitHub](https://github.com/syslog-ng/syslog-ng/). The source code
15+
1. Download the latest version of syslog-ng OSE source code from GitHub. The source code
1716
is available as a tar.gz archive file.
1817

1918
2. Install the following packages that are required to compile
@@ -23,18 +22,16 @@ and other platforms, see syslog-ng Open Source Edition installation packages.
2322
- A version of the *gcc* C compiler that properly supports Thread
2423
Local Storage (TLS), for example, version 4.5.
2524

26-
- The *GNU flex* lexical analyser generator, [available here](https://github.com/westes/flex).
25+
- The GNU flex lexical analyser generator
2726

28-
- The *bison* parser generator, [available here](http://ftp.gnu.org/gnu/bison/).
27+
- The bison parser generator
2928

30-
- The development files of the *glib* library, [available here](http://freshmeat.net/projects/glib/).
29+
- The development files of the glib library
3130

32-
- The development files of the *Autoconf Archive* package,
33-
[available here](http://www.gnu.org/software/autoconf-archive/).
31+
- The development files of the Autoconf Archive package
3432

3533
- The syslog-ng OSE application now uses PCRE-type regular
36-
expressions by default. It requires the libpcre library package,
37-
[available here](https://sourceforge.net/projects/pcre/files/pcre/).
34+
expressions by default. It requires the libpcre library package.
3835

3936
- If you want to use the Java-based modules of syslog-ng OSE (for
4037
example, the Elasticsearch, HDFS, or Kafka destinations), you
@@ -44,7 +41,7 @@ and other platforms, see syslog-ng Open Source Edition installation packages.
4441
(or newer). You can use OpenJDK or Oracle JDK, other
4542
implementations are not tested.
4643

47-
- Install [gradle](https://gradle.org/install) version 2.2.1
44+
- Install gradle version 2.2.1
4845
or newer.
4946

5047
- Set **LD_LIBRARY_PATH** to include the libjvm.so file, for
@@ -57,7 +54,7 @@ and other platforms, see syslog-ng Open Source Edition installation packages.
5754

5855
- If you are behind an HTTP proxy, create a gradle.properties
5956
under the modules/java-modules/ directory. Set the proxy
60-
parameters in the file. For details, see [The Gradle User Guide](https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_properties_and_system_properties).
57+
parameters in the file. For details, see The Gradle User Guide.
6158

6259
3. If you want to post log messages as HTTP requests using the http()
6360
destination, install the development files of the *libcurl* library.
@@ -66,7 +63,7 @@ and other platforms, see syslog-ng Open Source Edition installation packages.
6663
the HTTP destination.
6764

6865
4. If you want to use the spoof-source function of syslog-ng, install
69-
the development files of the *libnet* library, [available here](http://libnet.sourceforge.net).
66+
the development files of the libnet library.
7067

7168
5. If you want to send emails using the smtp() destination, install the
7269
development files of the *libesmtp* library. This library is not
@@ -77,8 +74,8 @@ and other platforms, see syslog-ng Open Source Edition installation packages.
7774
library is not needed if you use the \--disable-snmp compile option.
7875

7976
7. If you want to use the */etc/hosts.deny* and */etc/hosts.allow* for
80-
TCP access, install the development files of the *libwrap* (also
81-
called TCP-wrappers) library, [available here](http://ftp.porcupine.org/pub/security/index.html).
77+
TCP access, install the development files of the libwrap (also
78+
called TCP-wrappers) library.
8279

8380
8. Enter the new directory and issue the following commands. (If the
8481
./configure file does not exist, for example, because you cloned the

doc/_admin-guide/030_Installing_syslog-ng/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: >-
1414
- For instructions on compiling syslog-ng Open Source Edition from the
1515
source code, see Compiling syslog-ng from source
1616

17-
- You can use a [syslog-ng docker image](https://syslog-ng.com/blog/central-log-server-docker/).
17+
- You can use a syslog-ng docker image.
1818

1919
For detailed information on how to run your central log server in Docker and
20-
other Docker-related syslog-ng use cases, see the [Logging in Docker using syslog-ng](https://pages.balabit.com/logging-in-docker-using-syslog-ng.html) white paper.
20+
other Docker-related syslog-ng use cases, see the Logging in Docker using syslog-ng white paper.

doc/_admin-guide/040_Quick-start_guide/003_Managing_and_checking_syslog-ng_OSE_service_on_Linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,6 @@ processed by syslog-ng OSE or you encounter any issue, you have the
205205
following options:
206206
{: .notice--info}
207207

208-
- Search for the error or issue in our [knowledge base](https://support.oneidentity.com/syslog-ng-premium-edition/kb).
209-
- Check the [following knowledge base articles](https://support.oneidentity.com/syslog-ng-premium-edition/kb?k=troubleshooting&r=Topic%3ATroubleshooting) for further troubleshooting.
210-
- [Open a support service request](https://support.oneidentity.com/) including the results.
208+
- Search for the error or issue in our knowledge base.
209+
- Check the following troubleshooting articles.
210+
- Open a support service request including the results.

doc/_admin-guide/050_The_configuration_file/001_Configuration_syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ log {
4141
};
4242
```
4343

44-
As a syslog-ng user described on a [mailing list](https://lists.gt.net/gentoo/user/209108):
44+
As a syslog-ng user described on a Gentoo mailing list:
4545

4646
> Alan McKinnon
4747
>

doc/_admin-guide/050_The_configuration_file/006_Modules_in_syslog-ng/002_Visualize_the_configuration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ description: >-
88
configuration, and exports it as a graph into a JSON structure.
99
---
1010

11-
The resulting JSON file can be converted into [DOT file format](https://
12-
en.wikipedia.org/wiki/DOT_(graph_description_language)) that visualization
13-
tools (for example, Graphviz) can use. The package
11+
The resulting JSON file can be converted into DOT file format that visualization tools (for example, Graphviz) can use. The package
1412
includes a Python script to convert the exported JSON file into DOT
1513
format:
1614
`<syslog-ng-installation-directory>/contrib/scripts/config-graph-json-to-dot.py`

doc/_admin-guide/050_The_configuration_file/007_Managing_complex_syslog-ng_configurations/001_Reusing_config_blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
---
99

1010
(Such reusable blocks are sometimes called a Source Configuration Library, or
11-
[SCL](https://www.syslog-ng.com/community/b/blog/posts/creating-your-first-block-for-the-syslog-ng-configuration-library-scl).)
11+
SCL.)
1212
Any syslog-ng object can be a block. Use the following syntax to define
1313
a block:
1414

doc/_admin-guide/060_Sources/025_Arr_logs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Arr log source
33
short_title: Arr logs
44
id: adm-src-arr
55
description: >-
6-
In syslog-ng OSE 4.7 and later versions it is possible to collect logs of the [Lidarr, Prowlarr, Radarr, Readarr, and Sonarr](https://github.com/Servarr/Wiki) (referred to as “*Arr” or “*Arrs”) applications.
6+
In syslog-ng OSE 4.7 and later versions it is possible to collect logs of the Lidarr, Prowlarr, Radarr, Readarr, and Sonarr (referred to as “*Arr” or “*Arrs”) applications.
77
---
88

99
The new arr() sources are the following:
@@ -29,4 +29,4 @@ The logging module is stored in the &lt;prefix&gt;&lt;module&gt; name-value pair
2929

3030
The prefix can be modified with the `prefix()` option.
3131

32-
This driver is a reusable configuration snippet. For details on using or writing such configuration snippets, see Reusing configuration blocks. The source of this configuration snippet can be accessed on [GitHub](https://github.com/syslog-ng/syslog-ng/blob/master/scl/arr/arr.conf).
32+
This driver is a reusable configuration snippet. For details on using or writing such configuration snippets, see Reusing configuration blocks. The source of the Arr configuration snippet can be accessed on GitHub.

doc/_admin-guide/060_Sources/060_mqtt/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ description: >-
77
messages from MQTT brokers.
88
---
99

10-
The mqtt() source builds on the [MQTT
11-
protocol](https://www.hivemq.com/mqtt/mqtt-protocol/), and uses its
12-
[client](https://www.hivemq.com/blog/seven-best-mqtt-client-tools/) and
13-
[broker](https://www.hivemq.com/hivemq/mqtt-broker/) entities.
10+
The mqtt() source builds on the MQTT protocol, and uses its
11+
MQTT client and MQTT broker entities.
1412

1513
**NOTE:** The rest of this chapter and its sections build on your
1614
familiarity with the MQTT protocol, the concept of client and broker

doc/_admin-guide/060_Sources/070_Network/001_Proxy_protocol_support/000_Proxy_protocol_working_mechanism.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: The working mechanism behind the Proxy Protocol
33
id: adm-src-netw-proxy-mech
44
description: >-
55
This section describes how syslog-ng Open Source Edition (syslog-ng OSE)
6-
supports the [Proxy Protocol](https://www.haproxy.com/blog/haproxy/proxy-protocol/).
6+
supports the Proxy Protocol.
77
---
88

99
## The working mechanism behind the Proxy Protocol

doc/_admin-guide/060_Sources/070_Network/001_Proxy_protocol_support/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ description: >-
99
---
1010

1111
Essentially, the load balancer masks the source IP
12-
unless you enable [Proxy Protocol](https://www.haproxy.com/blog/haproxy/proxy-protocol/)
12+
unless you enable Proxy Protocol
1313
support for your proxy TLS transport() to inject information about the original
1414
connection into the forwarded TCP session.
1515

16-
In syslog-ng OSE version 4.1 and later versions, PROXY protocol v2 (transport(proxied-tcp)) is supported. This protocol is used by network load balancers, such as Amazon Elastic Load Balancer and HAProxy, to carry original source/destination address information, as described in the [Proxy protocol description](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt).
16+
In syslog-ng OSE version 4.1 and later versions, PROXY protocol v2 (transport(proxied-tcp)) is supported. This protocol is used by network load balancers, such as Amazon Elastic Load Balancer and HAProxy, to carry original source/destination address information, as described in the Proxy protocol description.
1717

1818
For further details about the working mechanism behind the Proxy
1919
Protocol support on syslog-ng OSE and the configuration details, see the

doc/_admin-guide/060_Sources/080_nodejs/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: adm-src-nodejs
55
description: >-
66
Using the nodejs() driver, syslog-ng OSE can receive application logs
77
directly from nodejs applications that use the widespread
8-
[Winston](https://github.com/winstonjs/winston) logging API. The
8+
Winston logging API. The
99
syslog-ng OSE application automatically adds the .nodejs.winston. prefix
1010
to the name of the fields the extracted from the message.
1111
---
@@ -21,8 +21,7 @@ The nodejs() driver is actually a reusable configuration snippet
2121
configured to receive log messages using the network() driver, and
2222
process its JSON contents. For details on using or writing such
2323
configuration snippets, see Reusing configuration blocks.
24-
You can find the source of the nodejs configuration snippet on
25-
[GitHub](https://github.com/syslog-ng/syslog-ng/blob/master/scl/nodejs/plugin.conf).
24+
You can find the source of the nodejs configuration snippet on GitHub.
2625

2726
### Example: Using the nodejs() driver
2827

0 commit comments

Comments
 (0)