Skip to content

Commit 8597836

Browse files
committed
docs: installation: source: build-and-install: fix errors in plugin options tables
- Remove duplicate `FLB_IN_NODE_EXPORTER_METRICS` row in input plugins table - Fix `FLB_IN_PROMETHEUS_REMOTE_WRITE` → `FLB_IN_PROMETHEUS_TEXTFILE` for Prometheus textfile input plugin - Fix `FLB_IN_SPLUNK` description - Fix `FLB_PROCESSOR_SQl` → `FLB_PROCESSOR_SQL` - Fix `FLB_OUT_PROMETHEUS_REMOTE_WRITE` link to point to outputs - Fix `FLB_OUT_WEBSOCKET` description Applied to #2395 Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent 2ef2cfa commit 8597836

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

installation/downloads/source/build-and-install.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -195,16 +195,15 @@ The following input plugins are available:
195195
| [`FLB_IN_NGINX_EXPORTER_METRICS`](../../../pipeline/inputs/nginx.md) | Enable NGINX metrics input plugin | `On` |
196196
| [`FLB_IN_NODE_EXPORTER_METRICS`](../../../pipeline/inputs/node-exporter-metrics.md) | Enable Node exporter metrics input plugin | `On` |
197197
| [`FLB_IN_OPENTELEMETRY`](../../../pipeline/inputs/opentelemetry.md) | Enable OpenTelemetry input plugin | `On` |
198-
| [`FLB_IN_NODE_EXPORTER_METRICS`](../../../pipeline/inputs/node-exporter-metrics.md) | Enable Node exporter metrics input plugin | `On` |
199198
| [`FLB_IN_PODMAN_METRICS`](../../../pipeline/inputs/podman-metrics.md) | Enable Podman metrics input plugin | `On` |
200199
| [`FLB_IN_PROC`](../../../pipeline/inputs/process.md) | Enable Process input plugin | `On` |
201200
| [`FLB_IN_PROCESS_EXPORTER_METRICS`](../../../pipeline/inputs/process-exporter-metrics.md) | Enable Process exporter metrics input plugin | `On` |
202201
| [`FLB_IN_PROMETHEUS_REMOTE_WRITE`](../../../pipeline/inputs/prometheus-remote-write.md) | Enable Prometheus remote write input plugin | `On` |
203202
| [`FLB_IN_PROMETHEUS_SCRAPE_METRICS`](../../../pipeline/inputs/prometheus-scrape-metrics.md) | Enable Prometheus scrape metrics input plugin | `On` |
204-
| [`FLB_IN_PROMETHEUS_REMOTE_WRITE`](../../../pipeline/inputs/prometheus-textfile.md) | Enable Prometheus textfile input plugin | `On` |
203+
| [`FLB_IN_PROMETHEUS_TEXTFILE`](../../../pipeline/inputs/prometheus-textfile.md) | Enable Prometheus textfile input plugin | `On` |
205204
| [`FLB_IN_RANDOM`](../../../pipeline/inputs/random.md) | Enable Random input plugin | `On` |
206205
| [`FLB_IN_SERIAL`](../../../pipeline/inputs/serial-interface.md) | Enable Serial input plugin | `On` |
207-
| [`FLB_IN_SPLUNK`](../../../pipeline/inputs/splunk.md) | Enable Serial input plugin | `On` |
206+
| [`FLB_IN_SPLUNK`](../../../pipeline/inputs/splunk.md) | Enable Splunk input plugin | `On` |
208207
| [`FLB_IN_STATSD`](../../../pipeline/inputs/statsd.md) | Enable StatsD input plugin | `On` |
209208
| [`FLB_IN_STDIN`](../../../pipeline/inputs/standard-input.md) | Enable Standard input plugin | `On` |
210209
| [`FLB_IN_SYSLOG`](../../../pipeline/inputs/syslog.md) | Enable Syslog input plugin | `On` |
@@ -232,7 +231,7 @@ The following table describes the processors available:
232231
| [`FLB_PROCESSOR_METRICS_SELECTOR`](../../../pipeline/processors/metrics-selector.md) | Enable metrics selector processor | `On` |
233232
| [`FLB_PROCESSOR_OPENTELEMETRY_ENVELOPE`](../../../pipeline/processors/opentelemetry-envelope.md) | Enable OpenTelemetry envelope processor | `On` |
234233
| [`FLB_PROCESSOR_SAMPLING`](../../../pipeline/processors/sampling.md) | Enable sampling processor | `On` |
235-
| [`FLB_PROCESSOR_SQl`](../../../pipeline/processors/sql.md) | Enable SQL processor | `On` |
234+
| [`FLB_PROCESSOR_SQL`](../../../pipeline/processors/sql.md) | Enable SQL processor | `On` |
236235

