Skip to content

Commit 1596978

Browse files
authored
Fixing syntax for _any operator (#5403)
1 parent 3c280ca commit 1596978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apm/traces/search-query-language-support-for-traces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A Keyword Search Expression defines the scope of data for the query. You need to
3939

4040
In scenarios where users are not familiar with the schema and would like to search across all the fields, `_any` modifier provides a means to search for a specified value from all of the Ingest Time Fields in your data. For example, to search for data with any field that has a value of success you would put `_any=success` in the scope of your query.
4141

42-
Syntax: `_any<value>`
42+
Syntax: `_any=<value>`
4343

4444
The `_any` option is not supported outside of the scope of a query. This is supported for the Security and Tracing tiers.
4545

0 commit comments

Comments
 (0)