Releases: Beetrack/es_logger
Releases · Beetrack/es_logger
Update Gemfile versions and README
v1.0.2 feat: update Gemfile and README
Fixes Validation
- Validate include pattern
- Validate when cannot connect with Elasticsearch when returns Faraday Error
- Remove credentials in configuration and use from initialize template
EsLogger is a gem to intercept and save request in Elasticsearch
- Middleware to intercept and save request in Elasticsearch.
- Generate initialize configuration.
- Include pattern to accept the requests, Example:
^api\/external\/\w+
->api/external/<some word>
- Process asyncronous with Sidekiq.