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 d4538df commit 080cefeCopy full SHA for 080cefe
docs/reference/ingest/ingest-node.asciidoc
@@ -1341,7 +1341,7 @@ Here is an example of a pipeline specifying custom pattern definitions:
1341
{
1342
"grok": {
1343
"field": "message",
1344
- "patterns": ["my %{FAVORITE_DOG:dog} is colored %{RGB:color}"]
+ "patterns": ["my %{FAVORITE_DOG:dog} is colored %{RGB:color}"],
1345
"pattern_definitions" : {
1346
"FAVORITE_DOG" : "beagle",
1347
"RGB" : "RED|GREEN|BLUE"
0 commit comments