Hi All
I need to set the multiple document_type for each log path, blow is the configuration that i used .
After that filebeat only send lastly defined log files to the server ( document_type with cucum-cdr) , not the document_type with syslog .
Can you guys please advice me how to fix this issue , Need to send both log files to the server with different document types
filebeat:
prospectors:
-
paths:
- "/home/syslog/filebeat/redware/*.log"
document_type: syslog
paths:
- "/home/voip/cdr_StandAloneCluster_01_2016*"
document_type: cucm-cdr