Просмотр исходного кода

[DOCS] EQL: Use consistent string notation (#62472)

James Rodewig 5 лет назад
Родитель
Сommit
86a0f15733
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/reference/eql/detect-threats-with-eql.asciidoc

+ 2 - 2
docs/reference/eql/detect-threats-with-eql.asciidoc

@@ -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]
   """
 }