Skip to content

Commit b1807c9

Browse files
committed
[DOCS] Fix EQL search API example
1 parent 443dc60 commit b1807c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/eql/eql-search-api.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ event.
1919
GET /my-index-000001/_eql/search
2020
{
2121
"query": """
22-
process where process.name = "regsvr32.exe"
22+
process where process.name == "regsvr32.exe"
2323
"""
2424
}
2525
----

0 commit comments

Comments
 (0)