Logstash 翻译过滤器外部字典中的正则表达式

Logstash 翻译过滤器外部字典中的正则表达式,logstash,elastic-stack,logstash-configuration,Logstash,Elastic Stack,Logstash Configuration,下面是我的yml字典的示例: 'Rejected': onewordstatus '^Send to some module': twoword status '^Image converted': twoword status 'Something': two wordstatus 'Error - input Source = 'F' or 'E'': status2 <== single quotes are part of regex '^[a-z;A-Z]* Module Do

下面是我的yml字典的示例:

'Rejected': onewordstatus
'^Send to some module': twoword status
'^Image converted': twoword status
'Something': two wordstatus 
'Error - input Source = 'F' or 'E'': status2 <== single quotes are part of regex
'^[a-z;A-Z]* Module Done$': status3
“已拒绝”:onewordstatus
“^Send to some module”:双字状态
“^Image已转换”:双字状态
“某物”:两个字的状态
'错误-输入源='F'或'E':状态2