Hi,
So i wanted to send logs from different paths directly to elastic cloud, from filebeat.
Usually the output to customise the index would be in the filebeat.yml:
setup.ilm.enabled: true
setup.ilm.rollover_alias: "index A"
So if I wanted to send : pathA/pathA/*
pathB/pathB/*
pathC/pathC/*
to index A, index B, index C
how should the config be ?
Thanks!