Skip to main content

Sentry nodestore Elasticsearch backend

Project description

info:

Sentry nodestore Elasticsearch backend

https://img.shields.io/pypi/v/sentry_elastic_nodestore.svg

Installation

pip install sentry_elastic_nodestore

Configuration

Set SENTRY_NODESTORE at Your sentry.conf.py

from elasticsearch import Elasticsearch
es = Elasticsearch(['127.0.0.:9200'])
SENTRY_NODESTORE = 'sentry_elastic_nodestore.ElasticNodeStorage'
SENTRY_NODESTORE_OPTIONS = {
    'es': es,
}

Usage

Setup elasticsearch template

sentry --config sentry.conf.py django elastic_template

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

sentry_elastic_nodestore-0.0.1.tar.gz (7.6 kB view details)

Uploaded Source

File details

Details for the file sentry_elastic_nodestore-0.0.1.tar.gz.

File metadata

File hashes

Hashes for sentry_elastic_nodestore-0.0.1.tar.gz
Algorithm Hash digest
SHA256 f087cab9147b4a091d6c9470a00d951a737f588acc953620d2be555ccbf38ddf
MD5 d8390b48f42eda5af8552e5a99883eb5
BLAKE2b-256 463d849f827ddc7f229ff1b0f72556f108c8ae9caf51a159eee1f95391fbec2a

See more details on using hashes here.

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