ppadovani / KibanaNestedSupportPlugin

A plugin for Kibana 5.5 and beyond that adds support for nested field search and aggregation.
https://ppadovani.github.io/knql_plugin/overview/
Apache License 2.0
79 stars 7 forks source link

Support Nested object without requiring KNQL - Query Language #86

Closed pavolloffay closed 6 years ago

pavolloffay commented 6 years ago

Did you consider supporting nested objects without changing query language?

e.g. foo.nested:"abc" rather then current languagefoo.nested="abc"`?

ppadovani commented 6 years ago

Yes... this would require that I write a parser that could handle that specific query language. I had some very specific reasons for going down a SQL like path: