Router
Create flexible routing rules
pipeline:
inputs:
- name: cpu
tag: my_cpu
- name: mem
tag: my_mem
outputs:
- name: es
match: my_cpu
- name: stdout
match: my_mem[INPUT]
Name cpu
Tag my_cpu
[INPUT]
Name mem
Tag my_mem
[OUTPUT]
Name es
Match my_cpu
[OUTPUT]
Name stdout
Match my_memRouting with wildcards
Routing with regular expressions
Last updated
Was this helpful?