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

Convert Filebeat system.syslog to ECS #9135

Merged
merged 8 commits into from
Nov 22, 2018
Merged
Changes from 1 commit
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
Prev Previous commit
Attempt at aliasing system.syslog fields to their ECS counterpart.
Mathieu Martin committed Nov 22, 2018

Unverified

No user is associated with the committer email.
commit dc6740103f83bb7001e89fc366bf651219449065
27 changes: 10 additions & 17 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
@@ -6370,45 +6370,38 @@ Contains fields from the syslog system logs.



*`system.syslog.timestamp`*::
*`@timestamp`*::
+
--
The timestamp as read from the syslog message.

type: alias

--

*`system.syslog.hostname`*::
*`host.hostname`*::
+
--
The hostname as read from the syslog message.

type: alias

--

*`system.syslog.program`*::
*`process.name`*::
+
--
The process name as read from the syslog message.

type: alias

--

*`system.syslog.pid`*::
*`process.pid`*::
+
--
The PID of the process that sent the syslog message.

type: alias

--

*`system.syslog.message`*::
*`message`*::
+
--
type: text

The message in the log line.

type: alias

--

Loading