diff --git a/.gitignore b/.gitignore index c3945f1c9..aebaf5886 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /tools/package_lxd_test/package_lxd_test /tools/license_checker/license_checker* /tools/readme_config_includer/generator* +/tools/readme_linter/readme_linter* /tools/custom_builder/custom_builder* /vendor .DS_Store diff --git a/Makefile b/Makefile index 0a2cbebcc..201eb56d6 100644 --- a/Makefile +++ b/Makefile @@ -111,6 +111,7 @@ build_tools: $(HOSTGO) build -o ./tools/custom_builder/custom_builder$(EXEEXT) ./tools/custom_builder $(HOSTGO) build -o ./tools/license_checker/license_checker$(EXEEXT) ./tools/license_checker $(HOSTGO) build -o ./tools/readme_config_includer/generator$(EXEEXT) ./tools/readme_config_includer/generator.go + $(HOSTGO) build -o ./tools/readme_linter/readme_linter$(EXEEXT) ./tools/readme_linter embed_readme_%: go generate -run="readme_config_includer/generator$$" ./plugins/$*/... @@ -224,6 +225,8 @@ clean: rm -rf tools/custom_builder/custom_builder.exe rm -rf tools/readme_config_includer/generator rm -rf tools/readme_config_includer/generator.exe + rm -rf tools/readme_linter/readme_linter + rm -rf tools/readme_linter/readme_linter.exe rm -rf tools/package_lxd_test/package_lxd_test rm -rf tools/package_lxd_test/package_lxd_test.exe rm -rf tools/license_checker/license_checker diff --git a/docs/includes/plugin_config.md b/docs/includes/plugin_config.md index 95b76ad05..85ec5d0ec 100644 --- a/docs/includes/plugin_config.md +++ b/docs/includes/plugin_config.md @@ -3,4 +3,4 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins diff --git a/plugins/aggregators/basicstats/README.md b/plugins/aggregators/basicstats/README.md index aeb8d749d..1554bf582 100644 --- a/plugins/aggregators/basicstats/README.md +++ b/plugins/aggregators/basicstats/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/aggregators/derivative/README.md b/plugins/aggregators/derivative/README.md index 37b2060fe..f70d47630 100644 --- a/plugins/aggregators/derivative/README.md +++ b/plugins/aggregators/derivative/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/aggregators/final/README.md b/plugins/aggregators/final/README.md index 5ac58b421..563bac3b9 100644 --- a/plugins/aggregators/final/README.md +++ b/plugins/aggregators/final/README.md @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/aggregators/histogram/README.md b/plugins/aggregators/histogram/README.md index b677c4007..5185d7166 100644 --- a/plugins/aggregators/histogram/README.md +++ b/plugins/aggregators/histogram/README.md @@ -35,7 +35,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/aggregators/merge/README.md b/plugins/aggregators/merge/README.md index 30a9babbb..b1d36683d 100644 --- a/plugins/aggregators/merge/README.md +++ b/plugins/aggregators/merge/README.md @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/aggregators/minmax/README.md b/plugins/aggregators/minmax/README.md index 54410ae32..b1fdadb27 100644 --- a/plugins/aggregators/minmax/README.md +++ b/plugins/aggregators/minmax/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/aggregators/quantile/README.md b/plugins/aggregators/quantile/README.md index 6800fd374..1c2a122a6 100644 --- a/plugins/aggregators/quantile/README.md +++ b/plugins/aggregators/quantile/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/aggregators/starlark/README.md b/plugins/aggregators/starlark/README.md index 3aa5ad4b8..5e4112f7e 100644 --- a/plugins/aggregators/starlark/README.md +++ b/plugins/aggregators/starlark/README.md @@ -29,7 +29,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/aggregators/valuecounter/README.md b/plugins/aggregators/valuecounter/README.md index 1cec43dd3..e41b9c11c 100644 --- a/plugins/aggregators/valuecounter/README.md +++ b/plugins/aggregators/valuecounter/README.md @@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/activemq/README.md b/plugins/inputs/activemq/README.md index 0862b9bbf..91283e104 100644 --- a/plugins/inputs/activemq/README.md +++ b/plugins/inputs/activemq/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/aerospike/README.md b/plugins/inputs/aerospike/README.md index c82ee06ed..bf3494fda 100644 --- a/plugins/inputs/aerospike/README.md +++ b/plugins/inputs/aerospike/README.md @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/aliyuncms/README.md b/plugins/inputs/aliyuncms/README.md index 5d60ae519..a4a0aae15 100644 --- a/plugins/inputs/aliyuncms/README.md +++ b/plugins/inputs/aliyuncms/README.md @@ -30,7 +30,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/amd_rocm_smi/README.md b/plugins/inputs/amd_rocm_smi/README.md index 7ecab8d1c..2c44ff65e 100644 --- a/plugins/inputs/amd_rocm_smi/README.md +++ b/plugins/inputs/amd_rocm_smi/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/amqp_consumer/README.md b/plugins/inputs/amqp_consumer/README.md index 6b9e64b79..647e329a6 100644 --- a/plugins/inputs/amqp_consumer/README.md +++ b/plugins/inputs/amqp_consumer/README.md @@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/apache/README.md b/plugins/inputs/apache/README.md index 122416944..d51ed7d5f 100644 --- a/plugins/inputs/apache/README.md +++ b/plugins/inputs/apache/README.md @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/apcupsd/README.md b/plugins/inputs/apcupsd/README.md index f5fc5aa25..d53be4397 100644 --- a/plugins/inputs/apcupsd/README.md +++ b/plugins/inputs/apcupsd/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/aurora/README.md b/plugins/inputs/aurora/README.md index 39701680d..504a33ea9 100644 --- a/plugins/inputs/aurora/README.md +++ b/plugins/inputs/aurora/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/azure_monitor/README.md b/plugins/inputs/azure_monitor/README.md index 1c45b3fb3..7175a4c2c 100644 --- a/plugins/inputs/azure_monitor/README.md +++ b/plugins/inputs/azure_monitor/README.md @@ -56,7 +56,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/azure_storage_queue/README.md b/plugins/inputs/azure_storage_queue/README.md index 79159a662..96d071af3 100644 --- a/plugins/inputs/azure_storage_queue/README.md +++ b/plugins/inputs/azure_storage_queue/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/bcache/README.md b/plugins/inputs/bcache/README.md index c87989cab..c7e428f9f 100644 --- a/plugins/inputs/bcache/README.md +++ b/plugins/inputs/bcache/README.md @@ -58,7 +58,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/beanstalkd/README.md b/plugins/inputs/beanstalkd/README.md index c88907996..2af042da3 100644 --- a/plugins/inputs/beanstalkd/README.md +++ b/plugins/inputs/beanstalkd/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/beat/README.md b/plugins/inputs/beat/README.md index 2f30d6070..b46fcb887 100644 --- a/plugins/inputs/beat/README.md +++ b/plugins/inputs/beat/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/bind/README.md b/plugins/inputs/bind/README.md index eee9ff8ad..0667a5342 100644 --- a/plugins/inputs/bind/README.md +++ b/plugins/inputs/bind/README.md @@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/bond/README.md b/plugins/inputs/bond/README.md index 951fdf389..d8b24bae8 100644 --- a/plugins/inputs/bond/README.md +++ b/plugins/inputs/bond/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/burrow/README.md b/plugins/inputs/burrow/README.md index 460943959..c722c3f5c 100644 --- a/plugins/inputs/burrow/README.md +++ b/plugins/inputs/burrow/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/cassandra/README.md b/plugins/inputs/cassandra/README.md index d01f49f52..5aea022bb 100644 --- a/plugins/inputs/cassandra/README.md +++ b/plugins/inputs/cassandra/README.md @@ -34,7 +34,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/ceph/README.md b/plugins/inputs/ceph/README.md index dcea38ef0..20c646883 100644 --- a/plugins/inputs/ceph/README.md +++ b/plugins/inputs/ceph/README.md @@ -64,7 +64,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/cgroup/README.md b/plugins/inputs/cgroup/README.md index 1c4a533d4..3335ea288 100644 --- a/plugins/inputs/cgroup/README.md +++ b/plugins/inputs/cgroup/README.md @@ -45,7 +45,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/chrony/README.md b/plugins/inputs/chrony/README.md index 5b75b0ccc..bd6f09b24 100644 --- a/plugins/inputs/chrony/README.md +++ b/plugins/inputs/chrony/README.md @@ -66,7 +66,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/cisco_telemetry_mdt/README.md b/plugins/inputs/cisco_telemetry_mdt/README.md index 5d40db372..52ce7675e 100644 --- a/plugins/inputs/cisco_telemetry_mdt/README.md +++ b/plugins/inputs/cisco_telemetry_mdt/README.md @@ -19,7 +19,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/clickhouse/README.md b/plugins/inputs/clickhouse/README.md index f84724887..8b3d156d8 100644 --- a/plugins/inputs/clickhouse/README.md +++ b/plugins/inputs/clickhouse/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/cloud_pubsub/README.md b/plugins/inputs/cloud_pubsub/README.md index 29c0fc4b5..a9da449f2 100644 --- a/plugins/inputs/cloud_pubsub/README.md +++ b/plugins/inputs/cloud_pubsub/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/cloud_pubsub_push/README.md b/plugins/inputs/cloud_pubsub_push/README.md index bc8ff2daa..7bd7869a4 100644 --- a/plugins/inputs/cloud_pubsub_push/README.md +++ b/plugins/inputs/cloud_pubsub_push/README.md @@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/cloudwatch/README.md b/plugins/inputs/cloudwatch/README.md index 737222a46..ce05fdaf1 100644 --- a/plugins/inputs/cloudwatch/README.md +++ b/plugins/inputs/cloudwatch/README.md @@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/cloudwatch_metric_streams/README.md b/plugins/inputs/cloudwatch_metric_streams/README.md index 95214690a..918fd05b3 100644 --- a/plugins/inputs/cloudwatch_metric_streams/README.md +++ b/plugins/inputs/cloudwatch_metric_streams/README.md @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/conntrack/README.md b/plugins/inputs/conntrack/README.md index ab9c16c90..42159f7cc 100644 --- a/plugins/inputs/conntrack/README.md +++ b/plugins/inputs/conntrack/README.md @@ -31,7 +31,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/consul/README.md b/plugins/inputs/consul/README.md index d02a0c89d..4a79e8bd4 100644 --- a/plugins/inputs/consul/README.md +++ b/plugins/inputs/consul/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/consul_agent/README.md b/plugins/inputs/consul_agent/README.md index a220f179f..466ee1f94 100644 --- a/plugins/inputs/consul_agent/README.md +++ b/plugins/inputs/consul_agent/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/couchbase/README.md b/plugins/inputs/couchbase/README.md index 5b675b115..58706b384 100644 --- a/plugins/inputs/couchbase/README.md +++ b/plugins/inputs/couchbase/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/couchdb/README.md b/plugins/inputs/couchdb/README.md index 8fcdaac99..30d499637 100644 --- a/plugins/inputs/couchdb/README.md +++ b/plugins/inputs/couchdb/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/cpu/README.md b/plugins/inputs/cpu/README.md index 619d8ce26..8d3dd1592 100644 --- a/plugins/inputs/cpu/README.md +++ b/plugins/inputs/cpu/README.md @@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/csgo/README.md b/plugins/inputs/csgo/README.md index 7d014d2dd..5e2637c9c 100644 --- a/plugins/inputs/csgo/README.md +++ b/plugins/inputs/csgo/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/dcos/README.md b/plugins/inputs/dcos/README.md index 1ff7f97c6..944f1fe78 100644 --- a/plugins/inputs/dcos/README.md +++ b/plugins/inputs/dcos/README.md @@ -26,7 +26,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/directory_monitor/README.md b/plugins/inputs/directory_monitor/README.md index 67572f270..1d72235e3 100644 --- a/plugins/inputs/directory_monitor/README.md +++ b/plugins/inputs/directory_monitor/README.md @@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/disk/README.md b/plugins/inputs/disk/README.md index 560c2a8c2..11ed24a08 100644 --- a/plugins/inputs/disk/README.md +++ b/plugins/inputs/disk/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/diskio/README.md b/plugins/inputs/diskio/README.md index f525a2940..13a29605a 100644 --- a/plugins/inputs/diskio/README.md +++ b/plugins/inputs/diskio/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/disque/README.md b/plugins/inputs/disque/README.md index dfc20457a..135d53a35 100644 --- a/plugins/inputs/disque/README.md +++ b/plugins/inputs/disque/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/dmcache/README.md b/plugins/inputs/dmcache/README.md index 7c5d60dd0..b7118d386 100644 --- a/plugins/inputs/dmcache/README.md +++ b/plugins/inputs/dmcache/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/dns_query/README.md b/plugins/inputs/dns_query/README.md index b1d87fdeb..c6a2d3aad 100644 --- a/plugins/inputs/dns_query/README.md +++ b/plugins/inputs/dns_query/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/docker/README.md b/plugins/inputs/docker/README.md index b22cd1d70..53ddaea37 100644 --- a/plugins/inputs/docker/README.md +++ b/plugins/inputs/docker/README.md @@ -17,7 +17,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/docker_log/README.md b/plugins/inputs/docker_log/README.md index 7f1d42743..91f1de819 100644 --- a/plugins/inputs/docker_log/README.md +++ b/plugins/inputs/docker_log/README.md @@ -19,7 +19,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/dovecot/README.md b/plugins/inputs/dovecot/README.md index 93849da01..06cb30dbf 100644 --- a/plugins/inputs/dovecot/README.md +++ b/plugins/inputs/dovecot/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/dpdk/README.md b/plugins/inputs/dpdk/README.md index efea9a8ef..2fc6b217e 100644 --- a/plugins/inputs/dpdk/README.md +++ b/plugins/inputs/dpdk/README.md @@ -51,7 +51,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/ecs/README.md b/plugins/inputs/ecs/README.md index 16e1e9d37..802eb68ae 100644 --- a/plugins/inputs/ecs/README.md +++ b/plugins/inputs/ecs/README.md @@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/elasticsearch/README.md b/plugins/inputs/elasticsearch/README.md index b09557887..69bb3dac5 100644 --- a/plugins/inputs/elasticsearch/README.md +++ b/plugins/inputs/elasticsearch/README.md @@ -34,7 +34,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/elasticsearch_query/README.md b/plugins/inputs/elasticsearch_query/README.md index 7e5b11f9a..b3e882708 100755 --- a/plugins/inputs/elasticsearch_query/README.md +++ b/plugins/inputs/elasticsearch_query/README.md @@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/ethtool/README.md b/plugins/inputs/ethtool/README.md index 8391b81b9..2000c2c3f 100644 --- a/plugins/inputs/ethtool/README.md +++ b/plugins/inputs/ethtool/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/eventhub_consumer/README.md b/plugins/inputs/eventhub_consumer/README.md index ce1ae3e03..2ba4c6cf3 100644 --- a/plugins/inputs/eventhub_consumer/README.md +++ b/plugins/inputs/eventhub_consumer/README.md @@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/example/README.md b/plugins/inputs/example/README.md index 2db9a0b09..e6ad887aa 100644 --- a/plugins/inputs/example/README.md +++ b/plugins/inputs/example/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/exec/README.md b/plugins/inputs/exec/README.md index a2a6c7024..ffcbd337c 100644 --- a/plugins/inputs/exec/README.md +++ b/plugins/inputs/exec/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/execd/README.md b/plugins/inputs/execd/README.md index d399da8ad..f1d68dacc 100644 --- a/plugins/inputs/execd/README.md +++ b/plugins/inputs/execd/README.md @@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/fail2ban/README.md b/plugins/inputs/fail2ban/README.md index 735d2104a..f48e5837a 100644 --- a/plugins/inputs/fail2ban/README.md +++ b/plugins/inputs/fail2ban/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/fibaro/README.md b/plugins/inputs/fibaro/README.md index f3a3ccf7d..e5c0531b5 100644 --- a/plugins/inputs/fibaro/README.md +++ b/plugins/inputs/fibaro/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/file/README.md b/plugins/inputs/file/README.md index 9697104e2..b7046d0e4 100644 --- a/plugins/inputs/file/README.md +++ b/plugins/inputs/file/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/filecount/README.md b/plugins/inputs/filecount/README.md index c6f46c6d4..dfd89d4a6 100644 --- a/plugins/inputs/filecount/README.md +++ b/plugins/inputs/filecount/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/filestat/README.md b/plugins/inputs/filestat/README.md index 56b47d219..964a3bd0a 100644 --- a/plugins/inputs/filestat/README.md +++ b/plugins/inputs/filestat/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/fireboard/README.md b/plugins/inputs/fireboard/README.md index 536e9f55f..324e7e63c 100644 --- a/plugins/inputs/fireboard/README.md +++ b/plugins/inputs/fireboard/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/fluentd/README.md b/plugins/inputs/fluentd/README.md index af1a20020..0ce8330dc 100644 --- a/plugins/inputs/fluentd/README.md +++ b/plugins/inputs/fluentd/README.md @@ -30,7 +30,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/github/README.md b/plugins/inputs/github/README.md index bee049808..4048ea3db 100644 --- a/plugins/inputs/github/README.md +++ b/plugins/inputs/github/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/gnmi/README.md b/plugins/inputs/gnmi/README.md index 51c37cc82..c520f682f 100644 --- a/plugins/inputs/gnmi/README.md +++ b/plugins/inputs/gnmi/README.md @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/google_cloud_storage/README.md b/plugins/inputs/google_cloud_storage/README.md index a7a5adcfc..03a3ad63d 100644 --- a/plugins/inputs/google_cloud_storage/README.md +++ b/plugins/inputs/google_cloud_storage/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/graylog/README.md b/plugins/inputs/graylog/README.md index 902ab5aca..64267ec21 100644 --- a/plugins/inputs/graylog/README.md +++ b/plugins/inputs/graylog/README.md @@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/haproxy/README.md b/plugins/inputs/haproxy/README.md index df39da274..57589340c 100644 --- a/plugins/inputs/haproxy/README.md +++ b/plugins/inputs/haproxy/README.md @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/hddtemp/README.md b/plugins/inputs/hddtemp/README.md index b7fd7cd3e..ba0b59324 100644 --- a/plugins/inputs/hddtemp/README.md +++ b/plugins/inputs/hddtemp/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/http/README.md b/plugins/inputs/http/README.md index 2e7d1bc49..4629e6c05 100644 --- a/plugins/inputs/http/README.md +++ b/plugins/inputs/http/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/http_listener_v2/README.md b/plugins/inputs/http_listener_v2/README.md index 6124a04f1..e7f8befee 100644 --- a/plugins/inputs/http_listener_v2/README.md +++ b/plugins/inputs/http_listener_v2/README.md @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/http_response/README.md b/plugins/inputs/http_response/README.md index 2a8d0baa9..ae7959cb3 100644 --- a/plugins/inputs/http_response/README.md +++ b/plugins/inputs/http_response/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/httpjson/README.md b/plugins/inputs/httpjson/README.md index d8740b81a..2278905f6 100644 --- a/plugins/inputs/httpjson/README.md +++ b/plugins/inputs/httpjson/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/hugepages/README.md b/plugins/inputs/hugepages/README.md index 9f5fda68a..da4930ce8 100644 --- a/plugins/inputs/hugepages/README.md +++ b/plugins/inputs/hugepages/README.md @@ -15,7 +15,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/icinga2/README.md b/plugins/inputs/icinga2/README.md index 86b78c591..ed54113f8 100644 --- a/plugins/inputs/icinga2/README.md +++ b/plugins/inputs/icinga2/README.md @@ -15,7 +15,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/infiniband/README.md b/plugins/inputs/infiniband/README.md index 2bfd89546..e358eee7a 100644 --- a/plugins/inputs/infiniband/README.md +++ b/plugins/inputs/infiniband/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/influxdb/README.md b/plugins/inputs/influxdb/README.md index e6a29de78..f49920b50 100644 --- a/plugins/inputs/influxdb/README.md +++ b/plugins/inputs/influxdb/README.md @@ -31,7 +31,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/influxdb_listener/README.md b/plugins/inputs/influxdb_listener/README.md index c08021418..4953a2c11 100644 --- a/plugins/inputs/influxdb_listener/README.md +++ b/plugins/inputs/influxdb_listener/README.md @@ -25,7 +25,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/influxdb_v2_listener/README.md b/plugins/inputs/influxdb_v2_listener/README.md index dde72bbe3..e5ae867a7 100644 --- a/plugins/inputs/influxdb_v2_listener/README.md +++ b/plugins/inputs/influxdb_v2_listener/README.md @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/intel_dlb/README.md b/plugins/inputs/intel_dlb/README.md index c84f8227e..208ed0cc9 100644 --- a/plugins/inputs/intel_dlb/README.md +++ b/plugins/inputs/intel_dlb/README.md @@ -60,7 +60,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/intel_pmu/README.md b/plugins/inputs/intel_pmu/README.md index 960e7162a..fd0f31c09 100644 --- a/plugins/inputs/intel_pmu/README.md +++ b/plugins/inputs/intel_pmu/README.md @@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/intel_powerstat/README.md b/plugins/inputs/intel_powerstat/README.md index 13aa1c6ca..cf806b886 100644 --- a/plugins/inputs/intel_powerstat/README.md +++ b/plugins/inputs/intel_powerstat/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/intel_rdt/README.md b/plugins/inputs/intel_rdt/README.md index c44385d55..267577e20 100644 --- a/plugins/inputs/intel_rdt/README.md +++ b/plugins/inputs/intel_rdt/README.md @@ -98,7 +98,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/internal/README.md b/plugins/inputs/internal/README.md index 89ef633bf..78938a254 100644 --- a/plugins/inputs/internal/README.md +++ b/plugins/inputs/internal/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/internet_speed/README.md b/plugins/inputs/internet_speed/README.md index 5abfe7bc9..8905477b4 100644 --- a/plugins/inputs/internet_speed/README.md +++ b/plugins/inputs/internet_speed/README.md @@ -17,7 +17,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/interrupts/README.md b/plugins/inputs/interrupts/README.md index 9cc8eb205..7cb1d54fc 100644 --- a/plugins/inputs/interrupts/README.md +++ b/plugins/inputs/interrupts/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/ipmi_sensor/README.md b/plugins/inputs/ipmi_sensor/README.md index 10df450c3..20dd8b34b 100644 --- a/plugins/inputs/ipmi_sensor/README.md +++ b/plugins/inputs/ipmi_sensor/README.md @@ -37,7 +37,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/ipset/README.md b/plugins/inputs/ipset/README.md index 26c88ce8c..70fac4f82 100644 --- a/plugins/inputs/ipset/README.md +++ b/plugins/inputs/ipset/README.md @@ -51,7 +51,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/iptables/README.md b/plugins/inputs/iptables/README.md index 0c12181f9..8529c9731 100644 --- a/plugins/inputs/iptables/README.md +++ b/plugins/inputs/iptables/README.md @@ -70,7 +70,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/ipvs/README.md b/plugins/inputs/ipvs/README.md index 45ae0defe..6eae19864 100644 --- a/plugins/inputs/ipvs/README.md +++ b/plugins/inputs/ipvs/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/jenkins/README.md b/plugins/inputs/jenkins/README.md index 035ff2c58..5c9d292cf 100644 --- a/plugins/inputs/jenkins/README.md +++ b/plugins/inputs/jenkins/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/jolokia/README.md b/plugins/inputs/jolokia/README.md index 2191988a7..175256234 100644 --- a/plugins/inputs/jolokia/README.md +++ b/plugins/inputs/jolokia/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/jolokia2_agent/README.md b/plugins/inputs/jolokia2_agent/README.md index e02844d7c..fbcc8942d 100644 --- a/plugins/inputs/jolokia2_agent/README.md +++ b/plugins/inputs/jolokia2_agent/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/jolokia2_proxy/README.md b/plugins/inputs/jolokia2_proxy/README.md index 6b605540c..2df54ab45 100644 --- a/plugins/inputs/jolokia2_proxy/README.md +++ b/plugins/inputs/jolokia2_proxy/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/jti_openconfig_telemetry/README.md b/plugins/inputs/jti_openconfig_telemetry/README.md index e633537db..b784bb19d 100644 --- a/plugins/inputs/jti_openconfig_telemetry/README.md +++ b/plugins/inputs/jti_openconfig_telemetry/README.md @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/kafka_consumer/README.md b/plugins/inputs/kafka_consumer/README.md index 7dc5b7217..8c34dcf8c 100644 --- a/plugins/inputs/kafka_consumer/README.md +++ b/plugins/inputs/kafka_consumer/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/kafka_consumer_legacy/README.md b/plugins/inputs/kafka_consumer_legacy/README.md index 28a38ec3e..900b40237 100644 --- a/plugins/inputs/kafka_consumer_legacy/README.md +++ b/plugins/inputs/kafka_consumer_legacy/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/kapacitor/README.md b/plugins/inputs/kapacitor/README.md index ae286e01b..01f66883b 100644 --- a/plugins/inputs/kapacitor/README.md +++ b/plugins/inputs/kapacitor/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/kernel/README.md b/plugins/inputs/kernel/README.md index 0571a54f8..1b0601817 100644 --- a/plugins/inputs/kernel/README.md +++ b/plugins/inputs/kernel/README.md @@ -47,7 +47,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/kernel_vmstat/README.md b/plugins/inputs/kernel_vmstat/README.md index 4208600b0..e75758a74 100644 --- a/plugins/inputs/kernel_vmstat/README.md +++ b/plugins/inputs/kernel_vmstat/README.md @@ -118,7 +118,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/kibana/README.md b/plugins/inputs/kibana/README.md index 68314d748..54bfc59c7 100644 --- a/plugins/inputs/kibana/README.md +++ b/plugins/inputs/kibana/README.md @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/kinesis_consumer/README.md b/plugins/inputs/kinesis_consumer/README.md index 6d84252a6..a5b10a4b9 100644 --- a/plugins/inputs/kinesis_consumer/README.md +++ b/plugins/inputs/kinesis_consumer/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/knx_listener/README.md b/plugins/inputs/knx_listener/README.md index 95bf1c6e0..9d10f2d72 100644 --- a/plugins/inputs/knx_listener/README.md +++ b/plugins/inputs/knx_listener/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/kube_inventory/README.md b/plugins/inputs/kube_inventory/README.md index 07621f26f..ffebcdae5 100644 --- a/plugins/inputs/kube_inventory/README.md +++ b/plugins/inputs/kube_inventory/README.md @@ -40,7 +40,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/kubernetes/README.md b/plugins/inputs/kubernetes/README.md index 5ba8ac281..73ffb5b68 100644 --- a/plugins/inputs/kubernetes/README.md +++ b/plugins/inputs/kubernetes/README.md @@ -41,7 +41,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/lanz/README.md b/plugins/inputs/lanz/README.md index ff40fba6a..a93cc6914 100644 --- a/plugins/inputs/lanz/README.md +++ b/plugins/inputs/lanz/README.md @@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/leofs/README.md b/plugins/inputs/leofs/README.md index 900aec020..51f3b03ed 100644 --- a/plugins/inputs/leofs/README.md +++ b/plugins/inputs/leofs/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/libvirt/README.md b/plugins/inputs/libvirt/README.md index 0819f6d12..9bd7f43a9 100644 --- a/plugins/inputs/libvirt/README.md +++ b/plugins/inputs/libvirt/README.md @@ -29,7 +29,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/linux_cpu/README.md b/plugins/inputs/linux_cpu/README.md index 9e2bdfa90..edef9dc3c 100644 --- a/plugins/inputs/linux_cpu/README.md +++ b/plugins/inputs/linux_cpu/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/linux_sysctl_fs/README.md b/plugins/inputs/linux_sysctl_fs/README.md index 137cbded6..ea7418be7 100644 --- a/plugins/inputs/linux_sysctl_fs/README.md +++ b/plugins/inputs/linux_sysctl_fs/README.md @@ -17,7 +17,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/logparser/README.md b/plugins/inputs/logparser/README.md index 45fa20a5f..9f77dea4d 100644 --- a/plugins/inputs/logparser/README.md +++ b/plugins/inputs/logparser/README.md @@ -53,7 +53,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/logstash/README.md b/plugins/inputs/logstash/README.md index e0ea4b6ae..f9cc72247 100644 --- a/plugins/inputs/logstash/README.md +++ b/plugins/inputs/logstash/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/lustre2/README.md b/plugins/inputs/lustre2/README.md index ea04f52be..860f7369a 100644 --- a/plugins/inputs/lustre2/README.md +++ b/plugins/inputs/lustre2/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/lvm/README.md b/plugins/inputs/lvm/README.md index 19b86a7ff..15abe6895 100644 --- a/plugins/inputs/lvm/README.md +++ b/plugins/inputs/lvm/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/mailchimp/README.md b/plugins/inputs/mailchimp/README.md index 26950830b..1a4d12a95 100644 --- a/plugins/inputs/mailchimp/README.md +++ b/plugins/inputs/mailchimp/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/marklogic/README.md b/plugins/inputs/marklogic/README.md index 77c486ccc..6cebc1a4a 100644 --- a/plugins/inputs/marklogic/README.md +++ b/plugins/inputs/marklogic/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/mcrouter/README.md b/plugins/inputs/mcrouter/README.md index 77272a11c..bde934ca4 100644 --- a/plugins/inputs/mcrouter/README.md +++ b/plugins/inputs/mcrouter/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/mdstat/README.md b/plugins/inputs/mdstat/README.md index 93b2857f4..cfed2d5d9 100644 --- a/plugins/inputs/mdstat/README.md +++ b/plugins/inputs/mdstat/README.md @@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/mem/README.md b/plugins/inputs/mem/README.md index ad2bcfc7d..1812396ad 100644 --- a/plugins/inputs/mem/README.md +++ b/plugins/inputs/mem/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/memcached/README.md b/plugins/inputs/memcached/README.md index 71ed0d8df..54811f97f 100644 --- a/plugins/inputs/memcached/README.md +++ b/plugins/inputs/memcached/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/mesos/README.md b/plugins/inputs/mesos/README.md index 8f15efda1..783663c84 100644 --- a/plugins/inputs/mesos/README.md +++ b/plugins/inputs/mesos/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/minecraft/README.md b/plugins/inputs/minecraft/README.md index af1e44315..b253f24f5 100644 --- a/plugins/inputs/minecraft/README.md +++ b/plugins/inputs/minecraft/README.md @@ -49,7 +49,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/mock/README.md b/plugins/inputs/mock/README.md index f9cedc621..19d79b644 100644 --- a/plugins/inputs/mock/README.md +++ b/plugins/inputs/mock/README.md @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/modbus/README.md b/plugins/inputs/modbus/README.md index 1a854df63..25ab702dc 100644 --- a/plugins/inputs/modbus/README.md +++ b/plugins/inputs/modbus/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/mongodb/README.md b/plugins/inputs/mongodb/README.md index b68486041..870db30fc 100644 --- a/plugins/inputs/mongodb/README.md +++ b/plugins/inputs/mongodb/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/monit/README.md b/plugins/inputs/monit/README.md index aeb74009b..679ec54fb 100644 --- a/plugins/inputs/monit/README.md +++ b/plugins/inputs/monit/README.md @@ -19,7 +19,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/mqtt_consumer/README.md b/plugins/inputs/mqtt_consumer/README.md index 5f72d1115..e315fb894 100644 --- a/plugins/inputs/mqtt_consumer/README.md +++ b/plugins/inputs/mqtt_consumer/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/multifile/README.md b/plugins/inputs/multifile/README.md index 9afd4cac8..9b56a0941 100644 --- a/plugins/inputs/multifile/README.md +++ b/plugins/inputs/multifile/README.md @@ -15,7 +15,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/mysql/README.md b/plugins/inputs/mysql/README.md index 07e560304..b50a35271 100644 --- a/plugins/inputs/mysql/README.md +++ b/plugins/inputs/mysql/README.md @@ -30,7 +30,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nats/README.md b/plugins/inputs/nats/README.md index 3aebc47e4..59600acb7 100644 --- a/plugins/inputs/nats/README.md +++ b/plugins/inputs/nats/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nats_consumer/README.md b/plugins/inputs/nats_consumer/README.md index ede70f573..4b93209e9 100644 --- a/plugins/inputs/nats_consumer/README.md +++ b/plugins/inputs/nats_consumer/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/neptune_apex/README.md b/plugins/inputs/neptune_apex/README.md index 00f4b67ed..578689561 100644 --- a/plugins/inputs/neptune_apex/README.md +++ b/plugins/inputs/neptune_apex/README.md @@ -15,7 +15,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/net/README.md b/plugins/inputs/net/README.md index 7f0e43b66..03a625948 100644 --- a/plugins/inputs/net/README.md +++ b/plugins/inputs/net/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/net_response/README.md b/plugins/inputs/net_response/README.md index 7fc15190b..f43a85f4b 100644 --- a/plugins/inputs/net_response/README.md +++ b/plugins/inputs/net_response/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/netflow/README.md b/plugins/inputs/netflow/README.md index c6523081f..08930ff6d 100644 --- a/plugins/inputs/netflow/README.md +++ b/plugins/inputs/netflow/README.md @@ -15,6 +15,15 @@ Definitions for IPFIX are according to [IANA assignement document][IPFIX doc]. [ASA extensions]: https://www.cisco.com/c/en/us/td/docs/security/asa/special/netflow/asa_netflow.html [IPFIX doc]: https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-nat-type +## Global configuration options + +In addition to the plugin-specific configuration settings, plugins support +additional global and plugin configuration settings. These settings are used to +modify metrics, tags, and field or create aliases and configure ordering, etc. +See the [CONFIGURATION.md][CONFIGURATION.md] for more details. + +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins + ## Configuration ```toml @sample.conf diff --git a/plugins/inputs/netstat/README.md b/plugins/inputs/netstat/README.md index c3b780639..c76185cc2 100644 --- a/plugins/inputs/netstat/README.md +++ b/plugins/inputs/netstat/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nfsclient/README.md b/plugins/inputs/nfsclient/README.md index de82adacc..051334c5f 100644 --- a/plugins/inputs/nfsclient/README.md +++ b/plugins/inputs/nfsclient/README.md @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nginx/README.md b/plugins/inputs/nginx/README.md index 004be4252..53518be05 100644 --- a/plugins/inputs/nginx/README.md +++ b/plugins/inputs/nginx/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nginx_plus/README.md b/plugins/inputs/nginx_plus/README.md index 87c746a7e..8d9d97437 100644 --- a/plugins/inputs/nginx_plus/README.md +++ b/plugins/inputs/nginx_plus/README.md @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nginx_plus_api/README.md b/plugins/inputs/nginx_plus_api/README.md index 3c49ceb4a..908f1702b 100644 --- a/plugins/inputs/nginx_plus_api/README.md +++ b/plugins/inputs/nginx_plus_api/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nginx_sts/README.md b/plugins/inputs/nginx_sts/README.md index fe962ed9b..98901493b 100644 --- a/plugins/inputs/nginx_sts/README.md +++ b/plugins/inputs/nginx_sts/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nginx_upstream_check/README.md b/plugins/inputs/nginx_upstream_check/README.md index aaf1725e7..a12fb7c09 100644 --- a/plugins/inputs/nginx_upstream_check/README.md +++ b/plugins/inputs/nginx_upstream_check/README.md @@ -19,7 +19,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nginx_vts/README.md b/plugins/inputs/nginx_vts/README.md index 2bbc3c975..5f6e5b5cc 100644 --- a/plugins/inputs/nginx_vts/README.md +++ b/plugins/inputs/nginx_vts/README.md @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nomad/README.md b/plugins/inputs/nomad/README.md index 74c68003e..ad604a78c 100644 --- a/plugins/inputs/nomad/README.md +++ b/plugins/inputs/nomad/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nsd/README.md b/plugins/inputs/nsd/README.md index 19261446a..f325dcd34 100644 --- a/plugins/inputs/nsd/README.md +++ b/plugins/inputs/nsd/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nsq/README.md b/plugins/inputs/nsq/README.md index f592d7cf0..29abd886f 100644 --- a/plugins/inputs/nsq/README.md +++ b/plugins/inputs/nsq/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nsq_consumer/README.md b/plugins/inputs/nsq_consumer/README.md index c1afe0b9a..709708c53 100644 --- a/plugins/inputs/nsq_consumer/README.md +++ b/plugins/inputs/nsq_consumer/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nstat/README.md b/plugins/inputs/nstat/README.md index 18a8b18c7..276de968e 100644 --- a/plugins/inputs/nstat/README.md +++ b/plugins/inputs/nstat/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/ntpq/README.md b/plugins/inputs/ntpq/README.md index 6d6d23fab..440d7c795 100644 --- a/plugins/inputs/ntpq/README.md +++ b/plugins/inputs/ntpq/README.md @@ -31,7 +31,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/nvidia_smi/README.md b/plugins/inputs/nvidia_smi/README.md index 26ff7c62f..e16011d46 100644 --- a/plugins/inputs/nvidia_smi/README.md +++ b/plugins/inputs/nvidia_smi/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/opcua/README.md b/plugins/inputs/opcua/README.md index 710de360c..f81865180 100644 --- a/plugins/inputs/opcua/README.md +++ b/plugins/inputs/opcua/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/opcua_listener/README.md b/plugins/inputs/opcua_listener/README.md index bceff46e5..016ceb1e2 100644 --- a/plugins/inputs/opcua_listener/README.md +++ b/plugins/inputs/opcua_listener/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/openldap/README.md b/plugins/inputs/openldap/README.md index 55486821a..236547280 100644 --- a/plugins/inputs/openldap/README.md +++ b/plugins/inputs/openldap/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/openntpd/README.md b/plugins/inputs/openntpd/README.md index dc510da5f..67e0d4d1f 100644 --- a/plugins/inputs/openntpd/README.md +++ b/plugins/inputs/openntpd/README.md @@ -27,7 +27,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/opensmtpd/README.md b/plugins/inputs/opensmtpd/README.md index 77d2ca3f3..faf6c0426 100644 --- a/plugins/inputs/opensmtpd/README.md +++ b/plugins/inputs/opensmtpd/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/openstack/README.md b/plugins/inputs/openstack/README.md index 13a1d8219..c6a4564f8 100644 --- a/plugins/inputs/openstack/README.md +++ b/plugins/inputs/openstack/README.md @@ -60,7 +60,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/opentelemetry/README.md b/plugins/inputs/opentelemetry/README.md index c0d9ab9ab..3ca8ddf7d 100644 --- a/plugins/inputs/opentelemetry/README.md +++ b/plugins/inputs/opentelemetry/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/openweathermap/README.md b/plugins/inputs/openweathermap/README.md index db8e8dacc..2548e92b0 100644 --- a/plugins/inputs/openweathermap/README.md +++ b/plugins/inputs/openweathermap/README.md @@ -17,7 +17,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/passenger/README.md b/plugins/inputs/passenger/README.md index eaefa6c80..c7c973671 100644 --- a/plugins/inputs/passenger/README.md +++ b/plugins/inputs/passenger/README.md @@ -28,7 +28,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/pf/README.md b/plugins/inputs/pf/README.md index c1bf809d5..e1a7cc59d 100644 --- a/plugins/inputs/pf/README.md +++ b/plugins/inputs/pf/README.md @@ -29,7 +29,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/pgbouncer/README.md b/plugins/inputs/pgbouncer/README.md index 8b070f494..f4cbf27a4 100644 --- a/plugins/inputs/pgbouncer/README.md +++ b/plugins/inputs/pgbouncer/README.md @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/phpfpm/README.md b/plugins/inputs/phpfpm/README.md index 5f2df96a0..482f9cf9f 100644 --- a/plugins/inputs/phpfpm/README.md +++ b/plugins/inputs/phpfpm/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/ping/README.md b/plugins/inputs/ping/README.md index 1d73f86a5..0868b2dbd 100644 --- a/plugins/inputs/ping/README.md +++ b/plugins/inputs/ping/README.md @@ -30,7 +30,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/postfix/README.md b/plugins/inputs/postfix/README.md index 90cb115ab..e54f10220 100644 --- a/plugins/inputs/postfix/README.md +++ b/plugins/inputs/postfix/README.md @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/postgresql/README.md b/plugins/inputs/postgresql/README.md index 1d562c68c..0bbafa63a 100644 --- a/plugins/inputs/postgresql/README.md +++ b/plugins/inputs/postgresql/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/postgresql_extensible/README.md b/plugins/inputs/postgresql_extensible/README.md index 5c2599f5d..220db29f8 100644 --- a/plugins/inputs/postgresql_extensible/README.md +++ b/plugins/inputs/postgresql_extensible/README.md @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/powerdns/README.md b/plugins/inputs/powerdns/README.md index 40b5e96df..c0e69d84a 100644 --- a/plugins/inputs/powerdns/README.md +++ b/plugins/inputs/powerdns/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/powerdns_recursor/README.md b/plugins/inputs/powerdns_recursor/README.md index 6b8172e25..1567bd603 100644 --- a/plugins/inputs/powerdns_recursor/README.md +++ b/plugins/inputs/powerdns_recursor/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/processes/README.md b/plugins/inputs/processes/README.md index 3a3e187ef..6fa842a2b 100644 --- a/plugins/inputs/processes/README.md +++ b/plugins/inputs/processes/README.md @@ -15,7 +15,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/procstat/README.md b/plugins/inputs/procstat/README.md index 8fc11f256..5be8a0964 100644 --- a/plugins/inputs/procstat/README.md +++ b/plugins/inputs/procstat/README.md @@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/prometheus/README.md b/plugins/inputs/prometheus/README.md index 03a6a67a4..b486740c7 100644 --- a/plugins/inputs/prometheus/README.md +++ b/plugins/inputs/prometheus/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/proxmox/README.md b/plugins/inputs/proxmox/README.md index 7770bd41c..de0dd43c3 100644 --- a/plugins/inputs/proxmox/README.md +++ b/plugins/inputs/proxmox/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/puppetagent/README.md b/plugins/inputs/puppetagent/README.md index dbb444058..ec69e8b6b 100644 --- a/plugins/inputs/puppetagent/README.md +++ b/plugins/inputs/puppetagent/README.md @@ -84,7 +84,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/rabbitmq/README.md b/plugins/inputs/rabbitmq/README.md index 39cd37614..8cf2fe6fa 100644 --- a/plugins/inputs/rabbitmq/README.md +++ b/plugins/inputs/rabbitmq/README.md @@ -15,7 +15,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/raindrops/README.md b/plugins/inputs/raindrops/README.md index face8f653..0202ba63f 100644 --- a/plugins/inputs/raindrops/README.md +++ b/plugins/inputs/raindrops/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/ras/README.md b/plugins/inputs/ras/README.md index 9376482cc..6037bf16a 100644 --- a/plugins/inputs/ras/README.md +++ b/plugins/inputs/ras/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/ravendb/README.md b/plugins/inputs/ravendb/README.md index 7c1dad976..ac1f0dcaa 100644 --- a/plugins/inputs/ravendb/README.md +++ b/plugins/inputs/ravendb/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/redfish/README.md b/plugins/inputs/redfish/README.md index 5cd7c1dec..0aab55a21 100644 --- a/plugins/inputs/redfish/README.md +++ b/plugins/inputs/redfish/README.md @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/redis/README.md b/plugins/inputs/redis/README.md index 3a244bd32..183c2dfbc 100644 --- a/plugins/inputs/redis/README.md +++ b/plugins/inputs/redis/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/redis_sentinel/README.md b/plugins/inputs/redis_sentinel/README.md index 49fbd63d3..551b0ed89 100644 --- a/plugins/inputs/redis_sentinel/README.md +++ b/plugins/inputs/redis_sentinel/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/rethinkdb/README.md b/plugins/inputs/rethinkdb/README.md index a6096bf28..52309f6d8 100644 --- a/plugins/inputs/rethinkdb/README.md +++ b/plugins/inputs/rethinkdb/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/riak/README.md b/plugins/inputs/riak/README.md index 34f4f17c3..42323ce05 100644 --- a/plugins/inputs/riak/README.md +++ b/plugins/inputs/riak/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/riemann_listener/README.md b/plugins/inputs/riemann_listener/README.md index 797ea5e93..d1036defe 100644 --- a/plugins/inputs/riemann_listener/README.md +++ b/plugins/inputs/riemann_listener/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/salesforce/README.md b/plugins/inputs/salesforce/README.md index 53b00a9e4..36707855b 100644 --- a/plugins/inputs/salesforce/README.md +++ b/plugins/inputs/salesforce/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/sensors/README.md b/plugins/inputs/sensors/README.md index 8272fbd79..333de7e73 100644 --- a/plugins/inputs/sensors/README.md +++ b/plugins/inputs/sensors/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/sflow/README.md b/plugins/inputs/sflow/README.md index aa61b454c..6e4d88b8c 100644 --- a/plugins/inputs/sflow/README.md +++ b/plugins/inputs/sflow/README.md @@ -25,7 +25,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/slab/README.md b/plugins/inputs/slab/README.md index df709d5a1..31197055b 100644 --- a/plugins/inputs/slab/README.md +++ b/plugins/inputs/slab/README.md @@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/smart/README.md b/plugins/inputs/smart/README.md index 139e9f289..c6d6ad2cb 100644 --- a/plugins/inputs/smart/README.md +++ b/plugins/inputs/smart/README.md @@ -87,7 +87,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/snmp/README.md b/plugins/inputs/snmp/README.md index 3fcd1146b..65b90ca19 100644 --- a/plugins/inputs/snmp/README.md +++ b/plugins/inputs/snmp/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/snmp_legacy/README.md b/plugins/inputs/snmp_legacy/README.md index 46de36de7..2fb329424 100644 --- a/plugins/inputs/snmp_legacy/README.md +++ b/plugins/inputs/snmp_legacy/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/snmp_trap/README.md b/plugins/inputs/snmp_trap/README.md index 58bd1ecf7..65f1f3e3b 100644 --- a/plugins/inputs/snmp_trap/README.md +++ b/plugins/inputs/snmp_trap/README.md @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/socket_listener/README.md b/plugins/inputs/socket_listener/README.md index e1b832728..b4818f623 100644 --- a/plugins/inputs/socket_listener/README.md +++ b/plugins/inputs/socket_listener/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/socketstat/README.md b/plugins/inputs/socketstat/README.md index c5f03dabf..245d7447a 100644 --- a/plugins/inputs/socketstat/README.md +++ b/plugins/inputs/socketstat/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/solr/README.md b/plugins/inputs/solr/README.md index 8acd9d16b..e3b7b3664 100644 --- a/plugins/inputs/solr/README.md +++ b/plugins/inputs/solr/README.md @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/sql/README.md b/plugins/inputs/sql/README.md index 1abe9b550..802331a7f 100644 --- a/plugins/inputs/sql/README.md +++ b/plugins/inputs/sql/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/sqlserver/README.md b/plugins/inputs/sqlserver/README.md index bc2f433dc..7b6acfee2 100644 --- a/plugins/inputs/sqlserver/README.md +++ b/plugins/inputs/sqlserver/README.md @@ -116,7 +116,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/stackdriver/README.md b/plugins/inputs/stackdriver/README.md index 22e4da835..537343ad5 100644 --- a/plugins/inputs/stackdriver/README.md +++ b/plugins/inputs/stackdriver/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/statsd/README.md b/plugins/inputs/statsd/README.md index d185f6775..915824a77 100644 --- a/plugins/inputs/statsd/README.md +++ b/plugins/inputs/statsd/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/supervisor/README.md b/plugins/inputs/supervisor/README.md index 5678760a7..f4d805e07 100644 --- a/plugins/inputs/supervisor/README.md +++ b/plugins/inputs/supervisor/README.md @@ -28,7 +28,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/suricata/README.md b/plugins/inputs/suricata/README.md index 36a6d5469..fcbc78f02 100644 --- a/plugins/inputs/suricata/README.md +++ b/plugins/inputs/suricata/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/swap/README.md b/plugins/inputs/swap/README.md index 0f88e5507..a775155ec 100644 --- a/plugins/inputs/swap/README.md +++ b/plugins/inputs/swap/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/synproxy/README.md b/plugins/inputs/synproxy/README.md index 3f30b4c53..91a8f1e5c 100644 --- a/plugins/inputs/synproxy/README.md +++ b/plugins/inputs/synproxy/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/syslog/README.md b/plugins/inputs/syslog/README.md index eef733d2e..6d251c0e9 100644 --- a/plugins/inputs/syslog/README.md +++ b/plugins/inputs/syslog/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/sysstat/README.md b/plugins/inputs/sysstat/README.md index 9357e3b5d..93c00f865 100644 --- a/plugins/inputs/sysstat/README.md +++ b/plugins/inputs/sysstat/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/system/README.md b/plugins/inputs/system/README.md index 369fb59f4..af7105d3b 100644 --- a/plugins/inputs/system/README.md +++ b/plugins/inputs/system/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/systemd_units/README.md b/plugins/inputs/systemd_units/README.md index 835a3b52d..3014ff636 100644 --- a/plugins/inputs/systemd_units/README.md +++ b/plugins/inputs/systemd_units/README.md @@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/tail/README.md b/plugins/inputs/tail/README.md index 4bd2866de..900b41823 100644 --- a/plugins/inputs/tail/README.md +++ b/plugins/inputs/tail/README.md @@ -26,7 +26,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/tcp_listener/README.md b/plugins/inputs/tcp_listener/README.md index 5c68888d3..74ea9b631 100644 --- a/plugins/inputs/tcp_listener/README.md +++ b/plugins/inputs/tcp_listener/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/teamspeak/README.md b/plugins/inputs/teamspeak/README.md index 1ea32adca..ef50999dd 100644 --- a/plugins/inputs/teamspeak/README.md +++ b/plugins/inputs/teamspeak/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/temp/README.md b/plugins/inputs/temp/README.md index c6e33638c..5907103b7 100644 --- a/plugins/inputs/temp/README.md +++ b/plugins/inputs/temp/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/tengine/README.md b/plugins/inputs/tengine/README.md index eebe542dc..dbf817718 100644 --- a/plugins/inputs/tengine/README.md +++ b/plugins/inputs/tengine/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/tomcat/README.md b/plugins/inputs/tomcat/README.md index 5a0722975..e2246a8af 100644 --- a/plugins/inputs/tomcat/README.md +++ b/plugins/inputs/tomcat/README.md @@ -15,7 +15,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/trig/README.md b/plugins/inputs/trig/README.md index db7b22f05..a2a175e72 100644 --- a/plugins/inputs/trig/README.md +++ b/plugins/inputs/trig/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/twemproxy/README.md b/plugins/inputs/twemproxy/README.md index e81baff3c..8a78e5c88 100644 --- a/plugins/inputs/twemproxy/README.md +++ b/plugins/inputs/twemproxy/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/udp_listener/README.md b/plugins/inputs/udp_listener/README.md index 55825b67c..462707e02 100644 --- a/plugins/inputs/udp_listener/README.md +++ b/plugins/inputs/udp_listener/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/unbound/README.md b/plugins/inputs/unbound/README.md index a0bb925c3..a78ed3655 100644 --- a/plugins/inputs/unbound/README.md +++ b/plugins/inputs/unbound/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/upsd/README.md b/plugins/inputs/upsd/README.md index 25856facf..250ecf6c4 100644 --- a/plugins/inputs/upsd/README.md +++ b/plugins/inputs/upsd/README.md @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/uwsgi/README.md b/plugins/inputs/uwsgi/README.md index 2e47fa5cb..9d2e57446 100644 --- a/plugins/inputs/uwsgi/README.md +++ b/plugins/inputs/uwsgi/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/varnish/README.md b/plugins/inputs/varnish/README.md index db2e44361..fdfa4e23a 100644 --- a/plugins/inputs/varnish/README.md +++ b/plugins/inputs/varnish/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/vault/README.md b/plugins/inputs/vault/README.md index 746e87a4b..e631c270d 100644 --- a/plugins/inputs/vault/README.md +++ b/plugins/inputs/vault/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/vsphere/README.md b/plugins/inputs/vsphere/README.md index 30dc66d2d..a110e50f7 100644 --- a/plugins/inputs/vsphere/README.md +++ b/plugins/inputs/vsphere/README.md @@ -25,7 +25,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/webhooks/README.md b/plugins/inputs/webhooks/README.md index 09e60b65e..6e3f82a98 100644 --- a/plugins/inputs/webhooks/README.md +++ b/plugins/inputs/webhooks/README.md @@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/win_eventlog/README.md b/plugins/inputs/win_eventlog/README.md index 19deadc0d..08b3732b9 100644 --- a/plugins/inputs/win_eventlog/README.md +++ b/plugins/inputs/win_eventlog/README.md @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/win_perf_counters/README.md b/plugins/inputs/win_perf_counters/README.md index 63b5bcad4..41cf5badd 100644 --- a/plugins/inputs/win_perf_counters/README.md +++ b/plugins/inputs/win_perf_counters/README.md @@ -246,7 +246,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/win_services/README.md b/plugins/inputs/win_services/README.md index ff75cef81..761dfddb8 100644 --- a/plugins/inputs/win_services/README.md +++ b/plugins/inputs/win_services/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/wireguard/README.md b/plugins/inputs/wireguard/README.md index e8d96188c..067393e16 100644 --- a/plugins/inputs/wireguard/README.md +++ b/plugins/inputs/wireguard/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/wireless/README.md b/plugins/inputs/wireless/README.md index 83cb4b543..f3f843631 100644 --- a/plugins/inputs/wireless/README.md +++ b/plugins/inputs/wireless/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/x509_cert/README.md b/plugins/inputs/x509_cert/README.md index 8f2be7dc2..de208800c 100644 --- a/plugins/inputs/x509_cert/README.md +++ b/plugins/inputs/x509_cert/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/xtremio/README.md b/plugins/inputs/xtremio/README.md index 85d24ebad..efa11d51f 100644 --- a/plugins/inputs/xtremio/README.md +++ b/plugins/inputs/xtremio/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/zfs/README.md b/plugins/inputs/zfs/README.md index c4df5f8d4..ac8c5b0cb 100644 --- a/plugins/inputs/zfs/README.md +++ b/plugins/inputs/zfs/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/zipkin/README.md b/plugins/inputs/zipkin/README.md index af11c9b54..4463f4d5d 100644 --- a/plugins/inputs/zipkin/README.md +++ b/plugins/inputs/zipkin/README.md @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/inputs/zookeeper/README.md b/plugins/inputs/zookeeper/README.md index d171660de..6d4085992 100644 --- a/plugins/inputs/zookeeper/README.md +++ b/plugins/inputs/zookeeper/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/amon/README.md b/plugins/outputs/amon/README.md index 5ff8b1d77..8a988bacf 100644 --- a/plugins/outputs/amon/README.md +++ b/plugins/outputs/amon/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/amqp/README.md b/plugins/outputs/amqp/README.md index 2cf88479b..85db45e48 100644 --- a/plugins/outputs/amqp/README.md +++ b/plugins/outputs/amqp/README.md @@ -17,7 +17,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/application_insights/README.md b/plugins/outputs/application_insights/README.md index ad5a7c937..83e204a35 100644 --- a/plugins/outputs/application_insights/README.md +++ b/plugins/outputs/application_insights/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/azure_data_explorer/README.md b/plugins/outputs/azure_data_explorer/README.md index d067a0097..d4cbb228c 100644 --- a/plugins/outputs/azure_data_explorer/README.md +++ b/plugins/outputs/azure_data_explorer/README.md @@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/azure_monitor/README.md b/plugins/outputs/azure_monitor/README.md index 5f5e32703..58cf04ce5 100644 --- a/plugins/outputs/azure_monitor/README.md +++ b/plugins/outputs/azure_monitor/README.md @@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/bigquery/README.md b/plugins/outputs/bigquery/README.md index 0ead4372d..4b59efcb6 100644 --- a/plugins/outputs/bigquery/README.md +++ b/plugins/outputs/bigquery/README.md @@ -15,7 +15,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/cloud_pubsub/README.md b/plugins/outputs/cloud_pubsub/README.md index 44a70fd0d..99451f822 100644 --- a/plugins/outputs/cloud_pubsub/README.md +++ b/plugins/outputs/cloud_pubsub/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/cloudwatch/README.md b/plugins/outputs/cloudwatch/README.md index 0ebe59cbd..5b59239a8 100644 --- a/plugins/outputs/cloudwatch/README.md +++ b/plugins/outputs/cloudwatch/README.md @@ -34,7 +34,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/cloudwatch_logs/README.md b/plugins/outputs/cloudwatch_logs/README.md index 9714108f5..f9f8fb834 100644 --- a/plugins/outputs/cloudwatch_logs/README.md +++ b/plugins/outputs/cloudwatch_logs/README.md @@ -37,7 +37,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/cratedb/README.md b/plugins/outputs/cratedb/README.md index d0cb91825..9a23588a1 100644 --- a/plugins/outputs/cratedb/README.md +++ b/plugins/outputs/cratedb/README.md @@ -28,7 +28,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/datadog/README.md b/plugins/outputs/datadog/README.md index 1f967eb77..e8e61a9f5 100644 --- a/plugins/outputs/datadog/README.md +++ b/plugins/outputs/datadog/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/discard/README.md b/plugins/outputs/discard/README.md index 07af2515b..b8fa1525b 100644 --- a/plugins/outputs/discard/README.md +++ b/plugins/outputs/discard/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/dynatrace/README.md b/plugins/outputs/dynatrace/README.md index 608cc7212..a892d8ff0 100644 --- a/plugins/outputs/dynatrace/README.md +++ b/plugins/outputs/dynatrace/README.md @@ -98,7 +98,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/elasticsearch/README.md b/plugins/outputs/elasticsearch/README.md index b405149d3..a9e056b01 100644 --- a/plugins/outputs/elasticsearch/README.md +++ b/plugins/outputs/elasticsearch/README.md @@ -202,7 +202,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/event_hubs/README.md b/plugins/outputs/event_hubs/README.md index cd8102958..f1922278a 100644 --- a/plugins/outputs/event_hubs/README.md +++ b/plugins/outputs/event_hubs/README.md @@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/exec/README.md b/plugins/outputs/exec/README.md index 189c5ba20..cd16e327c 100644 --- a/plugins/outputs/exec/README.md +++ b/plugins/outputs/exec/README.md @@ -19,7 +19,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/execd/README.md b/plugins/outputs/execd/README.md index e7d7c7fea..696856f8a 100644 --- a/plugins/outputs/execd/README.md +++ b/plugins/outputs/execd/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/file/README.md b/plugins/outputs/file/README.md index 6daff911d..ccd0df42d 100644 --- a/plugins/outputs/file/README.md +++ b/plugins/outputs/file/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/graphite/README.md b/plugins/outputs/graphite/README.md index da08de44c..67043512d 100644 --- a/plugins/outputs/graphite/README.md +++ b/plugins/outputs/graphite/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/graylog/README.md b/plugins/outputs/graylog/README.md index e36a0dea6..20b178b84 100644 --- a/plugins/outputs/graylog/README.md +++ b/plugins/outputs/graylog/README.md @@ -28,7 +28,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/groundwork/README.md b/plugins/outputs/groundwork/README.md index 122fde5c9..42093df4e 100644 --- a/plugins/outputs/groundwork/README.md +++ b/plugins/outputs/groundwork/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/health/README.md b/plugins/outputs/health/README.md index 45f0a11eb..1f4c81bef 100644 --- a/plugins/outputs/health/README.md +++ b/plugins/outputs/health/README.md @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/http/README.md b/plugins/outputs/http/README.md index 2ecde1feb..a55e99cc2 100644 --- a/plugins/outputs/http/README.md +++ b/plugins/outputs/http/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/influxdb/README.md b/plugins/outputs/influxdb/README.md index e443bef72..992bd3f53 100644 --- a/plugins/outputs/influxdb/README.md +++ b/plugins/outputs/influxdb/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/influxdb_v2/README.md b/plugins/outputs/influxdb_v2/README.md index abdf7b922..d9c036ad7 100644 --- a/plugins/outputs/influxdb_v2/README.md +++ b/plugins/outputs/influxdb_v2/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/instrumental/README.md b/plugins/outputs/instrumental/README.md index dbe660e8e..770cfa1e7 100644 --- a/plugins/outputs/instrumental/README.md +++ b/plugins/outputs/instrumental/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/iotdb/README.md b/plugins/outputs/iotdb/README.md index 2441ecc72..00a67f763 100644 --- a/plugins/outputs/iotdb/README.md +++ b/plugins/outputs/iotdb/README.md @@ -81,7 +81,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/kafka/README.md b/plugins/outputs/kafka/README.md index 488efe914..8da932394 100644 --- a/plugins/outputs/kafka/README.md +++ b/plugins/outputs/kafka/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/kinesis/README.md b/plugins/outputs/kinesis/README.md index 1fbae0073..2c4d1caf1 100644 --- a/plugins/outputs/kinesis/README.md +++ b/plugins/outputs/kinesis/README.md @@ -41,7 +41,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/librato/README.md b/plugins/outputs/librato/README.md index aa063baf4..1f05f96b0 100644 --- a/plugins/outputs/librato/README.md +++ b/plugins/outputs/librato/README.md @@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/logzio/README.md b/plugins/outputs/logzio/README.md index dfad09823..e7ad2a947 100644 --- a/plugins/outputs/logzio/README.md +++ b/plugins/outputs/logzio/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/loki/README.md b/plugins/outputs/loki/README.md index f7aed7090..6d90b62ae 100644 --- a/plugins/outputs/loki/README.md +++ b/plugins/outputs/loki/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/mongodb/README.md b/plugins/outputs/mongodb/README.md index aa87a1411..775790fcc 100644 --- a/plugins/outputs/mongodb/README.md +++ b/plugins/outputs/mongodb/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/mqtt/README.md b/plugins/outputs/mqtt/README.md index f49aac2f1..789bae4eb 100644 --- a/plugins/outputs/mqtt/README.md +++ b/plugins/outputs/mqtt/README.md @@ -19,7 +19,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/nats/README.md b/plugins/outputs/nats/README.md index dda640541..b1ec0dbb9 100644 --- a/plugins/outputs/nats/README.md +++ b/plugins/outputs/nats/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/newrelic/README.md b/plugins/outputs/newrelic/README.md index ea3cc3061..aadecebd8 100644 --- a/plugins/outputs/newrelic/README.md +++ b/plugins/outputs/newrelic/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/nsq/README.md b/plugins/outputs/nsq/README.md index 1937e8fbe..de559f709 100644 --- a/plugins/outputs/nsq/README.md +++ b/plugins/outputs/nsq/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/opentelemetry/README.md b/plugins/outputs/opentelemetry/README.md index 1a604ab20..df5179e34 100644 --- a/plugins/outputs/opentelemetry/README.md +++ b/plugins/outputs/opentelemetry/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/opentsdb/README.md b/plugins/outputs/opentsdb/README.md index 7a4ecd59a..8d7ff0f87 100644 --- a/plugins/outputs/opentsdb/README.md +++ b/plugins/outputs/opentsdb/README.md @@ -17,7 +17,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/postgresql/README.md b/plugins/outputs/postgresql/README.md index 9e8c2bb38..2b2ada197 100644 --- a/plugins/outputs/postgresql/README.md +++ b/plugins/outputs/postgresql/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/prometheus_client/README.md b/plugins/outputs/prometheus_client/README.md index d4656c333..24c5be8a4 100644 --- a/plugins/outputs/prometheus_client/README.md +++ b/plugins/outputs/prometheus_client/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/redistimeseries/README.md b/plugins/outputs/redistimeseries/README.md index 81870ec52..ef82c6287 100644 --- a/plugins/outputs/redistimeseries/README.md +++ b/plugins/outputs/redistimeseries/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/riemann/README.md b/plugins/outputs/riemann/README.md index bb3a02e76..c57ebf44e 100644 --- a/plugins/outputs/riemann/README.md +++ b/plugins/outputs/riemann/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/riemann_legacy/README.md b/plugins/outputs/riemann_legacy/README.md index 5590b904e..4a99a3b8b 100644 --- a/plugins/outputs/riemann_legacy/README.md +++ b/plugins/outputs/riemann_legacy/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/sensu/README.md b/plugins/outputs/sensu/README.md index b0dd3d6f5..7cee56dc1 100644 --- a/plugins/outputs/sensu/README.md +++ b/plugins/outputs/sensu/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/signalfx/README.md b/plugins/outputs/signalfx/README.md index 152eb1efa..b84943cd0 100644 --- a/plugins/outputs/signalfx/README.md +++ b/plugins/outputs/signalfx/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/socket_writer/README.md b/plugins/outputs/socket_writer/README.md index b136b9f43..b65528f2f 100644 --- a/plugins/outputs/socket_writer/README.md +++ b/plugins/outputs/socket_writer/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/sql/README.md b/plugins/outputs/sql/README.md index e8002db2a..7e7d34122 100644 --- a/plugins/outputs/sql/README.md +++ b/plugins/outputs/sql/README.md @@ -65,7 +65,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/stackdriver/README.md b/plugins/outputs/stackdriver/README.md index 3c2024240..0ce549b21 100644 --- a/plugins/outputs/stackdriver/README.md +++ b/plugins/outputs/stackdriver/README.md @@ -25,7 +25,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/stomp/README.md b/plugins/outputs/stomp/README.md index 943bd9fa7..f16e963f9 100644 --- a/plugins/outputs/stomp/README.md +++ b/plugins/outputs/stomp/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/sumologic/README.md b/plugins/outputs/sumologic/README.md index a04eab15f..853fd6faa 100644 --- a/plugins/outputs/sumologic/README.md +++ b/plugins/outputs/sumologic/README.md @@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/syslog/README.md b/plugins/outputs/syslog/README.md index 9b5642888..77adb258b 100644 --- a/plugins/outputs/syslog/README.md +++ b/plugins/outputs/syslog/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/timestream/README.md b/plugins/outputs/timestream/README.md index bb25a8bd9..99bcfbd7d 100644 --- a/plugins/outputs/timestream/README.md +++ b/plugins/outputs/timestream/README.md @@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/warp10/README.md b/plugins/outputs/warp10/README.md index 364e9e469..cf0d56468 100644 --- a/plugins/outputs/warp10/README.md +++ b/plugins/outputs/warp10/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/wavefront/README.md b/plugins/outputs/wavefront/README.md index 9e73bcf7d..da0096a24 100644 --- a/plugins/outputs/wavefront/README.md +++ b/plugins/outputs/wavefront/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/websocket/README.md b/plugins/outputs/websocket/README.md index e6f8b59fd..a659cdc26 100644 --- a/plugins/outputs/websocket/README.md +++ b/plugins/outputs/websocket/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/outputs/yandex_cloud_monitoring/README.md b/plugins/outputs/yandex_cloud_monitoring/README.md index 2551b1b87..9fc00fedc 100644 --- a/plugins/outputs/yandex_cloud_monitoring/README.md +++ b/plugins/outputs/yandex_cloud_monitoring/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/aws/ec2/README.md b/plugins/processors/aws/ec2/README.md index c30fef119..5bb5b8243 100644 --- a/plugins/processors/aws/ec2/README.md +++ b/plugins/processors/aws/ec2/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/clone/README.md b/plugins/processors/clone/README.md index f8bb35bb2..1c0e81ce3 100644 --- a/plugins/processors/clone/README.md +++ b/plugins/processors/clone/README.md @@ -29,7 +29,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/converter/README.md b/plugins/processors/converter/README.md index fa51fc2a4..e26d09a16 100644 --- a/plugins/processors/converter/README.md +++ b/plugins/processors/converter/README.md @@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/date/README.md b/plugins/processors/date/README.md index ab0c4f6aa..83a2566e7 100644 --- a/plugins/processors/date/README.md +++ b/plugins/processors/date/README.md @@ -17,7 +17,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/dedup/README.md b/plugins/processors/dedup/README.md index 1c7d8c578..e0a4000b0 100644 --- a/plugins/processors/dedup/README.md +++ b/plugins/processors/dedup/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/defaults/README.md b/plugins/processors/defaults/README.md index db4ddf244..0fc1763a8 100644 --- a/plugins/processors/defaults/README.md +++ b/plugins/processors/defaults/README.md @@ -19,7 +19,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/enum/README.md b/plugins/processors/enum/README.md index 9e0230ecf..95886b701 100644 --- a/plugins/processors/enum/README.md +++ b/plugins/processors/enum/README.md @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/execd/README.md b/plugins/processors/execd/README.md index 7814dfc70..b8185d68e 100644 --- a/plugins/processors/execd/README.md +++ b/plugins/processors/execd/README.md @@ -27,7 +27,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/filepath/README.md b/plugins/processors/filepath/README.md index a952a5aa1..0718a772e 100644 --- a/plugins/processors/filepath/README.md +++ b/plugins/processors/filepath/README.md @@ -35,7 +35,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/ifname/README.md b/plugins/processors/ifname/README.md index 8fa26da72..5eb129683 100644 --- a/plugins/processors/ifname/README.md +++ b/plugins/processors/ifname/README.md @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/noise/README.md b/plugins/processors/noise/README.md index 2bc40c1a1..3d97c3cbb 100644 --- a/plugins/processors/noise/README.md +++ b/plugins/processors/noise/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/override/README.md b/plugins/processors/override/README.md index ef987eaf9..a8513af4f 100644 --- a/plugins/processors/override/README.md +++ b/plugins/processors/override/README.md @@ -27,7 +27,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/parser/README.md b/plugins/processors/parser/README.md index da6af7e94..fbd242004 100644 --- a/plugins/processors/parser/README.md +++ b/plugins/processors/parser/README.md @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/pivot/README.md b/plugins/processors/pivot/README.md index 825ae6e20..88fab82cc 100644 --- a/plugins/processors/pivot/README.md +++ b/plugins/processors/pivot/README.md @@ -15,7 +15,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/port_name/README.md b/plugins/processors/port_name/README.md index b87df6ceb..4260b1d05 100644 --- a/plugins/processors/port_name/README.md +++ b/plugins/processors/port_name/README.md @@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/printer/README.md b/plugins/processors/printer/README.md index f1e81c1d8..7929792fa 100644 --- a/plugins/processors/printer/README.md +++ b/plugins/processors/printer/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/regex/README.md b/plugins/processors/regex/README.md index 98cb407c9..a6c6fa687 100644 --- a/plugins/processors/regex/README.md +++ b/plugins/processors/regex/README.md @@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/rename/README.md b/plugins/processors/rename/README.md index 0caa7a0b9..bfe9e23be 100644 --- a/plugins/processors/rename/README.md +++ b/plugins/processors/rename/README.md @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/reverse_dns/README.md b/plugins/processors/reverse_dns/README.md index 524472088..d78fdc2a4 100644 --- a/plugins/processors/reverse_dns/README.md +++ b/plugins/processors/reverse_dns/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/s2geo/README.md b/plugins/processors/s2geo/README.md index 2339b7d02..1d4011abc 100644 --- a/plugins/processors/s2geo/README.md +++ b/plugins/processors/s2geo/README.md @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/starlark/README.md b/plugins/processors/starlark/README.md index 0dfc4cf1b..c7c361424 100644 --- a/plugins/processors/starlark/README.md +++ b/plugins/processors/starlark/README.md @@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/strings/README.md b/plugins/processors/strings/README.md index 9e6d40919..d08f64128 100644 --- a/plugins/processors/strings/README.md +++ b/plugins/processors/strings/README.md @@ -41,7 +41,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/tag_limit/README.md b/plugins/processors/tag_limit/README.md index 62047ffa9..294838954 100644 --- a/plugins/processors/tag_limit/README.md +++ b/plugins/processors/tag_limit/README.md @@ -15,7 +15,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/template/README.md b/plugins/processors/template/README.md index 33d1c3ee8..909e5abbf 100644 --- a/plugins/processors/template/README.md +++ b/plugins/processors/template/README.md @@ -17,7 +17,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/topk/README.md b/plugins/processors/topk/README.md index 9a77717a0..e130e8d00 100644 --- a/plugins/processors/topk/README.md +++ b/plugins/processors/topk/README.md @@ -24,7 +24,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/plugins/processors/unpivot/README.md b/plugins/processors/unpivot/README.md index 62a18a0c4..060c83e45 100644 --- a/plugins/processors/unpivot/README.md +++ b/plugins/processors/unpivot/README.md @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the [CONFIGURATION.md][CONFIGURATION.md] for more details. -[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md +[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins ## Configuration diff --git a/tools/readme_linter/main.go b/tools/readme_linter/main.go index 1ef8c52f1..5c6f6af24 100644 --- a/tools/readme_linter/main.go +++ b/tools/readme_linter/main.go @@ -43,7 +43,7 @@ var rules rulesMap func init() { rules = make(rulesMap) - //rules for all plugin types + // Rules for all plugin types all := []ruleFunc{ firstSection, noLongLinesInParagraphs(80), @@ -54,13 +54,35 @@ func init() { rules[i] = all } - inputRules := []ruleFunc{ + // Rules for input plugins + rules[pluginInput] = append(rules[pluginInput], []ruleFunc{ requiredSectionsClose([]string{ "Example Output", "Metrics", + "Global configuration options", }), - } - rules[pluginInput] = append(rules[pluginInput], inputRules...) + }...) + + // Rules for output plugins + rules[pluginOutput] = append(rules[pluginOutput], []ruleFunc{ + requiredSectionsClose([]string{ + "Global configuration options", + }), + }...) + + // Rules for processor pluings + rules[pluginProcessor] = append(rules[pluginProcessor], []ruleFunc{ + requiredSectionsClose([]string{ + "Global configuration options", + }), + }...) + + // Rules for aggregator pluings + rules[pluginAggregator] = append(rules[pluginAggregator], []ruleFunc{ + requiredSectionsClose([]string{ + "Global configuration options", + }), + }...) } func checkFile(filename string, pluginType plugin, sourceFlag bool) (bool, error) { diff --git a/tools/readme_linter/rules.go b/tools/readme_linter/rules.go index 2250ac52b..6cec34af7 100644 --- a/tools/readme_linter/rules.go +++ b/tools/readme_linter/rules.go @@ -52,9 +52,9 @@ func requiredSections(t *T, root ast.Node, headings []string) error { if child == nil { continue } - title := string(child.Text(t.markdown)) + title := strings.TrimSpace(string(child.Text(t.markdown))) if headingsSet.has(title) && h.Level != expectedLevel { - t.assertNodef(n, "has required section '%s' but wrong heading level. Expected level %d, found %d", + t.assertNodef(n, "has required section %q but wrong heading level. Expected level %d, found %d", title, expectedLevel, h.Level) } @@ -63,7 +63,7 @@ func requiredSections(t *T, root ast.Node, headings []string) error { headingsSet.forEach(func(title string) { if _, exists := titleCounts[title]; !exists { - t.assertf("missing required section '%s'", title) + t.assertf("missing required section %q", title) } }) @@ -157,7 +157,7 @@ func configSection(t *T, root ast.Node) error { } if config == nil { - t.assertf("missing section '%s'", expectedTitle) + t.assertf("missing required section %q", expectedTitle) return nil }