Skip to content

Commit

Permalink
[DOCS] EQL: Use consistent string notation (elastic#62472)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Sep 16, 2020
1 parent 0cfb3e9 commit 86a0f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/eql/detect-threats-with-eql.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ GET /my-index-000001/_eql/search
{
"query": """
sequence by process.pid
[process where process.name == 'regsvr32.exe']
[library where dll.name == 'scrobj.dll']
[process where process.name == "regsvr32.exe"]
[library where dll.name == "scrobj.dll"]
[network where true]
"""
}
Expand Down

0 comments on commit 86a0f15

Please sign in to comment.