高级用法

编辑

追加器

编辑

追加器允许用户追加已使用模板或构建器构建的配置。可以配置追加器仅在满足所需条件时应用。应用的配置类型对于每个追加器都是特定的。

配置
编辑

配置追加器可以在模板或构建器生成的配置之上应用配置。每当匹配提供的条件时,就会应用配置。如果没有提供条件,则始终应用配置。

metricbeat.autodiscover:
  providers:
    - type: kubernetes
      templates:
        ...
      appenders:
        - type: config
          condition.equals:
            kubernetes.namespace: "prometheus"
          config:
            fields:
              type: monitoring