We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443dc60 commit b1807c9Copy full SHA for b1807c9
docs/reference/eql/eql-search-api.asciidoc
@@ -19,7 +19,7 @@ event.
19
GET /my-index-000001/_eql/search
20
{
21
"query": """
22
- process where process.name = "regsvr32.exe"
+ process where process.name == "regsvr32.exe"
23
"""
24
}
25
----
0 commit comments