Sending data to TCP socket server on connect using logstash

Hi - I have a question that are two parts

  1. 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

  2. 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!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.