Skip to content

Commit 954a834

Browse files
committed
Removed more backticks to preserve autolinks.
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent fa97721 commit 954a834

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/_admin-guide/060_Sources/153_stats_exporter/000_stats_exporter_source_options.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: >-
55
The stats-exporter() sources directly can serve the output of syslog-ng-ctl stats and syslog-ng-ctl query to an HTTP Scraper. Unlike the stats-exporter-dont-log() that suppresses log messages from incoming scraper requests, the stats-exporter() logs the unparsed messages, storing incoming scraper HTTP requests in the MSG field.
66
---
77

8-
Technically, both sources are specialized versions of the `network()` source. For more options and details, see the network() source options.
8+
Technically, both sources are specialized versions of the network() source. For more options and details, see the network() source options.
99

10-
>**NOTE:** A destination is not required for this source to work; the `stats-exporter()` sources will respond to the scraper regardless of whether a destination is present in the log path.
10+
>**NOTE:** A destination is not required for this source to work; the stats-exporter() sources will respond to the scraper regardless of whether a destination is present in the log path.
1111
{: .notice--info}
1212

1313
These drivers have the following additional options:
@@ -17,7 +17,7 @@ These drivers have the following additional options:
1717
|Accepted values:| query \| stats |
1818
|Default: | stats |
1919

20-
*Description:* This option sets the desired stat type to be produced in response to an HTTP Scraper request. This method operates like the `syslog-ng-ctl` command line tool.
20+
*Description:* This option sets the desired stat type to be produced in response to an HTTP Scraper request. This method operates like the syslog-ng-ctl command line tool.
2121

2222
## stat-query()
2323

@@ -31,7 +31,7 @@ These drivers have the following additional options:
3131
|Accepted values:| csv \| kv \| prometheus |
3232
|Default: | prometheus |
3333

34-
*Description:* This option specifies the format of the statistics output in HTTP responses, similar to the options available in `syslog-ng-ctl`. The available formats are the following:
34+
*Description:* This option specifies the format of the statistics output in HTTP responses, similar to the options available in syslog-ng-ctl. The available formats are the following:
3535

3636
- `csv` – comma-separated values format
3737
- `kv` – key-value pairs, one per line

doc/_admin-guide/060_Sources/153_stats_exporter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ log {
5353
};
5454
```
5555

56-
>**NOTE:** A destination is not required for this to work. The `stats-exporter()` sources will respond to the scraper regardless of whether a destination is present in the log path or not.
56+
>**NOTE:** A destination is not required for this to work. The stats-exporter() sources will respond to the scraper regardless of whether a destination is present in the log path or not.
5757
{: .notice--info}

0 commit comments

Comments
 (0)