From 6358dca9b39844fb69ceb65f330b2bb4ef744348 Mon Sep 17 00:00:00 2001 From: Michael Katsoulis Date: Thu, 20 Dec 2018 00:14:58 +0200 Subject: [PATCH 1/4] Inserts natsbeat in the community beats list (#9674) Co-Authored-By: Stamatis Katsaounis Co-Authored-By: Christos Markou --- libbeat/docs/communitybeats.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/libbeat/docs/communitybeats.asciidoc b/libbeat/docs/communitybeats.asciidoc index cf800a77dd92..96943ddc33cc 100644 --- a/libbeat/docs/communitybeats.asciidoc +++ b/libbeat/docs/communitybeats.asciidoc @@ -71,6 +71,7 @@ https://github.com/scottcrespo/mongobeat[mongobeat]:: Monitors MongoDB instances https://github.com/nathan-K-/mqttbeat[mqttbeat]:: Add messages from mqtt topics to Elasticsearch. https://github.com/adibendahan/mysqlbeat[mysqlbeat]:: Run any query on MySQL and send results to Elasticsearch. https://github.com/PhaedrusTheGreek/nagioscheckbeat[nagioscheckbeat]:: For Nagios checks and performance data. +https://github.com/nfvsap/natsbeat[natsbeat]:: Collects data from NATS monitoring endpoints https://github.com/mrkschan/nginxbeat[nginxbeat]:: Reads status from Nginx. https://github.com/2Fast2BCn/nginxupstreambeat[nginxupstreambeat]:: Reads upstream status from nginx upstream module. https://github.com/mschneider82/nsqbeat[nsqbeat]:: Reads data from a NSQ topic. From d83c18f6b993ca110580b73d97c1d4bb76896261 Mon Sep 17 00:00:00 2001 From: Deepak Vasthimal Date: Fri, 11 Jan 2019 11:43:55 -0800 Subject: [PATCH 2/4] nvidiagpubeat (#10020) nvidiagpubeat has new home at https://github.com/eBay/nvidiagpubeat --- libbeat/docs/communitybeats.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/docs/communitybeats.asciidoc b/libbeat/docs/communitybeats.asciidoc index 96943ddc33cc..c0fc70ca6643 100644 --- a/libbeat/docs/communitybeats.asciidoc +++ b/libbeat/docs/communitybeats.asciidoc @@ -75,7 +75,7 @@ https://github.com/nfvsap/natsbeat[natsbeat]:: Collects data from NATS monitorin https://github.com/mrkschan/nginxbeat[nginxbeat]:: Reads status from Nginx. https://github.com/2Fast2BCn/nginxupstreambeat[nginxupstreambeat]:: Reads upstream status from nginx upstream module. https://github.com/mschneider82/nsqbeat[nsqbeat]:: Reads data from a NSQ topic. -https://github.com/deepujain/nvidiagpubeat/[nvidiagpubeat]:: Uses nvidia-smi to grab metrics of NVIDIA GPUs. +https://github.com/eBay/nvidiagpubeat[nvidiagpubeat]:: Uses nvidia-smi to grab metrics of NVIDIA GPUs. https://github.com/aristanetworks/openconfigbeat[openconfigbeat]:: Streams data from http://openconfig.net[OpenConfig]-enabled network devices https://github.com/joehillen/packagebeat[packagebeat]:: Collects information about system packages from package managers. From 0c18e9e7e8021acdbfa8b40e97bc66a177d98c68 Mon Sep 17 00:00:00 2001 From: Dhruv Batheja Date: Mon, 14 Jan 2019 13:41:31 +0100 Subject: [PATCH 3/4] Added terminalbeat to the list of communitybeats (#10037) --- libbeat/docs/communitybeats.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libbeat/docs/communitybeats.asciidoc b/libbeat/docs/communitybeats.asciidoc index c0fc70ca6643..3d04a5e71c3b 100644 --- a/libbeat/docs/communitybeats.asciidoc +++ b/libbeat/docs/communitybeats.asciidoc @@ -31,7 +31,7 @@ https://github.com/hsngerami/hsnburrowbeat[hsnburrowbeat]:: Monitors Kafka consu https://github.com/hartfordfive/cloudflarebeat[cloudflarebeat]:: Indexes log entries from the Cloudflare Enterprise Log Share API. https://github.com/jarl-tornroos/cloudfrontbeat[cloudfrontbeat]:: Reads log events from Amazon Web Services https://aws.amazon.com/cloudfront/[CloudFront]. https://github.com/aidan-/cloudtrailbeat[cloudtrailbeat]:: Reads events from Amazon Web Services' https://aws.amazon.com/cloudtrail/[CloudTrail]. -https://github.com/narmitech/cloudwatchmetricbeat[cloudwatchmetricbeat]:: A beat for Amazon Web Services' https://aws.amazon.com/cloudwatch/details/#other-aws-resource-monitoring[CloudWatch Metrics]. +https://github.com/narmitech/cloudwatchmetricbeat[cloudwatchmetricbeat]:: A beat for Amazon Web Services' https://aws.amazon.com/cloudwatch/details/#other-aws-resource-monitoring[CloudWatch Metrics]. https://github.com/e-travel/cloudwatchlogsbeat[cloudwatchlogsbeat]:: Reads log events from Amazon Web Services' https://aws.amazon.com/cloudwatch/details/#log-monitoring[CloudWatch Logs]. https://github.com/eBay/collectbeat[collectbeat]:: Adds discovery on top of Filebeat and Metricbeat in environments like Kubernetes. https://github.com/raboof/connbeat[connbeat]:: Exposes metadata about TCP connections. @@ -95,6 +95,7 @@ https://github.com/benben/serialbeat[serialbeat]:: Reads from a serial device. https://github.com/consulthys/springbeat[springbeat]:: Collects health and metrics data from Spring Boot applications running with the actuator module. https://github.com/philkra/springboot2beat[springboot2beat]:: Query and accumulate all metrics endpoints of a Spring Boot 2 web app via the web channel, leveraging the http://micrometer.io/[mircometer.io] metrics facade. https://github.com/sentient/statsdbeat[statsdbeat]:: Receives UDP https://github.com/etsy/statsd/wiki[statsd] events from a statsd client. +https://github.com/live-wire/terminalbeat[terminalbeat]:: Runs an external command and forwards the https://www.computerhope.com/jargon/s/stdout.htm[stdout] for the same to Elasticsearch/Logstash. https://github.com/berfinsari/tracebeat[tracebeat]:: Reads traceroute output and indexes them into Elasticsearch. https://github.com/buehler/go-elastic-twitterbeat[twitterbeat]:: Reads tweets for specified screen names. https://github.com/gravitational/udpbeat[udpbeat]:: Ships structured logs via UDP. From 240300910e397401eca2441e896dd26a60e74f14 Mon Sep 17 00:00:00 2001 From: Daniel Balko Date: Mon, 21 Jan 2019 08:13:25 +0100 Subject: [PATCH 4/4] Add perfstatbeat to list of Community Beats (#10190) --- libbeat/docs/communitybeats.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/libbeat/docs/communitybeats.asciidoc b/libbeat/docs/communitybeats.asciidoc index 3d04a5e71c3b..d9d7615bfecc 100644 --- a/libbeat/docs/communitybeats.asciidoc +++ b/libbeat/docs/communitybeats.asciidoc @@ -79,6 +79,7 @@ https://github.com/eBay/nvidiagpubeat[nvidiagpubeat]:: Uses nvidia-smi to grab m https://github.com/aristanetworks/openconfigbeat[openconfigbeat]:: Streams data from http://openconfig.net[OpenConfig]-enabled network devices https://github.com/joehillen/packagebeat[packagebeat]:: Collects information about system packages from package managers. +https://github.com/WuerthIT/perfstatbeat[perfstatbeat]:: Collect performance metrics on the AIX operating system. https://github.com/kozlice/phpfpmbeat[phpfpmbeat]:: Reads status from PHP-FPM. https://github.com/joshuar/pingbeat[pingbeat]:: Sends ICMP pings to a list of targets and stores the round trip time (RTT) in Elasticsearch.