Skip to content

Kibana 5 plugin to do searchable tables without apply filters

License

Notifications You must be signed in to change notification settings

jsonar/kbn_searchtables

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search-Tables for Kibana 5 & 6

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

Installation Steps from release

Now this plugin is avalible for differents versions of Kibana (6, 5 and 4), in releases you can download the plugin with all its dependencies installed:

  1. Go to releases and download the right one for your Kibana
  2. unzip/untar it into KIBANA_HOME/plugins
  3. Start your Kibana

Installation Steps from GitHub source code

  1. Move into plugins folder:  cd KIBANA_HOME/plugins

  2. Clone the source code (it depends on your Kibana's version):

    • Kibana 6.3 or upper: git clone https://github.com/dlumbrer/kbn_searchtables.git -b 6-dev
    • Kibana 6.0, 6.1 or 6.2: git clone https://github.com/dlumbrer/kbn_searchtables.git -b 6.2-dev
    • Kibana 5.5.X or 5.6.X: git clone https://github.com/dlumbrer/kbn_searchtables.git -b 5.5.x
    • Kibana 5.5.X or lower: git clone https://github.com/dlumbrer/kbn_searchtables.git -b 5.4.x
  3. Start Kibana

Important: If you have any problem with the plugin version (like a warning message "it expected Kibana version "x.x.x", and found "x.x.x"") 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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.9%
  • HTML 25.2%
  • CSS 4.9%