Skip to content

Commit fa97721

Browse files
committed
Removed accidental instance of PE, and autolink breaking backticks.
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent cadf76f commit fa97721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: stats-exporter() source options
33
id: adm-src--stats-exporter-opt
44
description: >-
5-
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.
5+
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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ log {
3030
};
3131
```
3232

33-
Example usage for a generic HTTP Scraper which sends the `GET /stats HTTP/1.1` HTTP request to get statistics of a syslog-ng PE system, which is not required to log or further process the HTTP requests in the log pipe, and needs the response in CSV format:
33+
Example usage for a generic HTTP Scraper which sends the `GET /stats HTTP/1.1` HTTP request to get statistics of a {{ site.product.short_name }} system, which is not required to log or further process the HTTP requests in the log pipe, and needs the response in CSV format:
3434

3535
``` config
3636
@version: 4.9

0 commit comments

Comments
 (0)