tsaikd / gogstash

Logstash like, written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supporting Logstash config syntax

Mizaro opened this issue · comments

Does this project has a plan to be a drop-in replacement of Logstash, and if so, do we need to implement a way to parse the Logstash config syntax to gogstash's Config object? Look at this project, for example, https://github.com/breml/logstash-config. Maybe we can use it to support existing Logstash configuration syntax

There is no plan to implement all features to replace Logstash.

For people who search a Logstash replacement, do you think supporting the original Logstash syntax should be implemented in this project?

My vote is no as trying to implement the Logstash syntax also means that we need feature parity with logstash. As that is not the case, new support cases can be raised as things does not work as expected.