elasticsearch/libs/grok
Nik Everett 2e346f3fae
Grok: "native" results (#62843)
This adds the ability to fetch java primitives like `long` and `float`
from grok matches rather than their boxed versions. It also allows
customizing the which fields are extracted and how they are extracted.
By default we continue to fetch a `Map<String, Object>` but runtime
fields will be able to catch *just* the fields it is interested
in, and the values will be primitives.
2020-09-24 10:46:38 -04:00
..
licenses Upgrade joni from 2.1.6 to 2.1.29 (#47374) 2019-10-04 06:30:41 -05:00
src Grok: "native" results (#62843) 2020-09-24 10:46:38 -04:00
build.gradle Replace compile configuration usage with api (#58451) 2020-06-30 09:37:09 +02:00