Skip to content

Commit 80f30c8

Browse files
committed
typo correction
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent 924cbe5 commit 80f30c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

99
A syslog message consists of the following parts:
1010

11-
- [[`HEADER`|adm-struct-ietf#the-header-message-part]] (includes the [[PRI|adm-struct-ietf#the-pri-message-part]] as well)
11+
- [[HEADER|adm-struct-ietf#the-header-message-part]] (includes the [[PRI|adm-struct-ietf#the-pri-message-part]] as well)
1212
- [[STRUCTURED-DATA|adm-struct-ietf#the-structured-data-message-part]]
1313
- [[MSG|adm-struct-ietf#the-msg-message-part]]
1414

doc/_dev-guide/chapter_8/section_4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Filter Function
33
id: dev-plugin-dev-filter-func
44
---
55

6-
This section will guide you through the process of creating a filter function, by going through the files of filter-length, a set of filter functions which filter log messages based on the length of their `${MESSAGE}`. `${MESSAGE}` refers to the {{ site.product.short_name }} macro and not `MSG` as defined by the syslog protocols.
6+
This section will guide you through the process of creating a filter function, by going through the files of filter-length, a set of filter functions which filter log messages based on the length of their ${MESSAGE}. ${MESSAGE} refers to the {{ site.product.short_name }} macro and not `MSG` as defined by the syslog protocols.
77

88
Filter functions are written under `lib/filter/`, and so they do not belong to any module and are not technically plugins. To add a filter function we only need to modify the parser and grammar files; there is no plugin file.
99

0 commit comments

Comments
 (0)