mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
d1c51f7d62
commit
27d0ecab96
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ module LogStash
|
|||
:http_address => http_address,
|
||||
:id => service.agent.id,
|
||||
: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
|
||||
end
|
||||
|
||||
def host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue