kiwigrid / helm-charts

Helm charts for Kubernetes curated by Kiwigrid
https://kiwigrid.github.io
MIT License
186 stars 209 forks source link

Fluentd elasticsearch - bulk request deprecated warning #395

Closed ghost closed 4 years ago

ghost commented 4 years ago

Is this a request for help?: Yes. Please fix this issue :)

Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT

Version of Helm and Kubernetes: not of interest

Which chart in which version: v7.9.0 - https://github.com/elastic/helm-charts/tree/master/elasticsearch v3.0.4 - https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch

What happened: Version incompatible

What you expected to happen: no bloating logs

How to reproduce it (as minimally and precisely as possible): just start both and connect it together

Anything else we need to know: nope

It would be awesome if someone could help :) Thanks in advance!

bakkerpeter commented 4 years ago

I believe this is the actual error @oed-mertenss is referring to:

warning: 299 Elasticsearch-7.8.1-x "[types removal] Specifying types in bulk requests is deprecated."

If this is the error that is being referred, I think the subject of this issue is unspecific as there is no issue with bulk requests in general.

bakkerpeter commented 4 years ago

Ok, this is solved by adding this config parameter (as described in https://github.com/kiwigrid/helm-charts/pull/384):

elasticsearch.suppressTypeName: true