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.1:9200'])
SENTRY_NODESTORE = 'sentry_elastic_nodestore.ElasticNodeStorage'
SENTRY_NODESTORE_OPTIONS = {
    'es': es,
    'refresh': False,  # https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-refresh.html
}

from sentry.conf.server import *  # default for sentry.conf.py
INSTALLED_APPS = list(INSTALLED_APPS)
INSTALLED_APPS.append('sentry_elastic_nodestore')
INSTALLED_APPS = tuple(INSTALLED_APPS)

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.7.tar.gz (7.8 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for sentry_elastic_nodestore-0.0.7.tar.gz
Algorithm Hash digest
SHA256 5e957e627a1e78d91f3fdaac9df8553786630b29b8570aad83ee695e0e4fd56c
MD5 34c1cdb230ac0b3f78b1be0a7971b69e
BLAKE2b-256 22670cc62a1d3f625c5bd2cf49e3592ad2d903bde7d5a51d989512521aaf5971

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