java - Fluentd tail log4j files setup -


we have java based enterprise application produces logs using log4j , want use fluentd elasticsearch , kibana described here. want configure fluentd forward our existing logs , not use new logger. believe want use type tail can point fluentd right files think need examples on how configure td-agent.conf properly.

fluentd has input plugin called : in_tail

the in_tail input plugin allows fluentd read events tail of text files. behavior similar tail -f command.

you can configure parse log providing format regex based on logging schema.


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -