Add snapshot field

Fixes #10589
This commit is contained in:
Mike Place 2019-03-26 13:54:46 -06:00 committed by Shaunak Kashyap
parent 27d0ecab96
commit 5d64a61c21

View file

@ -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