Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pirogoeth/auth0-streams-elasticsearch

Stream logs from Auth0 into Elasticsearch
https://github.com/pirogoeth/auth0-streams-elasticsearch

auth0 elasticsearch logging

Last synced: about 2 months ago
JSON representation

Stream logs from Auth0 into Elasticsearch

Awesome Lists containing this project

README

        

# auth0-streams-elasticsearch

`auth0-streams-elasticsearch` is a simple app that provides an API for receiving
JSON events from Auth0 and indexing them into Elasticsearch.

## Configuration

Configuration values are stored in [`settings.py`](/auth0_streams_elasticsearch/settings.py).

## License

MIT licensed. You can view the license terms [here](/LICENSE).

## Contributing

Pull requests are welcomed and encouraged. Feel free to ask questions via the issue tracker or anywhere else (such as [Gitter](https://gitter.im/pirogoeth)).

If you're submitting a PR, please install [`pre-commit`](https://github.com/pre-commit/pre-commit) and install the local git pre-commit hook to run code and style checks.

Any contributions will be greatly appreciated <3.