python-elasticsearch-logger icon indicating copy to clipboard operation
python-elasticsearch-logger copied to clipboard

Support for ingest pipeline

Open onnheimm opened this issue 6 years ago • 1 comments

Since Elastic 5, elasticsearch offers ingestion pipelines directly in elasticsearch https://www.elastic.co/guide/en/elasticsearch/reference/master/ingest.html

For some use cases it would be useful to enable access to this directly from a log handler, e.g. for augmenting wsgi logs with geoip without needing to go through a filebeat/logstash instance.

onnheimm avatar Aug 17 '18 12:08 onnheimm

Thanks a lot for the feedback!

Absolutely. I have not had time in a long time to work on this and will gladly accept pull requests or even follow forks that have implementations and merge the implementation as long as provides all the testing and coverage. I've

cmanaha avatar Sep 24 '18 21:09 cmanaha