@@ -9,6 +9,7 @@ redirects:
9
9
input/disk : ./pipeline/inputs/disk-io-metrics.md
10
10
# inputs/docker: ./pipeline/inputs/
11
11
input/dummy : ./pipeline/inputs/dummy.md
12
+ input/elasticsearch : ./pipeline/inputs/elasticsearch.md
12
13
input/exec : ./pipeline/inputs/exec.md
13
14
input/fluentbit : ./pipeline/inputs/fluentbit-metrics.md
14
15
input/forward : ./pipeline/inputs/forward.md
@@ -20,6 +21,7 @@ redirects:
20
21
input/netif : ./pipeline/inputs/network-io-metrics.md
21
22
input/proc : ./pipeline/inputs/process.md
22
23
input/random : ./pipeline/inputs/random.md
24
+ input/splunk : ./pipeline/inputs/splunk.md
23
25
input/serial : ./pipeline/inputs/serial-interface.md
24
26
# inputs/statsd: ./pipeline/inputs/
25
27
input/stdin : ./pipeline/inputs/standard-input.md
@@ -28,11 +30,13 @@ redirects:
28
30
input/tail : ./pipeline/inputs/tail.md
29
31
input/tcp : ./pipeline/inputs/tcp.md
30
32
input/thermal : ./pipeline/inputs/thermal.md
33
+ input/udp : ./pipeline/inputs/udp.md
31
34
input/winlog : ./pipeline/inputs/windows-event-log.md
32
35
input/winevtlog : ./pipeline/inputs/windows-event-log-winevtlog.md
33
36
34
37
# Filters
35
38
filter/aws : ./pipeline/filters/aws-metadata.md
39
+ filter/ecs : ./pipeline/filters/ecs-metadata.md
36
40
filter/grep : ./pipeline/filters/grep.md
37
41
filter/kubernetes : ./pipeline/filters/kubernetes.md
38
42
filter/lua : ./pipeline/filters/lua.md
@@ -46,11 +50,14 @@ redirects:
46
50
47
51
# Outputs
48
52
output/azure : ./pipeline/outputs/azure.md
53
+ output/azure_kusto : ./pipeline/outputs/azure_kusto.md
49
54
output/bigquery : ./pipeline/outputs/bigquery.md
50
55
output/counter : ./pipeline/outputs/counter.md
56
+ output/chronicle : ./pipeline/outputs/chronicle.md
51
57
output/cloudwatch : ./pipeline/outputs/cloudwatch.md
52
58
output/datadog : ./pipeline/outputs/datadog.md
53
59
output/es : ./pipeline/outputs/elasticsearch.md
60
+ output/fabric : ./pipeline/outputs/azure_kusto.md
54
61
output/file : ./pipeline/outputs/file.md
55
62
output/firehose : ./pipeline/outputs/firehose.md
56
63
output/flowcounter : ./pipeline/outputs/flowcounter.md
@@ -70,3 +77,6 @@ redirects:
70
77
output/stdout : ./pipeline/outputs/standard-output.md
71
78
output/tcp : ./pipeline/outputs/tcp-and-tls.md
72
79
output/td : ./pipeline/outputs/treasure-data.md
80
+
81
+ # Processors
82
+ processor/metrics_selector : ./pipeline/processors/metrics_selector.md
0 commit comments