I have a few nifi nodes (on EC2 instances) running in AWS.
I use nifi to process data into s3.
I am looking for a way to splunk the /nifi-app.log (logs) for warning, errors, failures, etc.
I am thinking about putting a UF on each of the nifi nodes/EC2 and sending the data to the indexers.
Any advice on this scenario is appreciated.
Thank you
well this seems to be the way, I will let you know if there are any issues.
Another option would be to use the splunk java logging framework. Drop in the jar file, add the stanza to your logback.conf and you're all set!
http://dev.splunk.com/view/splunk-logging-java/SP-CAAAE2K
well this seems to be the way, I will let you know if there are any issues.