Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pirogoeth/auth0-streams-elasticsearch
- Owner: pirogoeth
- License: mit
- Created: 2020-07-18T05:37:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T22:33:20.000Z (over 1 year ago)
- Last Synced: 2024-10-28T17:46:53.787Z (3 months ago)
- Topics: auth0, elasticsearch, logging
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.