Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark syslog processor as GA and improve documentation #36417

Merged
merged 2 commits into from
Aug 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
- Add warning message to SysV init scripts for RPM-based systems that lack `/etc/rc.d/init.d/functions`. {issue}35708[35708] {pull}36188[36188]
- Mark `translate_sid` processor is GA. {issue}36279[36279] {pull}36280[36280]
- dns processor: Add support for forward lookups (`A`, `AAAA`, and `TXT`). {issue}11416[11416] {pull}36394[36394]
- Mark `syslog` processor as GA, improve docs about how processor handles syslog messages. {issue}36416[36416] {pull}36417[36417]

*Auditbeat*

Expand Down
7 changes: 6 additions & 1 deletion libbeat/processors/syslog/docs/syslog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
<titleabbrev>syslog</titleabbrev>
++++

experimental[]
The syslog processor parses RFC 3146 and/or RFC 5424 formatted syslog messages
that are stored in a field. The processor itself does not handle receiving syslog
messages from external sources. This is done through an input, such as the TCP
input. Certain integrations, when enabled through configuration, will embed the
syslog processor to process syslog messages, such as Custom TCP Logs and
Custom UDP Logs.

[float]
==== Configuration
Expand Down