Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 636 Bytes

kubernetes-default-indexers-matchers.asciidoc

File metadata and controls

14 lines (13 loc) · 636 Bytes

When add_kubernetes_metadata is used with {beatname_uc}, it uses the container indexer and the logs_path. So events whose path in log.file.path contains a reference to a container ID are enriched with metadata of the pod of this container.

This behaviour can be disabled by disabling default indexers and matchers in the configuration:

processors:
  - add_kubernetes_metadata:
      default_indexers.enabled: false
      default_matchers.enabled: false