Skip to content

Commit

Permalink
[docs] Make module names consistent in yaml files (#18142) (#18333)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored May 8, 2020
1 parent db57bc6 commit 028e308
Show file tree
Hide file tree
Showing 107 changed files with 161 additions and 161 deletions.
8 changes: 4 additions & 4 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ grouped in the following categories:
--
[[exported-fields-activemq]]
== activemq fields
== ActiveMQ fields
Module for parsing ActiveMQ log files.
Expand Down Expand Up @@ -17414,7 +17414,7 @@ example: Critical
--
[[exported-fields-elasticsearch]]
== elasticsearch fields
== Elasticsearch fields
elasticsearch Module
Expand Down Expand Up @@ -23069,7 +23069,7 @@ type: long
--
[[exported-fields-haproxy]]
== haproxy fields
== HAProxy fields
haproxy Module
Expand Down Expand Up @@ -27141,7 +27141,7 @@ alias to: source.ip
--
[[exported-fields-nats]]
== nats fields
== NATS fields
Module for parsing NATS log files.
Expand Down
4 changes: 2 additions & 2 deletions filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ filebeat.modules:
# Filebeat will choose the paths depending on your OS.
#var.paths:

#------------------------------- Haproxy Module -------------------------------
#------------------------------- HAProxy Module -------------------------------
- module: haproxy
# All logs
log:
Expand Down Expand Up @@ -269,7 +269,7 @@ filebeat.modules:
# can be added under this section.
#input:

#--------------------------------- Nats Module ---------------------------------
#--------------------------------- NATS Module ---------------------------------
- module: nats
# All logs
log:
Expand Down
2 changes: 1 addition & 1 deletion filebeat/module/elasticsearch/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- key: elasticsearch
title: "elasticsearch"
title: "Elasticsearch"
description: >
elasticsearch Module
fields:
Expand Down
2 changes: 1 addition & 1 deletion filebeat/module/elasticsearch/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion filebeat/module/haproxy/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- key: haproxy
title: "haproxy"
title: "HAProxy"
description: >
haproxy Module
fields:
Expand Down
2 changes: 1 addition & 1 deletion filebeat/module/haproxy/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion filebeat/module/nats/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- key: nats
title: "nats"
title: "NATS"
description: >
Module for parsing NATS log files.
release: beta
Expand Down
2 changes: 1 addition & 1 deletion filebeat/module/nats/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ grouped in the following categories:

--
[[exported-fields-activemq]]
== activemq fields
== ActiveMQ fields

activemq module

Expand Down Expand Up @@ -1510,7 +1510,7 @@ type: long
--

[[exported-fields-aws]]
== aws fields
== AWS fields

`aws` module collects AWS monitoring metrics from AWS Cloudwatch.

Expand Down Expand Up @@ -4436,7 +4436,7 @@ type: double
--

[[exported-fields-azure]]
== azure fields
== Azure fields

azure module

Expand Down Expand Up @@ -5963,7 +5963,7 @@ alias to: cloud.region
--

[[exported-fields-cloudfoundry]]
== cloudfoundry fields
== Cloudfoundry fields

Cloud Foundry module

Expand Down Expand Up @@ -6235,7 +6235,7 @@ type: keyword
--

[[exported-fields-consul]]
== consul fields
== Consul fields

Consul module

Expand Down Expand Up @@ -6354,7 +6354,7 @@ type: long
--

[[exported-fields-coredns]]
== coredns fields
== Coredns fields

coredns Module

Expand Down Expand Up @@ -16755,7 +16755,7 @@ type: keyword
--

[[exported-fields-envoyproxy]]
== envoyproxy fields
== Envoyproxy fields

envoyproxy module

Expand Down Expand Up @@ -20821,7 +20821,7 @@ IBM MQ module


[[exported-fields-iis]]
== iis fields
== IIS fields

iis module

Expand Down Expand Up @@ -20871,7 +20871,7 @@ type: object
--

[[exported-fields-istio]]
== istio fields
== Istio fields

istio Module

Expand Down Expand Up @@ -26865,7 +26865,7 @@ type: long
--

[[exported-fields-kvm]]
== kvm fields
== KVM fields

kvm module

Expand Down Expand Up @@ -32641,7 +32641,7 @@ type: long
--

[[exported-fields-nats]]
== Nats fields
== NATS fields

nats Module

Expand Down Expand Up @@ -36949,7 +36949,7 @@ Redis metrics collected from Redis Enterprise Server.


[[exported-fields-sql]]
== sql fields
== SQL fields

SQL module fetches metrics from a SQL database

Expand Down Expand Up @@ -40866,7 +40866,7 @@ type: long
--

[[exported-fields-traefik]]
== traefik fields
== Traefik fields

Traefik reverse proxy / load balancer metrics

Expand Down Expand Up @@ -40934,7 +40934,7 @@ type: object
--

[[exported-fields-uwsgi]]
== uwsgi fields
== uWSGI fields

uwsgi module

Expand Down
4 changes: 2 additions & 2 deletions metricbeat/docs/modules/activemq.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file is generated! See scripts/mage/docs_collector.go

[[metricbeat-module-activemq]]
[role="xpack"]
== activemq module
== ActiveMQ module

This module periodically fetches JMX metrics from Apache ActiveMQ.

Expand All @@ -20,7 +20,7 @@ The ActiveMQ module requires <<metricbeat-module-jolokia,Jolokia>>to fetch JMX m
[float]
=== Example configuration

The activemq module supports the standard configuration options that are described
The ActiveMQ module supports the standard configuration options that are described
in <<configuration-metricbeat>>. Here is an example configuration:

[source,yaml]
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/activemq/broker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-activemq-broker]]
=== activemq broker metricset
=== ActiveMQ broker metricset

