Skip to content

Commit

Permalink
Correct kind of regex filter example
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenRSmith authored and untergeek committed Jul 11, 2017
1 parent 15a4f04 commit ab8c613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/asciidoc/inc_kinds.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ To match all indices _except_ those ending with `a-`, `b-`, or `c-`:
[source,yaml]
-------------
- filtertype: pattern
kind: prefix
kind: regex
value: '^a-|^b-|^c-'
exclude: True
-------------

0 comments on commit ab8c613

Please sign in to comment.