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
Post a Comment