include::../../../../x-pack/metricbeat/module/activemq/broker/_meta/docs.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/activemq/queue.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-activemq-queue]]
=== activemq queue metricset
=== ActiveMQ queue metricset

include::../../../../x-pack/metricbeat/module/activemq/queue/_meta/docs.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/activemq/topic.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-activemq-topic]]
=== activemq topic metricset
=== ActiveMQ topic metricset

include::../../../../x-pack/metricbeat/module/activemq/topic/_meta/docs.asciidoc[]

Expand Down
4 changes: 2 additions & 2 deletions metricbeat/docs/modules/aws.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file is generated! See scripts/mage/docs_collector.go

[[metricbeat-module-aws]]
[role="xpack"]
== aws module
== AWS module

:libbeat-xpack-dir: ../../../x-pack/libbeat

Expand Down Expand Up @@ -273,7 +273,7 @@ include::{libbeat-xpack-dir}/docs/aws-credentials-config.asciidoc[]
[float]
=== Example configuration

The aws module supports the standard configuration options that are described
The AWS module supports the standard configuration options that are described
in <<configuration-metricbeat>>. Here is an example configuration:

[source,yaml]
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/aws/billing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-aws-billing]]
=== aws billing metricset
=== AWS billing metricset

beta[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/aws/cloudwatch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-aws-cloudwatch]]
=== aws cloudwatch metricset
=== AWS cloudwatch metricset

include::../../../../x-pack/metricbeat/module/aws/cloudwatch/_meta/docs.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/aws/dynamodb.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-aws-dynamodb]]
=== aws dynamodb metricset
=== AWS dynamodb metricset

beta[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/aws/ebs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-aws-ebs]]
=== aws ebs metricset
=== AWS ebs metricset

include::../../../../x-pack/metricbeat/module/aws/ebs/_meta/docs.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/aws/ec2.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-aws-ec2]]
=== aws ec2 metricset
=== AWS ec2 metricset

include::../../../../x-pack/metricbeat/module/aws/ec2/_meta/docs.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/aws/elb.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-aws-elb]]
=== aws elb metricset
=== AWS elb metricset

include::../../../../x-pack/metricbeat/module/aws/elb/_meta/docs.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/aws/lambda.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-aws-lambda]]
=== aws lambda metricset
=== AWS lambda metricset

beta[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/aws/natgateway.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-aws-natgateway]]
=== aws natgateway metricset
=== AWS natgateway metricset

beta[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/aws/rds.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-aws-rds]]
=== aws rds metricset
=== AWS rds metricset

include::../../../../x-pack/metricbeat/module/aws/rds/_meta/docs.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/aws/s3_daily_storage.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-aws-s3_daily_storage]]
=== aws s3_daily_storage metricset
=== AWS s3_daily_storage metricset

include::../../../../x-pack/metricbeat/module/aws/s3_daily_storage/_meta/docs.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/aws/s3_request.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file is generated! See scripts/mage/docs_collector.go
////

[[metricbeat-metricset-aws-s3_request]]
=== aws s3_request metricset
=== AWS s3_request metricset

include::../../../../x-pack/metricbeat/module/aws/s3_request/_meta/docs.asciidoc[]

Expand Down
Loading

0 comments on commit 028e308

Please sign in to comment.