Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Automatic Import] Fix Structured log template to use single quotes (e…
…lastic#209736) ## Release Note Fix Structured log template to use single quotes ### Summary Currently with a single backslash as escape character the template is setting up a double quote surrounding it and it causes YAML Exception ``` 1 | - kv: 2 | field: message 3 | field_split: "\|" --------------------------^ YAMLException: unknown escape sequence (3:22) ``` This PR fixes to use single quotes to not break YAML parsing.
- Loading branch information