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

mysql - How to enter php data into a html multiple select box -

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

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -