Question

I consider to use logstash.

Assuming I have a Windows service that has to send data (strings) to logstash and then logstash should save it as an event.

I'm wondering if my Windows service can send the data through TCP connection (a socket)? I'd prefer so since it provides more flexibility - this way logstash can be installed on a different host that could be Windows or Linux.

Please advice.

Thank you!

Was it helpful?

Solution

Yes. You can do like that!

Logstash provide tons of plugin. You can refer to this page about TCP input.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top