trying to extract using this regular expression below
rex field=_raw "name\=\w+\s+(?<business_field>.*)"
I'm struggling to extract the from below text, i want to extract the bold part
Capabilities [{capabilityNodeId=http://127.0.0.1:5000, extra.executor.id={run.name= [FraudLogsCard] ATMX Logs Request/Extraction/Attach 2.1.3, task.uuid=c9999999-9999-49999-9999-99999999,
rex field=_raw "name\=\s+(?<business_field>[^,]+)"