Elasticsearch: Stop escaping backslash in regex adhoc filter (#94577)

This commit is contained in:
Isabella Siu
2024-11-01 11:06:13 -04:00
committed by GitHub
parent 0eb7b755e2
commit 5f4944117c
3 changed files with 15 additions and 5 deletions
+2 -1
View File
@@ -150,7 +150,8 @@ function getRandomLogItem(counter, timestamp) {
value: counter,
metric: chooseRandomElement(['cpu', 'memory', 'latency']),
description: "this is description",
slash: "Access to the path '\\\\tkasnpo\\KASNPO\\Files\\contacts.xml' is denied."
slash: "Access to the path '\\\\tkasnpo\\KASNPO\\Files\\contacts.xml' is denied.",
url: "/foo/blah"
};
}