ruby - Send "json_event" from logstash plugin to JAVA -


I was trying to create a logstash, I wanted to send the "event" to Java completely, I can do full processing in the Java project.

I was able to send the individual "string", but to send the complete "event_json"

You can try and use exec output to run a script that will do this for you and send the @ message field to the required destination.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -