Hello team,
I am facing the following issue whenever I try to roll over the winlogbeat index. I checked my document, and couldn't find any field related to docker at all. I am using default template mapping that is being auto-created by winlogbeat.
{
"reason": "Failed to parse mapping [_doc]: Mapping definition for [name] has unsupported parameters: [path : docker.container.image]",
"caused_by": {
"type": "mapper_parsing_exception",
"reason": "Mapping definition for [name] has unsupported parameters: [path : docker.container.image]"
}
Winlogbeat Version: 7.4.1
Elasticsearch Version: 7.5.1
Thanks