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

Kibana 5.6.10 support #88

Closed IdanWo closed 6 years ago

IdanWo commented 6 years ago

Hey,

We're using ElasticSearch 5.6.10. Will you plan to support it officially? As a workaround, I'm trying to install kibana 5.6.9 instead of kibana 5.6.10.

ppadovani commented 6 years ago

I'll port and test this weekend, look for a release Sunday or Monday morning.

IdanWo commented 6 years ago

We don't want to support 2 versions of Kibana, so 5.6.10 release would be great. Thank you!

Updates:

ppadovani commented 6 years ago

The ports to .10 and .11 should be quick and easy... likely just version changes. I removed the 'structured view' from the plugin as I found a better way to integrate the 'nested' object view into the main results view. I need to update the documentation to reflect this.

ppadovani commented 6 years ago

Ports completed:

5.6.10 5.6.11 6.3.2

IdanWo commented 6 years ago

Upgraded to 5.6.10 today, worked like a charm

mxcoder commented 6 years ago

Hi @ppadovani , your plugin looks really promising to what I'm trying to do, any plans on giving support for 6.4.0 yet? As my project is new I chose to use the latest ELK version.

I just tried the last version of your plugin, modified the package.json settings and give it a go but Kibana broken while trying to "optimize" the assets of your plugin. Let me know if there's anything I could do to help you, I'm very new to ELK but I'm familiar with Web stuff.

Thanks.

ppadovani commented 6 years ago

I normally don't start a port to a version until someone asks for it, as I only work on this plugin in my spare time. I've opened an issue: https://github.com/ppadovani/KibanaNestedSupportPlugin/issues/94