/kibana-jupyter-plugin

Study plugin to "integrate" kibana with jupyter.

Primary LanguagePythonMIT LicenseMIT

Kibana plugin to use Jupyter

exemplo

⚠️ NOT PRODUCTION READY ONLY FOR STUDY

Study plugin to "integrate" kibana with jupyter.

The idea is to be able to provide through jupyter an integration that makes it possible to create relationships, searches, processes and perform other complex activities with elasticsearch queries with python.

Made this mechanic through a kibana plugin generated through the cli inserting an iframe where the url is a jupyter running in another environment (container)

As it's just a study the security mechanics are off.

To run locally

Using docker: docker compose up --build

OBS: node_modules is committed to ease plugin build