[DOCS] Fix EQL search API example

This commit is contained in:
James Rodewig 2020-09-22 12:09:38 -04:00
parent 56fbfabeda
commit 7b2010de81
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ event.
GET /my-index-000001/_eql/search
{
"query": """
process where process.name = "regsvr32.exe"
process where process.name == "regsvr32.exe"
"""
}
----