Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fekete authored and Robert Fekete committed Sep 17, 2024
1 parent 03a1ba8 commit a166549
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/filterx/filterx-comparing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ In {{% param "product.abbrev" %}} you can compare macro values, templates, and v

Use the following syntax to compare macro values or templates.

```shell
filterx {
"<macro-or-variable-or-expression>" operator "<macro-or-variable-or-expression>";
};
```

## String and numerical comparison

Expand Down Expand Up @@ -63,7 +65,8 @@ filterx {${LEVEL} != "emerg"; };

The following example selects messages with priority level higher than 5.

```shellfilterx {
```shell
filterx {
${LEVEL_NUM} > 5;
};
```
Expand Down

0 comments on commit a166549

Please sign in to comment.