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 -

python - Calculate STD manually using Groupby Pandas DataFrame -

java - @PluginTarget(Node.class) not registering as neo4j plugin -