Problem to connect filebeat version 6.6.0 with ingress pipeline
Done:
- created a (custom) ingress pipeline "my_pipeline"
- enrolled a new Beat of typ filebeat in may ECE-Deplyment
- enrolled filebeat on my server, where the log files are stored
- created a tag for the beat with one configuration block of typ "Filebeat Input",
which contains the location of log files on my server in section "Path".
I've checked /var/lib/filebeat/registry on the server.
It show the correct source = defined Paths in the tag.
Where can I configure, tha output.elasticsearch.pipeline: my_pipeline ?
I've tried to enter this in the same configuration block, where the Paths are given in
section "Other config".
After saving the configuration block all seems OK, the String "output.elasticsearch.pipeline: my_pipeline" is saved under
"other config"
But, when I save the whole tag, then the entry under "Other config" ist deleted.
Is this the right place to give the output to pipeline information?