Skip to content

Commit

Permalink
Update logs-threshold-alert.asciidoc (#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Apr 18, 2024
1 parent 1a8b12b commit 62e8e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/observability/logs-threshold-alert.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The comparators available for conditions depend on the chosen field. The combina
* Aggregatable fields: *is* or *is not*.
* Non-aggregatable fields: *matches*, *does not match*, *matches phrase*, *does not match phrase*.
** *Matches* queries some or all of the contents of your entered value regardless of order. For example, `WITH message MATCHES your example message` looks for messages containing the words `your` and `example` and `message` and returns results with some or all of those words.
** *Matches phrase* queries the exact contents of your entered value. For example, `WITH message MATCHES your example message` looks for the phrase `your example message` and returns results with that exact phrase.
** *Matches phrase* queries the exact contents of your entered value. For example, `WITH message MATCHES PHRASE your example message` looks for the phrase `your example message` and returns results with that exact phrase.

There are several key supported use cases. You can create rules based on fields containing or matching a text pattern,
rules based on a numeric field and arithmetic operator, or a single rule with multiple conditions.
Expand Down

0 comments on commit 62e8e51

Please sign in to comment.