mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- use a format example
This commit is contained in:
parent
003a680d78
commit
073523a7d4
1 changed files with 1 additions and 1 deletions
|
@ -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}"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue