I am using stomp as an input for Logstash, which handles ActiveMQ as my source for messages.
I would like to access the properties of the message, which has some valuable information for me and I would like to pass it into ElasticSearch. How do I access the properties of the message with stop?
Is this possible with stomp? Or using jms input plugin be better? I would like to continue with stomp, if possible.
I managed to resolve with using jms input plugin in the end.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.