Skip to content

Commit

Permalink
Fix typo in docs (#6386)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishak87 authored and exekias committed Feb 15, 2018
1 parent b22a55e commit 8719ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filebeat/docs/autodiscover-kubernetes-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filebeat.autodiscover:
config:
- type: docker
containers.ids:
- "${data.docker.container.id}"
- "${data.kubernetes.container.id}"
exclude_lines: ["^\\s+[\\-`('.|_]"] # drop asciiart lines
-------------------------------------------------------------------------------------
Expand All @@ -36,5 +36,5 @@ filebeat.autodiscover:
prospector:
type: docker
containers.ids:
- "${data.docker.container.id}"
- "${data.kubernetes.container.id}"
-------------------------------------------------------------------------------------

0 comments on commit 8719ad4

Please sign in to comment.