This is a plugin developed for Kibana 5 that you can build tables and search with an input without applying filters
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:
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
cd KIBANA_HOME
rm -rf plugins/kbn_searchtables/
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.