docs: Fix markdownlinter issues (#13365)

This commit is contained in:
Sven Rebhan 2023-05-30 19:13:54 +02:00 committed by GitHub
parent bc3ac27aef
commit 5874825624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View File

@ -54,7 +54,7 @@ Check out our [guidelines](/docs/EXTERNAL_PLUGINS.md#external-plugin-guidelines)
## Security Vulnerability Reporting ## Security Vulnerability Reporting
InfluxData takes security and our users' trust very seriously. If you believe you have found a security issue in any of our InfluxData takes security and our users' trust very seriously. If you believe you have found a security issue in any of our
open source projects, please responsibly disclose it by contacting security@influxdata.com. More details about open source projects, please responsibly disclose it by contacting `security@influxdata.com`. More details about
security vulnerability reporting, security vulnerability reporting,
including our GPG key, [can be found here](https://www.influxdata.com/how-to-report-security-vulnerabilities/). including our GPG key, [can be found here](https://www.influxdata.com/how-to-report-security-vulnerabilities/).

View File

@ -41,7 +41,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
- **urls** []string: List of BIND statistics channel URLs to collect from. - **urls** []string: List of BIND statistics channel URLs to collect from.
Do not include a trailing slash in the URL. Do not include a trailing slash in the URL.
Default is "http://localhost:8053/xml/v3". Default is `http://localhost:8053/xml/v3`.
- **gather_memory_contexts** bool: Report per-context memory statistics. - **gather_memory_contexts** bool: Report per-context memory statistics.
- **gather_views** bool: Report per-view query statistics. - **gather_views** bool: Report per-view query statistics.
- **timeout** Timeout for http requests made by bind (example: "4s"). - **timeout** Timeout for http requests made by bind (example: "4s").

View File

@ -19,14 +19,14 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
[[outputs.clarify]] [[outputs.clarify]]
## Credentials File (Oauth 2.0 from Clarify integration) ## Credentials File (Oauth 2.0 from Clarify integration)
credentials_file = "/path/to/clarify/credentials.json" credentials_file = "/path/to/clarify/credentials.json"
## Clarify username password (Basic Auth from Clarify integration) ## Clarify username password (Basic Auth from Clarify integration)
username = "i-am-bob" username = "i-am-bob"
password = "secret-password" password = "secret-password"
## Timeout for Clarify operations ## Timeout for Clarify operations
# timeout = "20s" # timeout = "20s"
## Optional tags to be included when generating the unique ID for a signal in Clarify ## Optional tags to be included when generating the unique ID for a signal in Clarify
# id_tags = [] # id_tags = []
# clarify_id_tag = 'clarify_input_id' # clarify_id_tag = 'clarify_input_id'
@ -83,5 +83,4 @@ temperature,host=demo.clarifylocal,sensor=TC0P value=49 1682670910000000000
``` ```
[clarify]: https://clarify.io [clarify]: https://clarify.io
[clarifydoc]: https://docs.clarify.io
[credentials]: https://docs.clarify.io/users/admin/integrations/credentials [credentials]: https://docs.clarify.io/users/admin/integrations/credentials