Skip to content

Kibana 5 plugin to do searchable tables without apply filters

License

Notifications You must be signed in to change notification settings

bigtoerag/kbn_searchtables

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search-Tables for Kibana 5.5.X

This is a plugin developed for Kibana 5 that you can build tables and search with an input without applying filters

First, download the release according your Kibana's version

Now this plugin is avalible for differents versions of Kibana, in releases you can find the source code, ZIPs and TARs of the plugin to use in:

Installation Steps

cd KIBANA_HOME/plugins
git clone https://github.com/dlumbrer/kbn_searchtables
rm kbn_searchtables/public/images/search_example.gif
*Run your Kibana*

Important: If you have any problem with the plugin version (like a warning message "it expected Kibana version "x.x.x", and found "5.0.0"") only change the value of the "version" tag on the package.json to your Kibana version

Uninstall:

cd KIBANA_HOME
rm -rf plugins/kbn_searchtables/

Example of use

Example

Help me to improve! 😄

If there's any problem or doubt, please, open a Github Issue (Pull Request) or contact me via email ([email protected]). It would be very helpful if you tried it and tell me what you think of it, the errors and the possible improves that I could make.

For anything, contact me: [email protected]

About

Kibana 5 plugin to do searchable tables without apply filters

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.8%
  • HTML 26.1%
  • CSS 8.1%