Skip to content

Commit db3640e

Browse files
committed
Modified files to match the new external links
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent c78f563 commit db3640e

File tree

26 files changed

+49
-62
lines changed

26 files changed

+49
-62
lines changed

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

Lines changed: 4 additions & 2 deletions
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. \
8-
>For news and notifications about syslog-ng OSE, visit the syslog-ng blogs.
7+
>If you experience any problems or need help with syslog-ng OSE, visit
8+
>the [syslog-ng mailing list](https://lists.balabit.hu/mailman/listinfo/syslog-ng).
9+
>
10+
>For news and notifications about syslog-ng OSE, visit the [syslog-ng blogs](https://syslog-ng.com/blog/).
911
{: .notice--info}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ package. The latest version of the syslog-ng OSE application is
55
available at the [syslog-ng OSE page](https://syslog-ng.com/).
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.

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/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](https://tools.ietf.org/search/rfc3164).
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](https://tools.ietf.org/search/rfc3164).
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](https://tools.ietf.org/search/rfc3164).
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](https://tools.ietf.org/search/rfc3164).
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/011_Commercial_version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ For further details about syslog-ng Store Box, see
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/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/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/090_mbox/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ syslog-ng OSE configuration:
1818
The mbox() driver is actually a reusable configuration snippet
1919
configured to read log messages using the file() driver. For details on
2020
using or writing such configuration snippets, see
21-
Reusing configuration blocks.
22-
You can find the source of the configuration snippet on
23-
[GitHub](https://github.com/syslog-ng/syslog-ng/blob/master/scl/mbox/mbox.conf).
21+
[[Reusing configuration blocks]].
22+
You can find the source of the mbox configuration snippet on GitHub.
2423

2524
### Example: Using the mbox() driver
2625

doc/_admin-guide/060_Sources/100_osquery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'osquery: Collect and parse osquery result logs'
33
short_title: osquery
44
id: adm-src-osquery
55
description: >-
6-
The [osquery](https://osquery.io) application allows you to ask
6+
The [[osquery|other-osquery]] application allows you to ask
77
questions about your machine using an SQL-like language. For example,
88
you can query running processes, logged in users, installed packages and
99
syslog messages as well. You can make queries on demand, and also

0 commit comments

Comments
 (0)