Skip to content

Commit c43377c

Browse files
authored
[DOCS] Fix Gsub processor snippet (#61720) (#61724)
1 parent 21cb50f commit c43377c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ingest/processors/gsub.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include::common-options.asciidoc[]
2525
{
2626
"gsub": {
2727
"field": "field1",
28-
"pattern": "\.",
28+
"pattern": "\\.",
2929
"replacement": "-"
3030
}
3131
}

0 commit comments

Comments
 (0)