From 3cc588b540cbdd0accdfdb05d1842d6bfdf830ff Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Mon, 26 Aug 2013 22:04:51 -0700 Subject: [PATCH] Make 'conditionals' an anchor --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 90f555ecb..9edc80a6f 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -118,7 +118,7 @@ The key and value are simply pairs, such as: match => { "field1" => "value1", "field2" => "value2", ... } -## Conditionals +## Conditionals Sometimes you only want a filter or output to process an even under certain conditions. For that, you'll want to use a conditional!