Ingensi / dockbeat

Dockbeat - the elastic Beat for docker daemon monitoring
Other
286 stars 70 forks source link

Logstash output? #79

Closed tpolekhin closed 8 years ago

tpolekhin commented 8 years ago

Didn't find this one in README, are we able to output to logstash?

marminthibaut commented 8 years ago

Of course, this feature is not related to dockerbeat but to libbeat.

Configure the output section of dockerbeat.yml: https://github.com/Ingensi/dockerbeat/blob/develop/etc/dockerbeat.yml#L104

You can set elasticsearch, logstash or file as beat output.

tpolekhin commented 8 years ago

Cool, thanks!

marminthibaut commented 8 years ago

Enjoy dockerbeat! Do not hesitate to leave questions and comments

patrick-bark commented 8 years ago

+1 awesome, perhaps should be added to the docs. This is a major plus over your competitors (cadvisor). Thanks

rkmresh commented 8 years ago

Hi, Is there any sample dockerbeat.yml for logstash? I try to output to logstash I don't see any output. But output to elasticsearch and file is working. Can you help me on this? Thank you.