We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cb50f commit c43377cCopy full SHA for c43377c
docs/reference/ingest/processors/gsub.asciidoc
@@ -25,7 +25,7 @@ include::common-options.asciidoc[]
25
{
26
"gsub": {
27
"field": "field1",
28
- "pattern": "\.",
+ "pattern": "\\.",
29
"replacement": "-"
30
}
31
0 commit comments