Skip to content

Commit 11e8739

Browse files
authored
pipeline: inputs: node-expoerter-metrics: Fix parameter name in examples (fluent#785)
Config parameter of out_prometheus_exporter `listen` was deprecated in v1.9. - fluent/fluent-bit#4081 - fluent#605 Signed-off-by: Haitao Li <[email protected]>
1 parent 797e7fa commit 11e8739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pipeline/inputs/node-exporter-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In the following configuration file, the input plugin _node_exporter_metrics col
7171
[OUTPUT]
7272
name prometheus_exporter
7373
match node_metrics
74-
listen 0.0.0.0
74+
host 0.0.0.0
7575
port 2021
7676
7777

pipeline/inputs/windows-exporter-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In the following configuration file, the input plugin _windows_exporter_metrics
5757
[OUTPUT]
5858
name prometheus_exporter
5959
match node_metrics
60-
listen 0.0.0.0
60+
host 0.0.0.0
6161
port 2021
6262
6363

0 commit comments

Comments
 (0)