From 5060a14ac8445c274e1ac7ed12e585ef014b85f4 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Fri, 28 Apr 2017 11:49:13 -0700 Subject: [PATCH 1/3] Fix config example --- filebeat/docs/modules-overview.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebeat/docs/modules-overview.asciidoc b/filebeat/docs/modules-overview.asciidoc index 05e66016934..204f797c00a 100644 --- a/filebeat/docs/modules-overview.asciidoc +++ b/filebeat/docs/modules-overview.asciidoc @@ -130,7 +130,7 @@ Or via the configuration file: filebeat.modules: - module: nginx access: - var.paths = ["/var/log/nginx/access.log*"] + var.paths: ["/var/log/nginx/access.log*"] ---------------------------------------------------------------------- The Nginx `access` fileset also has a `pipeline` variable which allows From 9099ac3198b5f6b92fbb4245dda13517fcf54ba7 Mon Sep 17 00:00:00 2001 From: Rockybean Date: Wed, 26 Apr 2017 19:49:44 +0800 Subject: [PATCH 2/3] Add rsbeat to communitybeats doc (#4108) --- 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 ee0e930e6a5..10dacd8cab0 100644 --- a/libbeat/docs/communitybeats.asciidoc +++ b/libbeat/docs/communitybeats.asciidoc @@ -52,6 +52,7 @@ https://github.com/carlpett/prombeat[prombeat]:: Indexes https://prometheus.io[P https://github.com/voigt/redditbeat[redditbeat]:: Collects new Reddit Submissions of one or multiple Subreddits. https://github.com/chrsblck/redisbeat[redisbeat]:: Used for Redis monitoring. https://github.com/consulthys/retsbeat[retsbeat]:: Collects counts of http://www.reso.org[RETS] resource/class records from https://en.wikipedia.org/wiki/Multiple_listing_service[Multiple Listing Service] (MLS) servers. +https://github.com/yourdream/rsbeat[rsbeat]:: Ships redis slow logs to elasticsearch and anlyze by Kibana. https://github.com/martinhoefling/saltbeat[saltbeat]:: Reads events from salt master event bus. https://github.com/consulthys/springbeat[springbeat]:: Collects health and metrics data from Spring Boot applications running with the actuator module. https://github.com/buehler/go-elastic-twitterbeat[twitterbeat]:: Reads tweets for specified screen names. @@ -62,7 +63,6 @@ network intrusion detection software and indexes the records in Elasticsearch. https://github.com/mrkschan/uwsgibeat[uwsgibeat]:: Reads stats from uWSGI. https://github.com/eskibars/wmibeat[wmibeat]:: Uses WMI to grab your favorite, configurable Windows metrics. - Have you created a Beat that's not listed? If so, add the name and description of your Beat to the source document for https://github.com/elastic/beats/blob/master/libbeat/docs/communitybeats.asciidoc[Community Beats] and https://help.github.com/articles/using-pull-requests[open a pull request] in the https://github.com/elastic/beats[Beats GitHub repository] to get your change merged. When you're ready, go ahead and https://discuss.elastic.co/c/annoucements[announce] your new Beat in the Elastic discussion forum. From f70499ce3a459a37e83e4938ff79d75b8d1421ec Mon Sep 17 00:00:00 2001 From: lisakaymera Date: Mon, 24 Apr 2017 17:18:52 +0300 Subject: [PATCH 3/3] Update docs.asciidoc (#4095) fsstats doesn't work anymore because of a previous merge. Would be helpful to change fsstats -> fsstat to avoid confusion. --- metricbeat/module/system/fsstat/_meta/docs.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metricbeat/module/system/fsstat/_meta/docs.asciidoc b/metricbeat/module/system/fsstat/_meta/docs.asciidoc index 4eecef32e96..06ac6e4d07a 100644 --- a/metricbeat/module/system/fsstat/_meta/docs.asciidoc +++ b/metricbeat/module/system/fsstat/_meta/docs.asciidoc @@ -1,6 +1,6 @@ === System Fsstat Metricset -The System `fsstats` metricset provides overall file system statistics. +The System `fsstat` metricset provides overall file system statistics. This metricset is available on: