Home > other >  sending wso2am logs to elasticsearch
sending wso2am logs to elasticsearch

Time:11-24

i want to send my wso2am logs to elasticsearch. i've searched and found out in order to do that i have to use filebeat. but i don't know how to config my filebeat.yml. any idea how to config filebeat.yam?

CodePudding user response:

you will need to provide a custom file input for this, as there is no existing module

check out https://www.elastic.co/guide/en/beats/filebeat/current/configuration-filebeat-options.html and then https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-filestream.html

  • Related