From 58157d55fa7f60771c86f2e2ca8b93147910462f Mon Sep 17 00:00:00 2001 From: David Reimschussel Date: Tue, 7 Jun 2022 15:21:10 -0600 Subject: [PATCH] fix markdownlint errors --- plugins/inputs/elasticsearch_query/README.md | 2 +- plugins/inputs/httpjson/README.md | 6 +++--- plugins/inputs/intel_rdt/README.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/inputs/elasticsearch_query/README.md b/plugins/inputs/elasticsearch_query/README.md index d6294daad4da7..dfd5ccdfb130d 100755 --- a/plugins/inputs/elasticsearch_query/README.md +++ b/plugins/inputs/elasticsearch_query/README.md @@ -182,4 +182,4 @@ of the examples below. set to `true`. [joda]: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/search-aggregations-bucket-daterange-aggregation.html#date-format-pattern -[agg]: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics.html](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics.html +[agg]: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics.html diff --git a/plugins/inputs/httpjson/README.md b/plugins/inputs/httpjson/README.md index 345cee21df3fd..37f73ba67226d 100644 --- a/plugins/inputs/httpjson/README.md +++ b/plugins/inputs/httpjson/README.md @@ -97,7 +97,7 @@ Given the following response body: The following metric is produced: -``` +```shell httpjson,server=http://localhost:9999/stats/ b_d=0.1,a=0.5,b_e=5,response_time=0.001 ``` @@ -112,7 +112,7 @@ If `tag_keys` is included in the configuration: Then the `service` tag will also be added: -``` +```shell httpjson,server=http://localhost:9999/stats/,service=service01 b_d=0.1,a=0.5,b_e=5,response_time=0.001 ``` @@ -144,7 +144,7 @@ object: ] ``` -``` +```shell httpjson,server=http://localhost:9999/stats/,service=service01 a=0.5,b_d=0.1,b_e=5,response_time=0.003 httpjson,server=http://localhost:9999/stats/,service=service02 a=0.6,b_d=0.2,b_e=6,response_time=0.003 ``` diff --git a/plugins/inputs/intel_rdt/README.md b/plugins/inputs/intel_rdt/README.md index 66624a2a9d7c1..d8d2cbe510673 100644 --- a/plugins/inputs/intel_rdt/README.md +++ b/plugins/inputs/intel_rdt/README.md @@ -87,9 +87,9 @@ process availability. ## Useful links -* Pqos installation process: -* Enabling OS interface: , -* More about Intel RDT: +- Pqos installation process: +- Enabling OS interface: , +- More about Intel RDT: ## Configuration