Authentication module for Kibana 5.4.1 (should work with kibana 5.x as long as the version number in the package.json matches) and Elasticfence HTTP Authentication plugin
Login
Logout
Requires:
bin/kibana plugin install https://github.com/elasticfence/kibana-auth-elasticfence/releases/download/5.x/kauth-latest.tar.gz
- Add users via Elasticfence plugin
- Login using Authentication Form
License: MIT.
- Clone repository.
- Create the
config.json.templatefile and create aconfig.jsonfile. - Modify the contents of the
config.jsonfile to point to a local Kibana installation directory.
npm run devwill build the code and copy it to the specified local Kibana installation.- Kibana 5.x+ uses Webpack to build bundles. Kibana needs to be restarted in order for local changes to take effect!
npm run buildwill build the code into thebuilddirectory.npm run packagewill perform the same actions as build, but will also produce a.tarfile in thetargetdirectory.npm run cleanwill clean all local build directoriesnpm run cleanKibanawill remove the build Kibana plugin from the specified local Kibana installation