Add suppress_type_name to stop warnings with ES7
When using elasticsearch 7 with fluentd, you seem to get a lot of warnings in the docker logs output that look like: [types removal] Specifying types in bulk requests is deprecated. The docs suggest adding suppress_type_name to stop these warnings, and that seems to work without affecting any functionality. Further info here: https://github.com/uken/fluent-plugin-elasticsearch/issues/785 Closes-Bug: #1930856 Change-Id: I45be67df3717f78d78bcdc7df69600ab8681922f
Showing
- ansible/roles/common/templates/conf/output/00-local.conf.j2 4 additions, 0 deletionsansible/roles/common/templates/conf/output/00-local.conf.j2
- ansible/roles/common/templates/conf/output/01-es.conf.j2 1 addition, 0 deletionsansible/roles/common/templates/conf/output/01-es.conf.j2
- releasenotes/notes/fix_supress_type_warning-59f87fe62f83bd12.yaml 5 additions, 0 deletions...otes/notes/fix_supress_type_warning-59f87fe62f83bd12.yaml
Loading
Please register or sign in to comment