Skip to content

Releases: Beetrack/es_logger

Update Gemfile versions and README

20 Apr 16:26
Compare
Choose a tag to compare
v1.0.2

feat: update Gemfile and README

Fixes Validation

20 Apr 15:21
Compare
Choose a tag to compare
  • 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

17 Apr 18:20
Compare
Choose a tag to compare
  • 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.