Tagged Questions
0
votes
1answer
2k views
Configure log4j to send its logs to Splunk?
I need to send my log4j logs to Splunk. I found several solutions:
To use REST API (e.g. curl -k -u admin:changeme -d "name=/tmp/myfile.log" -d "sourcetype=syslog" ...
0
votes
1answer
320 views
Splunk rewrites xml input incorrectly
I have a number of applications that I want to log to Splunk. I will be sending the data in an XML format via a UDP listener. The data that is being sent looks like:
<log4j:event ...