Skip to content

Commit b033611

Browse files
authored
[DOCS] Fix Gsub processor snippet (#61720)
1 parent e068a0b commit b033611

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)