mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
- fix spacing
This commit is contained in:
parent
bd76121b10
commit
501ff5b799
1 changed files with 7 additions and 7 deletions
|
@ -129,13 +129,13 @@ nested if you need that.
|
|||
|
||||
The syntax is follows:
|
||||
|
||||
if EXPRESSION {
|
||||
...
|
||||
} else if EXPRESSION {
|
||||
...
|
||||
} else {
|
||||
...
|
||||
}
|
||||
if EXPRESSION {
|
||||
...
|
||||
} else if EXPRESSION {
|
||||
...
|
||||
} else {
|
||||
...
|
||||
}
|
||||
|
||||
What's an expression? Comparison tests, boolean logic, etc!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue