/kibana_dropdown

Dropdown select dashboard widget for Kibana 5

Primary LanguageJavaScript

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.