We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0facf61 commit 827b7f4Copy full SHA for 827b7f4
logprep/processor/grokker/processor.py
@@ -65,7 +65,6 @@ class Config(FieldManager.Config):
65
"""
66
67
def _apply_rules(self, event: dict, rule: GrokkerRule):
68
- conflicting_fields = []
69
matches = []
70
source_values = []
71
for dotted_field, grok in rule.actions.items():
0 commit comments