ECS::LogEntry::Log
Inherits JSON::Serializable < Struct < Value < Object
Constructors
Instance methods
log.level
Original log level of the log event.
If the source of the event provides a log level or textual severity, this is the
one that goes in log.level. If your source doesn't specify one, you may put
your event transport's severity here (e.g. Syslog severity).
Some examples are warn, err, i, informational.
Level: Core Type: Keyword Example:
error
log.level
Original log level of the log event.
If the source of the event provides a log level or textual severity, this is the
one that goes in log.level. If your source doesn't specify one, you may put
your event transport's severity here (e.g. Syslog severity).
Some examples are warn, err, i, informational.
Level: Core Type: Keyword Example:
error
log.logger
The name of the logger inside an application. This is usually the name of the class which initialized the logger, or can be a custom name.
Level: Core Type: Keyword Example:
org.elasticsearch.bootstrap.Bootstrap
log.logger
The name of the logger inside an application. This is usually the name of the class which initialized the logger, or can be a custom name.
Level: Core Type: Keyword Example:
org.elasticsearch.bootstrap.Bootstrap
log.original
This is the original log message and contains the full log message before splitting it up in multiple parts.
In contrast to the message field which can contain an extracted part of the
log message, this field contains the original, full log message. It can have
already some modifications applied like encoding or new lines removed to clean up
the log message.
This field is not indexed and doc_values are disabled so it can't be queried but
the value can be retrieved from _source.
Level: Core Type: Keyword Example:
Sep 19 08:26:10 localhost My log
log.original
This is the original log message and contains the full log message before splitting it up in multiple parts.
In contrast to the message field which can contain an extracted part of the
log message, this field contains the original, full log message. It can have
already some modifications applied like encoding or new lines removed to clean up
the log message.
This field is not indexed and doc_values are disabled so it can't be queried but
the value can be retrieved from _source.
Level: Core Type: Keyword Example:
Sep 19 08:26:10 localhost My log
log.syslog
The Syslog metadata of the event, if the event was transmitted via Syslog. Please see RFCs 5424 or 3164.
Level: Extended Type: Object Object Type: Keyword
log.syslog
The Syslog metadata of the event, if the event was transmitted via Syslog. Please see RFCs 5424 or 3164.
Level: Extended Type: Object Object Type: Keyword