ElasticSearch Crashes after Grok test in Kibana 7.4.0

Playing around in our test cluster I think I may have uncovered an odd bug.

I was testing some Grok expressions in Kibana Dev Tools and was able to crash a 3 node cluster with a simple pattern test. Can anyone else validate this?

Go to Dev Tools, Grok Expression and enter this for the Sample Data:
http://www.mycrazymadeupurl.com/weirdurlpath?

Then enter this for the Grok Pattern
(?<attack.term.hit>((?i)(varchar)(?i)|(?i)()(?i)|(?i)(cast())(?i)))

Running 7.4.0 For Kibana, Elastic, and LogStash (but not doing anything with LogStash in this example)

Probably something weird in my environment but curious if this crashes others. DO NOT TRY THIS IN A PRODUCTION CLUSTER!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.