Closed1

Fluentd/Fluentbitで"mapper_parsing_exception"が頻出する

harrythecodeharrythecode

問題例

"Could not dynamically add mapping for field [app.kubernetes.io/instance]. Existing mapping for [kubernetes.labels.app] must be of type object but found [text]."

原因

一度決まった型 (例ではtext型)に別の型のデータを入れようとしているから。

調べたこと

https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/12938

https://stackoverflow.com/questions/62975255/fluent-bit-cannot-parse-kubernetes-logs

このスクラップは2023/03/11にクローズされました