MatheusGeiger / kibana-jupyter-plugin

Study plugin to "integrate" kibana with jupyter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Study plugin to "integrate" kibana with jupyter.

License:MIT License


Languages

Language:Python 91.4%Language:TypeScript 6.9%Language:Jupyter Notebook 1.5%Language:JavaScript 0.2%