Add new document type for docker daemon status
Closed this issue · 2 comments
marminthibaut commented
Dockerbeat could ship an event type for docker daemon status by pulling the /info
endpoint : https://docs.docker.com/engine/reference/api/docker_remote_api_v1.21/#2-3-misc
When API is unreachable, we could ship an event with special status. (need discuss)
marminthibaut commented
As you can see here dockerbeat just log an error when docker API is not reachable. We could send a document to elasticsearch!
marminthibaut commented
Resolves by #85