logstash-plugins / logstash-output-tcp

Apache License 2.0
9 stars 31 forks source link

Use logstash-input-tcp socket as output #35

Open henkwiedig opened 6 years ago

henkwiedig commented 6 years ago

By using the already existing socket from a logstash-input-tcp plugin as output we could implement a genric TCP server which can handle arbitrary (simple) plaintext protocols. Integration of new/less common sources could be easyer instead of implementing new plugins for them.