Failed to add condition to grok processor

Hello,
I was trying to add a condition to grok processor based on 'log.file.path' index if the path contains 'Message Tracking' execute the processor if not exit
but it always showing Unable to create Pipeline
condition
image
Error Message

try ctx.log.file.path =~ /Message Tracking/ and see if that works..

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.