Make 'conditionals' an anchor

This commit is contained in:
Jordan Sissel 2013-08-26 22:04:51 -07:00
parent 8db7dcc86f
commit 3cc588b540

View file

@ -118,7 +118,7 @@ The key and value are simply pairs, such as:
match => { "field1" => "value1", "field2" => "value2", ... } match => { "field1" => "value1", "field2" => "value2", ... }
## Conditionals ## <a name="conditionals"></a>Conditionals
Sometimes you only want a filter or output to process an even under Sometimes you only want a filter or output to process an even under
certain conditions. For that, you'll want to use a conditional! certain conditions. For that, you'll want to use a conditional!