Skip to content

Commit

Permalink
Merge pull request #593 from christiangalsterer/master
Browse files Browse the repository at this point in the history
Added Execbeat as new beat
  • Loading branch information
ruflin committed Dec 26, 2015
2 parents 6adba2e + 87047c0 commit eae32b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libbeat/docs/communitybeats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ out a few of them here:
[horizontal]
https://github.com/Ingensi/dockerbeat[dockerbeat]:: Reads docker container
statistics and indexes them in Elasticsearch
https://github.com/christiangalsterer/execbeat[execbeat]:: Periodically executes shell commands and sends the standard output and standard error to
Logstash, Elasticsearch.
https://github.com/christiangalsterer/httpbeat[httpbeat]:: Polls multiple HTTP(S) endpoints and sends the data to
Logstash, Elasticsearch. Supports all HTTP methods and proxies.
https://github.com/mrkschan/nginxbeat[nginxbeat]:: Reads status from Nginx
Expand All @@ -17,7 +19,7 @@ https://github.com/kozlice/phpfpmbeat[phpfpmbeat]:: Reads status from PHP-FPM
https://github.com/radoondas/apachebeat[apachebeat]:: Reads status from Apache HTTPD server-status

Have you created a Beat that's not listed? Open a pull request to add your link
here: https://github.com/elastic/libbeat/blob/master/docs/communitybeats.asciidoc
here: https://github.com/elastic/beats/blob/master/libbeat/docs/communitybeats.asciidoc

NOTE: Elastic provides no warranty or support for community-sourced Beats.

Expand Down

0 comments on commit eae32b3

Please sign in to comment.