hi.
I have a rabbitmq->Logstash->elasticSearch pipeline .When i look at the data being sent to elastic search, i see that some times, there is a short_message and long_message while other times there is just short_Message,
Is there a way, i can make it consistent to have both short_message and long_message and if that's not an option, how do i check if long_message is present and retrieve my data from there ?