opendistro-for-elasticsearch / sample-code

👋 Welcome to the Open Distro sample-code area. Share your great ideas and code samples with the Open Distro Community.
https://github.com/opendistro-for-elasticsearch/sample-code
Apache License 2.0
278 stars 81 forks source link

Grok debugger & painless lab #201

Open fbarbeira opened 4 years ago

fbarbeira commented 4 years ago

It would be very useful to include on kibana the grok debugger. It is included only on kibana x-pack version.

https://www.elastic.co/guide/en/kibana/current/xpack-grokdebugger.html

Grok expressions are used very often ingesting logs:

https://www.elastic.co/guide/en/elasticsearch/reference/master/grok-processor.html

There are some third party apps like this one, but it's very comfortable to have it on a kibana tab.

https://grokdebug.herokuapp.com/

Another good option could be to include as well a tester for painless scripting:

https://www.elastic.co/guide/en/kibana/current/painlesslab.html

fbarbeira commented 4 years ago

This is another grok debugger site:

https://grokconstructor.appspot.com/