kibana - WSO2 EI with ELK integration not working as expected -


i followed instructions @ publish wso2 carbon logs logstash/elasticsearh/kibana (elk) using log4j socketappender not working , didn't see logs in kibana dashboard.

can please me correct configuration of xxxx.conf file?

i didn't follow approach elk integration. used filebeat on wso2 server, add wso2carbon.log file input can forward either logstash or directly elastic

a sample filebeat config

filebeat.prospectors: - input_type: log   paths:     - /srv/wso2/wso2ei-6.1.1/repository/logs/app*.log   document_type: wso2-logs   scan_frequency: 30s   fields:     application: wso2-ei #for logstash output.logstash:   hosts: ["localhost:5044"] #for elastic output.elasticsearch:   hosts: ["myelastichost:9200"] 

then logstash template depend on format of logs


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

.htaccess - ERR_TOO_MANY_REDIRECTS htaccess -