mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
27d0ecab96
commit
5d64a61c21
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@ module LogStash
|
||||||
:id => service.agent.id,
|
:id => service.agent.id,
|
||||||
:name => service.agent.name,
|
:name => service.agent.name,
|
||||||
:ephemeral_id => service.agent.ephemeral_id,
|
:ephemeral_id => service.agent.ephemeral_id,
|
||||||
:status_green => "green"} # This is hard-coded to mirror x-pack behavior
|
:status => "green", # This is hard-coded to mirror x-pack behavior
|
||||||
|
:snapshot => ::BUILD_INFO["build_snapshot"],
|
||||||
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
def host
|
def host
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue