mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -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,
|
||||
:name => service.agent.name,
|
||||
: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
|
||||
|
||||
def host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue