cmanaha / python-elasticsearch-logger

Python Elasticsearch handler for the standard python logging framework
Other
232 stars 115 forks source link

Timeout parameters passed to Elasticsearch object #54

Open kusha opened 6 years ago

kusha commented 6 years ago

Create timeout and retry on timeout parameters in the handler constuructor. Parameters passed to Elasticsearch object, and used while performing bulk_send().

codecov-io commented 6 years ago

Codecov Report

Merging #54 into master will increase coverage by 0.43%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage      83%   83.43%   +0.43%     
==========================================
  Files           2        2              
  Lines         153      157       +4     
  Branches       20       20              
==========================================
+ Hits          127      131       +4     
  Misses         22       22              
  Partials        4        4
Impacted Files Coverage Δ
cmreslogging/handlers.py 82.66% <100%> (+0.47%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5e042bb...1c92ac9. Read the comment docs.

KonstantinSchubert commented 5 years ago

@cmanaha I think this is a very useful feature and I would like to have this too. Can I do anything to support merging this?

KonstantinSchubert commented 5 years ago

@cmanaha Ping

cmanaha commented 5 years ago

@KonstantinSchubert ; Apologies for about being completely absent. Konstantin, I've added you to the collaborators of the project. I have not managed to allocate and commit time for keeping this project up to date for the last few months, and the project indeed still need some love (this pull request is an example, + eventually upgrade to 6, and others).

I have to disclose also I joined AWS about 4 months ago. I'd like at some point to spend time to get some of the other integrations people have been asking (role, auth certificates, and stuff like that), but I'll not be able to commit the time for the next 3 months.

KonstantinSchubert commented 5 years ago

@kusha Paging.

kusha commented 5 years ago

@KonstantinSchubert I've applied your suggestions. Feel free to merge.