Skip to content

Commit

Permalink
Fix autodiscover appenders example indentation (elastic#7845)
Browse files Browse the repository at this point in the history
  • Loading branch information
exekias authored and dedemorton committed Aug 8, 2018
1 parent 313fdeb commit 4220c44
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions libbeat/docs/shared-autodiscover.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ metricbeat.autodiscover:
- type: kubernetes
templates:
...
appenders:
- type: config
condition.equals:
kubernetes.labels.app: "prometheus"
config:
fields:
type: monitoring
appenders:
- type: config
condition.equals:
kubernetes.namespace: "prometheus"
config:
fields:
type: monitoring
-------------------------------------------------------------------------------------

0 comments on commit 4220c44

Please sign in to comment.