Skip to content

Commit 19d54ea

Browse files
committed
Moved flag into the appropriate topic.
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent 9eb9ae7 commit 19d54ea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* `empty-lines`: Use the empty-lines flag to keep the empty lines of the messages. Otherwise, these lines are automatically removed.
99
* `expect-hostname`: When this flag is used syslog-ng OSE expects a log message that contains a hostname and parses the message accordingly. This is the default behavior for TCP sources. Note that pipe sources use the `no-hostname` flag by default.
1010
* `guess-timezone`: This flag allows the source to attempt to guess the timezone of the message if this information is not available in the message. Works when the incoming message stream is close to real time, and the timezone information is missing from the timestamp.
11-
* `ignore-aux-data`: This flag enables the source to ignore auxiliary data.
1211
* `kernel`: This flag sets the source default to the `LOG_KERN | LOG_NOTICE` priority if not specified otherwise.
1312
* `no-header`: This flag triggers syslog-ng OSE to parse only the `PRI` field of incoming messages, and put the rest of the message contents into `MSG`.
1413
The functionality of `no-header` is similar to the `no-parse` flag, but the `no-header` flag does not skip the `PRI` field. The `no-header` flag signals syslog-ng OSE that the syslog header is not present (or does not adhere to the conventions / RFCs), so the entire message (except from the `PRI` field) is put into `MSG`.

_includes/doc/admin-guide/options/source-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
this information is not available in the message. Works when the
2424
incoming message stream is close to real time, and the timezone
2525
information is missing from the timestamp.
26-
26+
- *ignore-aux-data*: This flag enables the source to ignore auxiliary data.
2727
- *kernel*: The kernel flag makes the source default to the LOG_KERN
2828
| LOG_NOTICE priority if not specified otherwise.
2929

0 commit comments

Comments
 (0)