Skip to content

AnnaGerber/kibana_dropdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kibana_dropdown

Dropdown widget for Kibana dashboards.

Useful for embedded dashboards to provide basic filtering on specific fields.

Dropdown

To use this widget with analysed fields, create a keyword mapping e.g:

"speaker_name":{ "type":"text", "fields": { "keyword": { "type":"keyword","ignore_above":256 } } }

To set up the dropdown widget, create a Visualisation of type 'Dropdown Picker'

Configure Dropdown Picker

In the visualisation options, you can set whether the dropdown is allowed to be blank. If this is true, you can hit escape while the dropdown is open to close it without selecting a value.

Licensed under the Apache License, Version 2.0


development

See the kibana contributing guide for instructions setting up your development environment.

About

Dropdown select dashboard widget for Kibana 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published