[DOCS] Fix EQL search API example
This commit is contained in:
parent
56fbfabeda
commit
7b2010de81
|
@ -19,7 +19,7 @@ event.
|
||||||
GET /my-index-000001/_eql/search
|
GET /my-index-000001/_eql/search
|
||||||
{
|
{
|
||||||
"query": """
|
"query": """
|
||||||
process where process.name = "regsvr32.exe"
|
process where process.name == "regsvr32.exe"
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue