docs: Fix markdownlinter issues (#13365)
This commit is contained in:
parent
bc3ac27aef
commit
5874825624
|
|
@ -54,7 +54,7 @@ Check out our [guidelines](/docs/EXTERNAL_PLUGINS.md#external-plugin-guidelines)
|
|||
## 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
|
||||
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,
|
||||
including our GPG key, [can be found here](https://www.influxdata.com/how-to-report-security-vulnerabilities/).
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
|||
|
||||
- **urls** []string: List of BIND statistics channel URLs to collect from.
|
||||
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_views** bool: Report per-view query statistics.
|
||||
- **timeout** Timeout for http requests made by bind (example: "4s").
|
||||
|
|
|
|||
|
|
@ -83,5 +83,4 @@ temperature,host=demo.clarifylocal,sensor=TC0P value=49 1682670910000000000
|
|||
```
|
||||
|
||||
[clarify]: https://clarify.io
|
||||
[clarifydoc]: https://docs.clarify.io
|
||||
[credentials]: https://docs.clarify.io/users/admin/integrations/credentials
|
||||
|
|
|
|||
Loading…
Reference in New Issue