[DOCS] Fix Gsub processor snippet (#61720) (#61723)

This commit is contained in:
James Rodewig 2020-08-31 10:43:26 -04:00 committed by GitHub
parent 43cb7c48bd
commit ccbe2938c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ include::common-options.asciidoc[]
{
"gsub": {
"field": "field1",
"pattern": "\.",
"pattern": "\\.",
"replacement": "-"
}
}