I would like to know How can I send logs from a client to logstash without using any beat/agent,
is it possible to use API and how. please help me
You could use a tcp or http input plugin depending on how you prefer to send data.
i would like to send un-structured data, the same way filebeat sends to logstash
You should be able to use the tcp input plugin to send any log lines as long as they are separated by newlines.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.