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

How to use the plugin? #18

Closed sreejithps303 closed 7 years ago

sreejithps303 commented 7 years ago

Hi ,

I have installed the plugin and changed the packge.json to 5.2.1 (my version). But how to use it with kibana dashboards ? I am not getting any options

TaurusD commented 7 years ago

@sreejithps303 Hi, could you please tell me how did you install this plugin. I followed the instruction till the step bower install. It's said that bower is not a known command, and there is only a json file call bower.json, which can only be opened but not installed.

Thank you!

Also call @nreese for help. Thanks!

nreese commented 7 years ago

Install bower, https://bower.io/

sreejithps303 commented 7 years ago

@TaurusD you can install npm directly (yum install for linux and apt-get install for Debian ) . then from npm module u can install bower (npm install -g bower ). Once you done it you can use bower install command.

sreejithps303 commented 7 years ago

@nreese I have installed the master version and followed the steps. Looks like the installation was successful. can you help on how to invoke this in dashboards? elastic version is 5.1.2

nreese commented 7 years ago

In the kibana menu on the left, select visualize. Create a new visualization of type Time widget. Save the visualization. In the dashboard, add the time widget visualization just like any other visualization.

sreejithps303 commented 7 years ago

@nreese Great !! Thanks it works..