kibana_calendar_vis
kibana_calendar_vis copied to clipboard
Plugin installation was unsuccessful due to error "Plugin kibana_calendar_vis [6.4.0] is incompatible with Kibana [7.6.1]"
Hi,
I ran this command:
./bin/kibana-plugin install https://github.com/aaronoah/kibana_calendar_vis/releases/download/v6.4.0/kibana_calendar_vis-6.4.0.zip
Then I obtained this error:
Plugin installation was unsuccessful due to error "Plugin kibana_calendar_vis [6.4.0] is incompatible with Kibana [7.6.1]
How can I solve it using my current Kibana version?
Hello I had the same problem with Kibana 7.6.2
Thanks
You can't, the error message is very straightforward : Kibana enforces that all plugins have the exact same version as the version of Kibana, so unless the developer adds support for your version, you won't be able to install it keeping your version of Kibana
Thank you