We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自己开发了一个 dissect filter 的插件,在自己的业务场景已投产,有需要的话可以加到 README ~
see: https://github.com/jingleniko/gohangout-filter-dissect
The text was updated successfully, but these errors were encountered:
提一个 PR 加到 Readme 里面吧~
另外问一下,dissect 和 grok 的差别是?性能?还是什么?
Sorry, something went wrong.
有一些它独有的语法,详见:https://www.elastic.co/guide/en/logstash/current/plugins-filters-dissect.html
一些比较高级的功能,比如 Order modifiers 这种不太好直接转换成 grok,而且在我的业务场景中有比较多解析是已经用了 dissect 的,为了支持所有它的语法就写了个插件~
Order modifiers
No branches or pull requests
自己开发了一个 dissect filter 的插件,在自己的业务场景已投产,有需要的话可以加到 README ~
see: https://github.com/jingleniko/gohangout-filter-dissect
The text was updated successfully, but these errors were encountered: