Skip to content

System integration doesn't map message as a text field for some data streams #1736

@n0othing

Description

@n0othing

The included index templates for the logs-system.application + logs-system.system data streams don't explicitly map message as a text field, so it gets mapped as a keyword due to dynamic_templates:

"dynamic_templates": [
    {
      "strings_as_keyword": {
        "mapping": {
          "ignore_above": 1024,
          "type": "keyword"
        },
        "match_mapping_type": "string"
      }
    }
  ]

Other System integration data streams do map message as a text field, which ultimately results in a mapping conflict for the logs-* Kibana index pattern.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working, use only for issues

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions