mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[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
|
||||
{
|
||||
"query": """
|
||||
process where process.name = "regsvr32.exe"
|
||||
process where process.name == "regsvr32.exe"
|
||||
"""
|
||||
}
|
||||
----
|
||||
|
Loading…
x
Reference in New Issue
Block a user