mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 08:59:09 +00:00
[DOCS] EQL: Fix whitespace in EQL snippet
This commit is contained in:
parent
f6d2688de2
commit
cc12361a82
@ -279,7 +279,7 @@ prior one.
|
||||
GET /sec_logs/_eql/search
|
||||
{
|
||||
"query": """
|
||||
sequence by agent.id
|
||||
sequence by agent.id
|
||||
[ file where file.name == "cmd.exe" ]
|
||||
[ process where stringContains(process.name, "regsvr32") ]
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user