Hi - I have a question that are two parts
-
I am trying to configure logstash as a tcp socket client and have to send a message to the socket server each time the the socket client connects
-
All messages sent and received should be packaged within a STX(ascii 2) and ETX (ascii 3).
Wondering if this is possible using logstash or should I write a bridge application between logstash and the socket server application.
Thank you in adavance for any help!