Skip to content

Commit

Permalink
[DOCS] EQL: Fix whitespace in EQL snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed May 19, 2020
1 parent 59fa4cc commit 8a086ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/eql/search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,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") ]
"""
Expand Down

0 comments on commit 8a086ba

Please sign in to comment.