Hi All,
I have two events as below. In both the events, data format is different. We can observe extra "/" from few events. How to capture the logEntryType from both of them by using rex command ?
,\"logEntryType\":\"SUMMARY\", ,"logEntryType":"Detail",
Field Name should be "logEntryType" and values should be "SUMMARY" and "Detail".
... View more