Skip to content

Commit

Permalink
Attempt at aliasing system.syslog fields to their ECS counterpart.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin committed Nov 22, 2018
1 parent 712d3bd commit dc67401
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 29 deletions.
27 changes: 10 additions & 17 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
--
Expand Down
Loading

0 comments on commit dc67401

Please sign in to comment.