I need the common RE for representing the below values
Invoice_IID: 00000000-4164-1638-e168-ffff08d24460
Invoice_IID 00000000-4164-1638-e168-ffff08d24460
invoice iid 00000000-4164-1638-074f-ffff08d24461
<invoice iid="00000000-4164-1638-074f-ffff08d24461"
<invoice iid="00000000-4164-1638-074f-ffff08d24461"
<parent_invoice iid="00000000-4164-1638-074f-ffff08d24461"
I am trying with the below configuration with my grok debugger like
http://grokconstructor.appspot.com/do/match#result
grok {
match => { "msg" => "[iI]no*voice[_," "][iI][iI][dD]:? %{UUID:InvoiceIID}" }
}
I need the common support for all types of content in one Regular Expression
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…