Another Output

Hello!
I got my own client to process my datas.
So my question is: Is there a Output in Filebeat or Logstash to send my Datas to another IP and Port? similar to the Elasticsearch Output

For example:

output {
user-output{

hosts => "192.168.100.100:9999"

}
}

It sounds like you're looking for the udp or tcp output.

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