[GitHub] metron issue #1265: METRON-1874 Create a Parser Debugger

2018-11-15 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1265 Can we load files from disk? It would be nice to not have had to setup kafka etc. ---

[GitHub] metron issue #1265: METRON-1874 Create a Parser Debugger

2018-11-15 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1265 Can we test parser chains? ---

[GitHub] metron issue #1265: METRON-1874 Create a Parser Debugger

2018-11-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1265 > @ottobackwards: Can we load files from disk? It would be nice to not have had to setup kafka etc. There is no requirement to setup Kafka. All you have to do is create a String that co

[GitHub] metron issue #1265: METRON-1874 Create a Parser Debugger

2018-11-16 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1265 maybe that can be a follow on, it would be much better to load from disk -> split lines than to open an editor and cut and past from your sample log. ---

[GitHub] metron issue #1265: METRON-1874 Create a Parser Debugger

2018-11-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1265 > @ottobackwards: Can we test parser chains? I don't think so at the moment. Aggregation/chaining involves multiple parsers, each reading/writing data from Kafka. These functions work a

[GitHub] metron issue #1265: METRON-1874 Create a Parser Debugger

2018-11-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1265 > @ottobackwards maybe that can be a follow on, it would be much better to load from disk -> split lines than to open an editor and cut and past from your sample log. Yep, agreed. It co

[GitHub] metron issue #1265: METRON-1874 Create a Parser Debugger

2018-11-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1265 I was also wanting to do a follow-on that would load the parser configuration from Zk instead of requiring you to define that. In some cases, you just want to work with whatever the current 'liv

[GitHub] metron issue #1265: METRON-1874 Create a Parser Debugger

2018-11-16 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1265 Then maybe a function to evaluate stellar EVALUATE_TRANSFORM(config,PARSER_PARSE(parser, input) ---

[GitHub] metron issue #1265: METRON-1874 Create a Parser Debugger

2018-11-20 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/1265 Love it. I tested it in full dev and worked great. +1 ---