- use a format example

This commit is contained in:
Jordan Sissel 2011-02-21 01:09:38 -08:00
parent 003a680d78
commit 073523a7d4

View file

@ -12,7 +12,7 @@ filter {
add_tag => "test_tag1"
add_tag => ["test_tag2", "test_tag3"]
add_field => ["grok_filtered", "true"]
add_field => ["test_key", "test_value"]
add_field => ["test_key", "the pid is %{pid}"]
}
}