Skip to content

Commit 972c2c3

Browse files
committed
Fix
1 parent bada848 commit 972c2c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/ingest-common/src/main/java/org/elasticsearch/ingest/common/GrokProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public IngestDocument execute(IngestDocument ingestDocument) throws Exception {
7575

7676
Map<String, Object> matches = grok.captures(fieldValue);
7777
if (matches == null) {
78-
logger.warn(">[{}] Grok expressions do not match field value: [{}][{}]", tag, matchField, fieldValue);
7978
throw new IllegalArgumentException("Provided Grok expressions do not match field value: [" + fieldValue + "]");
8079
}
8180

0 commit comments

Comments
 (0)