struct

ECS::LogEntry::Agent::Build

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new

Initialize all values as nil

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

original(new_value : String)

A chainable setter for original

Source
original

agent.build.original

Extended build information for the agent.

This field is intended to contain any build information that a data source may provide, no specific formatting is required.

Level: Core Type: Keyword Example:

metricbeat version 7.6.0 (amd64), libbeat 7.6.0 [6a23e8f8f30f5001ba344e4e54d8d9cb82cb107c built 2020-02-05 23:10:10 +0000 UTC]
Source
original=(original : String | Nil)

agent.build.original

Extended build information for the agent.

This field is intended to contain any build information that a data source may provide, no specific formatting is required.

Level: Core Type: Keyword Example:

metricbeat version 7.6.0 (amd64), libbeat 7.6.0 [6a23e8f8f30f5001ba344e4e54d8d9cb82cb107c built 2020-02-05 23:10:10 +0000 UTC]
Source