Skip to main content

A Django Debug Toolbar panel for Elasticsearch

Project description

Django Elasticsearch Toolbar
======================

A Django Debug Toolbar panel for Elasticsearch

About
------------

This is a panel for `Django Debug Toolbar` 1.2+ that displays query results from
ElasticSearch using elasticsearch pyhon official client. [https://github.com/elasticsearch/elasticsearch-py](https://github.com/elasticsearch/elasticsearch-py)



Installation
------------

Install using ``pip``::

pip install elasticsearch-django-debug-toolbar

or install the development version from source::

pip install git+git@github.com:Benoss/elasticsearch-django-debug-toolbar.git

* Then add ``elastic_panel`` to your ``INSTALLED_APPS`` so that we can find the
templates in the panel.
* Also, add ``'elastic_panel.panel.ElasticDebugPanel'`` to your ``DEBUG_TOOLBAR_PANELS``.

Usage
------------


License
------------

Uses the `MIT` license.

* Django Debug Toolbar: https://github.com/django-debug-toolbar/django-debug-toolbar
* MIT: http://opensource.org/licenses/MIT

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

Supported by

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