wayne
wayne
@ahopp You are [correct](https://www.elastic.co/guide/en/kibana/7.x/release-notes-7.6.0.html). It looks KQL supports nested queries right now. If you add a simple nested object like this : ``` PUT document/_doc/3 { "created_at": "2015-01-24", "object_content": [...
Also quick feedback for anyone starting to contribute : 1- I thought of using docker for opensearch and git clone only dashboard, but the docker-compose.yml [here](https://hub.docker.com/r/opensearchproject/opensearch) has SSL implemented so...
@ppadovani I am glad to see you here ! Thanks for your work on KNQL. I never got to use it, because our ES version is 7.7, but I read...
I just installed Elasticsearch and Kibana 6.4.3, ran (edit : I meant 6.4.2) ```bin/kibana-plugin install https://github.com/ppadovani/KibanaNestedSupportPlugin/releases/download/6.4.2-1.0.2/nested-fields-support-6.4.2-1.0.0.zip``` And it looks like I can't enable the plugin. , because...
@ppadovani It's not so obvious how to integrate the code to the toDSL method. For now I am going to create from scratch just to understand a little better how...