Skip to content

Commit 247ee16

Browse files
committed
Moves figures to local directories because they weren't displayed in production
1 parent 9534f54 commit 247ee16

File tree

26 files changed

+15
-15
lines changed

26 files changed

+15
-15
lines changed

content/chapter-concepts/concepts-logging-with-syslog-ng/concepts-route-of-a-message/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 100
99

1010
The following procedure illustrates the route of a log message from its source on the {{% param "product.abbrev" %}} client to its final destination on the central {{% param "product.abbrev" %}} server.
1111

12-
![The route of a log message](/images/figures/fig-syslog-ng-logging-01.png)
12+
![The route of a log message](fig-syslog-ng-logging-01.png)
1313

1414
## Steps:
1515

92.1 KB
Loading

content/chapter-concepts/concepts-modes-of-operation/concepts-client-mode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ weight: 100
44
---
55
<!-- DISCLAIMER: This file is based on the syslog-ng Open Source Edition documentation https://github.com/balabit/syslog-ng-ose-guides/commit/2f4a52ee61d1ea9ad27cb4f3168b95408fddfdf2 and is used under the terms of The syslog-ng Open Source Edition Documentation License. The file has been modified by Axoflow. -->
66

7-
![Processing logs in client mode](/images/figures/fig-client_mode01.png)
7+
![Processing logs in client mode](fig-client_mode01.png)
88

99
In client mode, {{% param "product.abbrev" %}} collects the local logs generated by the host and forwards them through a network connection to the central {{% param "product.abbrev" %}} server or to a relay. Clients often also log the messages locally into files.
83.6 KB
Loading

content/chapter-concepts/concepts-modes-of-operation/concepts-relay-mode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight: 300
44
---
55
<!-- DISCLAIMER: This file is based on the syslog-ng Open Source Edition documentation https://github.com/balabit/syslog-ng-ose-guides/commit/2f4a52ee61d1ea9ad27cb4f3168b95408fddfdf2 and is used under the terms of The syslog-ng Open Source Edition Documentation License. The file has been modified by Axoflow. -->
66

7-
![Processing logs in relay mode](/images/figures/fig-relay_mode01.png)
7+
![Processing logs in relay mode](fig-relay_mode01.png)
88

99
In relay mode, {{% param "product.abbrev" %}} receives logs through the network from {{% param "product.abbrev" %}} clients and forwards them to the central {{% param "product.abbrev" %}} server using a network connection. Relays also log the messages from the relay host into a local file, or forward these messages to the central {{% param "product.abbrev" %}} server.
1010

110 KB
Loading

content/chapter-concepts/concepts-modes-of-operation/concepts-server-mode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight: 500
44
---
55
<!-- DISCLAIMER: This file is based on the syslog-ng Open Source Edition documentation https://github.com/balabit/syslog-ng-ose-guides/commit/2f4a52ee61d1ea9ad27cb4f3168b95408fddfdf2 and is used under the terms of The syslog-ng Open Source Edition Documentation License. The file has been modified by Axoflow. -->
66

7-
![Processing logs in server mode](/images/figures/fig-server_mode01.png)
7+
![Processing logs in server mode](fig-server_mode01.png)
88

99
In server mode, {{% param "product.abbrev" %}} acts as a central log-collecting server. It receives messages from {{% param "product.abbrev" %}} clients and relays over the network, and stores them locally in files, or passes them to other applications, for example, log analyzers.
1010

70.7 KB
Loading

content/chapter-correlating-log-messages/grouping-by-parser/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The {{% param "product.abbrev" %}} application can correlate log messages that m
1111

1212
## How the grouping-by() parser works
1313

14-
![How the grouping-by() parser works](/images/figures/fig-grouping-by-parser-works.png)
14+
![How the grouping-by() parser works](fig-grouping-by-parser-works.png)
1515

1616
The `grouping-by()` parser has three options that determine if a message is added to a context: `scope()`, `key()`, and `where()`.
1717

275 KB
Loading

0 commit comments

Comments
 (0)