Skip to content

goodlabs-studio/kibana-plugin-drilldownmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kibana-plugin-drilldownmenu

Drill down menu implementation for Kibana

Installation:

  • Clone this repository
  • Rename cloned folder to kibana-plugin-drilldownmenu
  • Create another folder named kibana
  • Copy kibana-plugin-drilldownmenu folder into newly created folder kibana
├── kibana
│   ├── kibana-plugin-drilldownmenu
│   │   ├── [repository-content]
│   │   ├── .
│   │   ├── .
│   │   ├── .
  • Compress kibana into kibana.zip
  • Install plugin into kibana with:
./kibana-plugin install file://[PATH-TO-ZIP]

Usage:

  • Change field format under kibana's Index Patterns to Drill Down Change field format type
  • Configure URL's and labels that should be present in the menu URL addition example
  • Hovering over values of the formatted field displays three icons (zoom in, zoom out, details) icons Details tooltip example
  • Clicking on details displays the menu URL menu display

About

Drill down menu implementation for Kibana

Resources

License

Stars

Watchers

Forks

Packages

No packages published