nreese / kibana-time-plugin

Kibana visualization that provides controls for setting and animating time ranges.
Apache License 2.0
125 stars 55 forks source link

Install on Kibana 4.1? #1

Closed saftle closed 8 years ago

saftle commented 8 years ago

Thanks for creating this plugin! How would one go about installing it with Kibana 4.1, since the plugin install method wasn't introduced until Kibana 4.2? I'm sadly limited to Kibana 4.1, since I'm using a Drupal module that is in turn limited to Elasticsearch 1.x (Elasticsearch Connector).

Thanks in advanced for any help.

nreese commented 8 years ago

I am not sure plugin installation is possible with 4.1. It looks like kibana added the plugin framework with release 4.2. It looks like elastic connector has a drupal module that supports elasticsearch 2.x so maybe upgrading is an option.

Nathan

On Wed, Aug 3, 2016 at 8:44 AM, saftle notifications@github.com wrote:

Thanks for creating this plugin! How would one go about installing it with Kibana 4.1, since the plugin install method wasn't introduced until Kibana 4.2? I'm sadly limited to Kibana 4.1, since I'm using a Drupal module that is in turn limited to Elasticsearch 1.x (Elasticsearch Connector https://www.drupal.org/project/elasticsearch_connector).

Thanks in advanced for any help.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nreese/kibana-time-plugin/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWzu2eNoSkWrA9lWUS-JHfpsUBU2hCGks5qcKk7gaJpZM4Jbs6W .

saftle commented 8 years ago

Thanks for responding! Yeah, sadly the version of the Elasticsearch Connector module that supports Elasticsearch 2.x is for Drupal 8 rather than Drupal 7. The site I'm working on currently is limited to Drupal 7 due to Drupal 8 being relatively new and not all modules, that are currently in use, have been updated yet.

nreese commented 8 years ago

Plugin can only support kibana 4.2 and up