Skip to main content

Python client for kibana. Provide ORM & vega rendering of visualizations

Project description

pybana

Build Status codecov

🚧 CAREFUL! WORK IN PROGRESS 🚧

What is this?

This is a kibana client written in python. It provides two kind of utilities

  • An ORM layer. The goal is to ease the manipulation of kibana objects such as index-pattern, visualization, dashboard. This ORM provides:
    • Modeling using elasticsearch_dsl.
    • helpers to extract useful information from kibana objects (ex: the index pattern associated to a visualization).
    • reverse relationships between index-pattern & visualizations, visualizations & dashboards.
  • A translation layer. The goal is to mimic kibana behaviour in terms of data fetching and visualization rendering. Thus, there are two types of translators:
    • elastic. It transforms a kibana visualization definition into an elasticsearch query.
    • vega. It transforms a kibana visualization and data fetched into a vega spec.

Why?

The ORM was implemented to ease the automatic creation/update of kibana objects. For instance:

  • If you've added an access-control layer on top of kibana to handle multi-tenancy, you may want to automate the creation of kibana indexes and the default index-pattern.
  • If an index-pattern correspond to a table defined somewhere else (like a sql table), you may want to automate the creation of index-pattern.
  • If a dashboard is defined in another database (like a sql db), you may want to delete the kibana object if the sql object is deleted.

The translation layer was implemented to progressively get rid of kibana. Even if kibana is a fantastic tool, it's more meant for internal use than for an integration in another application.

The elastic translator aims to generate almost identical queries to elasticsearch as kibana.

The vega translator tries to provide an equivalent in vega of kibana visualisation. Currently, it supports a limited set of options. Vega was chosen as it provide a complex but almost exhaustive visualization grammar. Vega'sapi allows the rendering of visualizations both on the backend and frontend and has bridges with the main js frameworks (react, vue…).

Roadmap

  • ORM
    • Automatic creation of index pattern
  • Elastic translator:
    • Handle more bucket type: ipv4, significatn terms etc
    • Handle more metrics: top hit, sibling etc
  • Vega translator:
    • Handle more visualization types (gauge, metric, map etc)
  • Versions
    • For now, only elk stack 6.7.1 is handled.

License

Licensed under MIT license.

History

0.7.0

  • Add support for top_hits
  • Fix handle searches in dashboards

0.6.3

  • Fix escaping of metric label

0.6.2

  • Fix when value is null. Then value is ignored.

0.6.1

  • Fix ContextVisualization.is_duration_agg

0.6.0

  • Add support for duration formating for axes that represent a duration serie.

0.5.6

  • Fix packaging

0.5.5

  • Clip line when y-axis extent is set

0.5.4

  • Support vega viz without data.url attribute
  • Fix none type handling on datasweet eval

0.5.3

  • Fix terms custom metric

0.5.2

  • Fix nan values in bucket due to datasweet formula

0.5.1

  • Fix case when a datasweet formula depends on other datasweet formula

0.5.0

  • Add support for vega visualizations

0.4.2

  • Fix Add support for terms sorting by custom metric

0.4.1

  • Fix format_from_interval for week intervals

0.4.0

  • Handle Category axe rotation

0.3.1

  • Handle ZeroDivisionError in datasweet

0.3.0

  • Rename Context to Scope
  • Add BaseDocument.json_attrs to simplify parsing of some fields (ex: Dashboard.panelsJSON)
  • Add datasweet support
  • Add support for using in client

0.2.0

  • Add Search model
  • Add VegaRenderer and vega-cli

0.1.0

  • First version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybana-0.7.0.tar.gz (30.4 kB view details)

Uploaded Source

Built Distribution

pybana-0.7.0-py3-none-any.whl (33.3 kB view details)

Uploaded Python 3

File details

Details for the file pybana-0.7.0.tar.gz.

File metadata

  • Download URL: pybana-0.7.0.tar.gz
  • Upload date:
  • Size: 30.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.5

File hashes

Hashes for pybana-0.7.0.tar.gz
Algorithm Hash digest
SHA256 2bd8a45efb34ef6bdc473aeb44ee0c14eb7ad2de9e4c47b2dfc2ecdff1b6de46
MD5 afaa939520f9e864372d01f649172a79
BLAKE2b-256 0448a2410b8b7a95ab6613462e24c2276e2abc386dc765d3daa01125b524879e

See more details on using hashes here.

File details

Details for the file pybana-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: pybana-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 33.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.5

File hashes

Hashes for pybana-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2175a414d0f3a1e65a57fb07d40e50c1c68d9cf4c07f7f3f0c97e5ada3f0c0b2
MD5 bd05d1f3cef7962064c2d4c7cfa6011a
BLAKE2b-256 d455820f7e9d0ee0fb4037fe96e7f1c750ae75e86847cd961f89c9663a17ac42

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page