Skip to content

Commit

Permalink
trigger() group option example (#146)
Browse files Browse the repository at this point in the history
 Added example for trigger option in grouping-by parser description .

Signed-off-by: Zsolt Gyulai (zgyulai) <[email protected]>
  • Loading branch information
zsoltgyulai94 authored Oct 21, 2024
2 parents 7d21e54 + 8e75e7d commit a5ab0d4
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,15 @@ sends the triggered message (specified in the
aggregate(), and clears the
context.

### Example: Configuring trigger() with a 100 message context length

```config
parser p_grouping-by {grouping-by(
...
trigger("$(context-length)" > "100")
);};
```

## where()

*Description:* Specifies a filter condition. Messages not matching the
Expand Down

0 comments on commit a5ab0d4

Please sign in to comment.