237236
### Filter plugins
238237

@@ -286,7 +285,7 @@ The following table describes the output plugins available:
286285
| [`FLB_OUT_EXIT`](../../../pipeline/outputs/exit.md) | Enable Exit output plugin | `On` |
287286
| [`FLB_OUT_FILE`](../../../pipeline/outputs/file.md) | Enable File output plugin | `On` |
288287
| [`FLB_OUT_FLOWCOUNTER`](../../../pipeline/outputs/flowcounter.md) | Enable Flow counter output plugin | `On` |
289-
| [`FLB_OUT_FORWARD`](../../../pipeline/outputs/forward.md) | Enable [Fluentd](https://www.fluentd.org) output plugin | `On` |
288+
| [`FLB_OUT_FORWARD`](../../../pipeline/outputs/forward.md) | Enable [Fluentd](https://www.fluentd.org) output plugin | `On` |
290289
| [`FLB_OUT_GELF`](../../../pipeline/outputs/gelf.md) | Enable GELF output plugin | `On` |
291290
| [`FLB_OUT_HTTP`](../../../pipeline/outputs/http.md) | Enable HTTP output plugin | `On` |
292291
| [`FLB_OUT_INFLUXDB`](../../../pipeline/outputs/influxdb.md) | Enable InfluxDB output plugin | `On` |
@@ -306,7 +305,7 @@ The following table describes the output plugins available:
306305
| [`FLB_OUT_PGSQL`](../../../pipeline/outputs/postgresql.md) | Enable PostgreSQL output plugin | `Off` |
307306
| [`FLB_OUT_PLOT`](../../../pipeline/outputs/plot.md) | Enable Plot output plugin | `On` |
308307
| [`FLB_OUT_PROMETHEUS_EXPORTER`](../../../pipeline/outputs/prometheus-exporter.md) | Enable Prometheus exporter output plugin | `On` |
309-
| [`FLB_OUT_PROMETHEUS_REMOTE_WRITE`](../../../pipeline/inputs/prometheus-remote-write.md) | Enable Prometheus remote write output plugin | `On` |
308+
| [`FLB_OUT_PROMETHEUS_REMOTE_WRITE`](../../../pipeline/outputs/prometheus-remote-write.md)| Enable Prometheus remote write output plugin | `On` |
310309
| [`FLB_OUT_S3`](../../../pipeline/outputs/s3.md) | Enable Amazon S3 output plugin | `On` |
311310
| [`FLB_OUT_SKYWALKING`](../../../pipeline/outputs/skywalking.md) | Enable Apache Skywalking output plugin | `On` |
312311
| [`FLB_OUT_SLACK`](../../../pipeline/outputs/slack.md) | Enable Slack output plugin | `On` |
@@ -318,4 +317,4 @@ The following table describes the output plugins available:
318317
| [`FLB_OUT_TCP`](../../../pipeline/outputs/tcp-and-tls.md) | Enable TCP/TLS output plugin | `On` |
319318
| [`FLB_OUT_UDP`](../../../pipeline/outputs/udp.md) | Enable UDP output plugin | `On` |
320319
| [`FLB_OUT_VIVO_EXPORTER`](../../../pipeline/outputs/vivo-exporter.md) | Enable Vivo exporter output plugin | `On` |
321-
| [`FLB_OUT_WEBSOCKET`](../../../pipeline/outputs/udp.md) | Enable UDP output plugin | `On` |
320+
| [`FLB_OUT_WEBSOCKET`](../../../pipeline/outputs/websocket.md) | Enable WebSocket output plugin | `On` |

0 commit comments

Comments
 (0)