Skip to content

Commit 080cefe

Browse files
rzmfromseygeek
authored andcommitted
Fix missing comma in ingest-node.asciidoc (#29343)
1 parent d4538df commit 080cefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ingest/ingest-node.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ Here is an example of a pipeline specifying custom pattern definitions:
13411341
{
13421342
"grok": {
13431343
"field": "message",
1344-
"patterns": ["my %{FAVORITE_DOG:dog} is colored %{RGB:color}"]
1344+
"patterns": ["my %{FAVORITE_DOG:dog} is colored %{RGB:color}"],
13451345
"pattern_definitions" : {
13461346
"FAVORITE_DOG" : "beagle",
13471347
"RGB" : "RED|GREEN|BLUE"

0 commit comments

Comments
 (0)