From 87047c09c7d2e15ddec2c854def2f092e836e6f9 Mon Sep 17 00:00:00 2001 From: Christian Galsterer Date: Sat, 26 Dec 2015 08:44:27 +0100 Subject: [PATCH] Added Execbeat as new beat Fixed URL pointing to this file --- libbeat/docs/communitybeats.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libbeat/docs/communitybeats.asciidoc b/libbeat/docs/communitybeats.asciidoc index 336e5dabd15..f3604405811 100644 --- a/libbeat/docs/communitybeats.asciidoc +++ b/libbeat/docs/communitybeats.asciidoc @@ -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 @@ -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.