Filebeat different log paths to different indexes to elastic cloud

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!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.