[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
|
GET /sec_logs/_eql/search
|
||||||
{
|
{
|
||||||
"query": """
|
"query": """
|
||||||
sequence by agent.id
|
sequence by agent.id
|
||||||
[ file where file.name == "cmd.exe" ]
|
[ file where file.name == "cmd.exe" ]
|
||||||
[ process where stringContains(process.name, "regsvr32") ]
|
[ process where stringContains(process.name, "regsvr32") ]
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue