ECS::LogEntry::Agent
Inherits JSON::Serializable < Struct < Value < Object
Constructors
Instance methods
agent.ephemeral_id
Ephemeral identifier of this agent (if one exists).
This id normally changes across restarts, but agent.id does not.
Level: Extended Type: Keyword Example:
8a4f500f
agent.ephemeral_id
Ephemeral identifier of this agent (if one exists).
This id normally changes across restarts, but agent.id does not.
Level: Extended Type: Keyword Example:
8a4f500f
agent.id
Unique identifier of this agent (if one exists).
Example: For Beats this would be beat.id.
Level: Core Type: Keyword Example:
8a4f500d
agent.id
Unique identifier of this agent (if one exists).
Example: For Beats this would be beat.id.
Level: Core Type: Keyword Example:
8a4f500d
agent.name
Custom name of the agent.
This is a name that can be given to an agent. This can be helpful if for example two Filebeat instances are running on the same host but a human readable separation is needed on which Filebeat instance data is coming from.
If no name is given, the name is often left empty.
Level: Core Type: Keyword Example:
foo
agent.name
Custom name of the agent.
This is a name that can be given to an agent. This can be helpful if for example two Filebeat instances are running on the same host but a human readable separation is needed on which Filebeat instance data is coming from.
If no name is given, the name is often left empty.
Level: Core Type: Keyword Example:
foo
agent.type
Type of the agent.
The agent type always stays the same and should be given by the agent used. In case of Filebeat the agent would always be Filebeat also if two Filebeat instances are run on the same machine.
Level: Core Type: Keyword Example:
filebeat
agent.type
Type of the agent.
The agent type always stays the same and should be given by the agent used. In case of Filebeat the agent would always be Filebeat also if two Filebeat instances are run on the same machine.
Level: Core Type: Keyword Example:
filebeat
agent.version
Version of the agent.
Level: Core Type: Keyword Example:
6.0.0-rc2