문제

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!

도움이 되었습니까?

해결책

Yes. You can do like that!

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top