Skip to content

Commit 3603a6c

Browse files
Minor edit to glob pattern
1 parent 8d2a46f commit 3603a6c

File tree

1 file changed

+1
-1
lines changed
  • docs/concepts/data-management/filtering

1 file changed

+1
-1
lines changed

docs/concepts/data-management/filtering/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To use inbound data filters for log messages, keep the following in mind:
168168

169169
### Glob Matching
170170

171-
The error messages and releases filters use glob patterns. Globs are case insensitive and allow you to specify wildcards to match variable input. For example, `*panic*` matches any error that contains the words "panic", "PANIC" or "PaNiC".
171+
The error messages, log messages and releases filters use glob patterns. Globs are case insensitive and allow you to specify wildcards to match variable input. For example, `*panic*` matches any error that contains the words "panic", "PANIC" or "PaNiC".
172172

173173
Some symbols, such as the `*` character, receive special meaning as meta characters. To match a literal asterisk, escape it with a backslash: `\*`. Inbound data filters use the following meta characters:
174174

0 commit comments

Comments
 (0)