ECS::LogEntry::Service::Node
Inherits JSON::Serializable < Struct < Value < Object
Constructors
Instance methods
service.node.name
Name of a service node.
This allows for two nodes of the same service running on the same host to be
differentiated. Therefore, service.node.name should typically be unique across
nodes of a given service.
In the case of Elasticsearch, the service.node.name could contain the unique
node name within the Elasticsearch cluster. In cases where the service doesn't
have the concept of a node name, the host name or container name can be used to
distinguish running instances that make up this service. If those do not provide
uniqueness (e.g. multiple instances of the service running on the same host) -
the node name can be manually set.
Level: Extended Type: Keyword Example:
instance-0000000016
service.node.name
Name of a service node.
This allows for two nodes of the same service running on the same host to be
differentiated. Therefore, service.node.name should typically be unique across
nodes of a given service.
In the case of Elasticsearch, the service.node.name could contain the unique
node name within the Elasticsearch cluster. In cases where the service doesn't
have the concept of a node name, the host name or container name can be used to
distinguish running instances that make up this service. If those do not provide
uniqueness (e.g. multiple instances of the service running on the same host) -
the node name can be manually set.
Level: Extended Type: Keyword Example:
instance-0000000016