Skip to main content

log from celery to logstash and structured log

Project description

# celstash
Celery logging to logstash and sturctured log (JSON) file

Please submit bugs [here](https://github.com/CyberInt/celstash/issues).

# Usage

import celstash
import logging

logger = celstash.new_logger('worker1', logstash_host='example.com')
logger.setLevel(logging.INFO)
logger.info('Money is the root of all evil, and man needs roots.')


# logstash setup

input {
udp {
codec => json
}
}
output {
elasticsearch {
host => localhost # Change to your host
}
}

# License
MIT, see [LICENSE.txt](LICENSE.txt)

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

celstash-0.1.0.tar.gz (4.2 kB view hashes)

Uploaded Source

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