Skip to content

Better default mappings for logs #88777

@felixbarny

Description

@felixbarny

There are several pitfalls when using the default mappings for logs (the logs-*-* index template):

  • Data loss
    • Mapping issues due to object vs scalar conflicts ("host": "foo", "host.name": "foo")
    • Mapping issues due to conflicting types ("foo": 42, "foo": "bar")
    • Mapping explosions
  • Ingestion and disk overhead because all fields are indexed by default, even for fields that are never or rarely searched by (for example process.argv)

Metadata

Metadata

Assignees

Labels

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