Ingensi/dockbeat

Add new document type for docker daemon status

Closed this issue · 2 comments

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)

As you can see here dockerbeat just log an error when docker API is not reachable. We could send a document to elasticsearch!

Resolves by #85