You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/_doc-guide/02_Tools/01_Self_made_tools/01_Tests/README.md
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ macro in the destination definition.
24
24
{: .notice--info}
25
25
26
26
To parse non-syslog messages, for example, JSON, CSV, or other messages,
27
-
you can use the built-in parsers of syslog-ng OSE. For details, see
27
+
you can use the built-in parsers of {{ site.product.short_name }}. For details, see
28
28
[[parser: Parse and segment structured messages]].
29
29
30
30
`multi line backticked
@@ -33,10 +33,10 @@ text`
33
33
Soft macros (sometimes also called name-value pairs) are either
34
34
built-in macros automatically generated from the log message (for
35
35
example, ${HOST}), or custom user-created macros generated by using
36
-
the syslog-ng pattern database or a CSV-parser. The SDATA fields of
36
+
the {{ site.product.short_name }} pattern database or a CSV-parser. The SDATA fields of
37
37
RFC-5424 formatted log messages become soft macros as well. In
38
38
contrast with hard macros, soft macros are writable and can be
39
-
modified within syslog-ng OSE, for example, using rewrite rules.
39
+
modified within {{ site.product.short_name }}, for example, using rewrite rules.
40
40
41
41
**WARNING:**\{: .notice--warning\} Test \
42
42
for the list of hard and soft macros, see [[Hard versus soft macros]].
@@ -63,7 +63,7 @@ options {
63
63
64
64
---------------------
65
65
66
-
Introduction to syslog-ng is a test for pages without description/subtitle, but text part between the title and the first heading which can have tooltips too this way.
66
+
Introduction to {{ site.product.short_name }} is a test for pages without description/subtitle, but text part between the title and the first heading which can have tooltips too this way.
67
67
68
68
Developer guide is a double (page title amd section heading) example with a description/subtitle.
69
69
@@ -75,7 +75,7 @@ Test of forced link with anchored ID part [[Install Homebrew|dev-inst-macos#home
75
75
76
76
1. Same test like above in an enumeration [[Install Homebrew|dev-inst-macos#homebrew]].
77
77
78
-
**Hint:** Same again in a notice block [[Install Homebrew|dev-inst-macos#homebrew]]. If you you have syslog-ng[[installed via brew|dev-inst-macos#installation]], as a reference, you can check the dependencies of the brew built version using `brew deps syslog-ng`
78
+
**Hint:** Same again in a notice block [[Install Homebrew|dev-inst-macos#homebrew]]. If you you have {{ site.product.short_name }}[[installed via brew|dev-inst-macos#installation]], as a reference, you can check the dependencies of the brew built version using `brew deps syslog-ng`
79
79
{: .notice--info}
80
80
81
81
Embedded [link test](https://grpc.io/docs/guides/keepalive/) from a different domain
@@ -155,19 +155,18 @@ For details, see [[The syslog-ng.conf manual page]].
155
155
156
156
[[The syslog-ng.conf manual page]]
157
157
158
-
[[The syslog-ng manual page]]
158
+
[[The {{ site.product.short_name }} manual page]]
159
159
160
160
Here comes an include doc/admin-guide/manpages-footnote.md test
161
161
{% include doc/admin-guide/manpages-footnote.md %}
162
162
163
163
When encoding is set in a source (using the encoding() option) and the
164
164
message is longer (in bytes) than log-msg-size() in UTF-8
165
-
representation, syslog-ng OSE splits the message at an undefined
165
+
representation, {{ site.product.short_name }} splits the message at an undefined
166
166
location (because the conversion between different encodings is not
167
167
trivial).
168
168
169
-
The following is a simple configuration file for syslog-ng Open
170
-
Source Edition that collects incoming log messages and stores them
171
-
in a text file. syslog-ng Open Source Edition.
169
+
The following is a simple configuration file for {{ site.product.name }} that collects incoming log messages and stores them
170
+
in a text file. {{ site.product.name }}.
172
171
173
172
Aliast testing e.g ${LEVEL} or ${PRIORITY} should work like ${SDATA}
Copy file name to clipboardExpand all lines: doc/_doc-guide/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ id: doc-guide
13
13
5. If you modify a file in the `_includes/doc/` directory, it is probably included to multiple parts of the documentation. Make sure that your changes make sense in each context.
14
14
6. Modify the files as you need (following our markup conventions). For example, you can add new examples, correct typos, and so on.
15
15
7. Validate the files to make sure that the `markdown` is well-formed.
16
-
8. Commit and sign off your changes. If your changes apply only to syslog-ng OSE, begin the commit message with the `ose` prefix. If the changes apply only to specific versions, indicate them in the tag, for example, `ose 3.35`
16
+
8. Commit and sign off your changes. If your changes apply only to {{ site.product.short_name }}, begin the commit message with the `ose` prefix. If the changes apply only to specific versions, indicate them in the tag, for example, `ose 3.35`
17
17
9. Push your changes, for example, `git push origin my-typo-fixes`
18
18
10. Submit a pull request.
19
-
11. Sign the syslog-ng Open Source Edition Documentation Contributor License Agreement when prompted.
19
+
11. Sign the {{ site.product.name }} Documentation Contributor License Agreement when prompted.
20
20
12. We will review your contribution and if accepted, integrate to the master branch of the documentation and publish it.
0 commit comments