Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ string, for example, on myhost-1, myhost-2, and so on.
filter f_wildcard {host("myhost*" type(glob));};
```

For details on using regular expressions in {{ site.product.short_name }}, see Using
wildcards, special characters, and regular expressions in filters.

To filter for special control characters like the carriage return (CR),
use the **\\r** escape prefix in {{ site.product.short_name }} version 3.0 and 3.1. In
{{ site.product.short_name }} 3.2 and later, you can also use the \\x escape prefix and
Expand Down