Elasticsearch: Stop escaping backslash in regex adhoc filter (#94577)
This commit is contained in:
@@ -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"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user