Skip to content

Commit

Permalink
Add fixes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton committed Oct 25, 2017
1 parent 94b39ea commit e0ec1f3
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 18 deletions.
2 changes: 1 addition & 1 deletion filebeat/docs/include/what-happens.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaults)
* Makes sure each multiline log event gets sent as a single event
* Parses and processes the log lines, shaping the data into a structure suitable
* Uses ingest node to parse and process the log lines, shaping the data into a structure suitable
for visualizing in Kibana
* Deploys dashboards for visualizing the log data
Expand Down
2 changes: 1 addition & 1 deletion filebeat/docs/modules/apache2.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ include::../include/var-paths.asciidoc[]
[float]
=== Fields

For a description of each field in the metricset, see the
For a description of each field in the module, see the
<<exported-fields-apache2,exported fields>> section.

2 changes: 1 addition & 1 deletion filebeat/docs/modules/auditd.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ include::../include/var-paths.asciidoc[]
[float]
=== Fields

For a description of each field in the metricset, see the
For a description of each field in the module, see the
<<exported-fields-auditd,exported fields>> section.

2 changes: 1 addition & 1 deletion filebeat/docs/modules/icinga.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ include::../include/var-paths.asciidoc[]
[float]
=== Fields

For a description of each field in the metricset, see the
For a description of each field in the module, see the
<<exported-fields-icinga,exported fields>> section.

2 changes: 1 addition & 1 deletion filebeat/docs/modules/kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ will choose the paths depending on your operating systems.
[float]
=== Fields

For a description of each field in the metricset, see the
For a description of each field in the module, see the
<<exported-fields-kafka,exported fields>> section.

2 changes: 1 addition & 1 deletion filebeat/docs/modules/mysql.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ include::../include/var-paths.asciidoc[]
[float]
=== Fields

For a description of each field in the metricset, see the
For a description of each field in the module, see the
<<exported-fields-mysql,exported fields>> section.

2 changes: 1 addition & 1 deletion filebeat/docs/modules/nginx.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ include::../include/var-paths.asciidoc[]
[float]
=== Fields

For a description of each field in the metricset, see the
For a description of each field in the module, see the
<<exported-fields-nginx,exported fields>> section.

2 changes: 1 addition & 1 deletion filebeat/docs/modules/postgresql.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ will choose the paths depending on your operating systems.
[float]
=== Fields

For a description of each field in the metricset, see the
For a description of each field in the module, see the
<<exported-fields-postgresql,exported fields>> section.

5 changes: 1 addition & 4 deletions filebeat/docs/modules/redis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ To specify the same settings at the command line, you use:
-----


// REVIEWERS: Please confirm that the slowlog examples are correct. Couldn't
// test the slowlog examples

The command in the example assumes that you have already enabled the +{modulename}+ module.

//set the fileset name used in the included example
Expand Down Expand Up @@ -106,6 +103,6 @@ The password to use to connect to Redis, in case Redis authentication is enabled
[float]
=== Fields

For a description of each field in the metricset, see the
For a description of each field in the module, see the
<<exported-fields-redis,exported fields>> section.

2 changes: 1 addition & 1 deletion filebeat/docs/modules/system.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ include::../include/var-paths.asciidoc[]
[float]
=== Fields

For a description of each field in the metricset, see the
For a description of each field in the module, see the
<<exported-fields-system,exported fields>> section.

2 changes: 1 addition & 1 deletion filebeat/docs/modules/traefik.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ This is the traefik module.
[float]
=== Fields

For a description of each field in the metricset, see the
For a description of each field in the module, see the
<<exported-fields-traefik,exported fields>> section.

3 changes: 0 additions & 3 deletions filebeat/module/redis/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ To specify the same settings at the command line, you use:
-----


// REVIEWERS: Please confirm that the slowlog examples are correct. Couldn't
// test the slowlog examples

The command in the example assumes that you have already enabled the +{modulename}+ module.

//set the fileset name used in the included example
Expand Down
2 changes: 1 addition & 1 deletion filebeat/scripts/docs_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def collect(beat_name):
[float]
=== Fields
For a description of each field in the metricset, see the
For a description of each field in the module, see the
<<exported-fields-""" + module + """,exported fields>> section.
"""
Expand Down

0 comments on commit e0ec1f3

Please sign in to comment.