mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
parent
2f1b7b4d5e
commit
c72b7faba4
1 changed files with 1 additions and 1 deletions
2
docs/static/configuration.asciidoc
vendored
2
docs/static/configuration.asciidoc
vendored
|
@ -450,7 +450,7 @@ doesn't exist versus a field that's simply false. The expression `if [foo]` retu
|
|||
|
||||
* `[foo]` doesn't exist in the event,
|
||||
* `[foo]` exists in the event, but is false, or
|
||||
* `[foo]` exists in the event, but is nil
|
||||
* `[foo]` exists in the event, but is null
|
||||
|
||||
For more complex examples, see <<using-conditionals, Using Conditionals>>.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue