mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-04-26 17:15:47 +00:00
- now you can specify a list of grok patterns to match your field with and the first one to successfully match wins. - only non-null captures will be inserted into your matched document. Fixes #17903.