Fix missing comma in ingest-node.asciidoc (#29343)
This commit is contained in:
parent
d4538df893
commit
080cefec73
|
@ -1341,7 +1341,7 @@ Here is an example of a pipeline specifying custom pattern definitions:
|
|||
{
|
||||
"grok": {
|
||||
"field": "message",
|
||||
"patterns": ["my %{FAVORITE_DOG:dog} is colored %{RGB:color}"]
|
||||
"patterns": ["my %{FAVORITE_DOG:dog} is colored %{RGB:color}"],
|
||||
"pattern_definitions" : {
|
||||
"FAVORITE_DOG" : "beagle",
|
||||
"RGB" : "RED|GREEN|BLUE"
|
||||
|
|
Loading…
Reference in New Issue