hello i am facing a problem to parse the log file and include the data into DATA field. The first grok parser with type DATA is not working where as the type GREEDYDATA is working, can any one help me out here
[2018-08-21T07:37:43,945Z] [simpleMessageListenerContainer-23] DEBUG com.wiley.wpng.outcome.BasicLTIOutcomeTranslator - [] IMSPOX Request: id=3090ef78-b687-4b6a-b75c-0f80b9c98fe5
\[%{TIMESTAMP_ISO8601:time}\] \[%{DATA:thread}\] %{LOGLEVEL:level} %{DATA:service} \- \[\] %{DATA:status}: (?:id=)?%{DATA:msg}
\[%{TIMESTAMP_ISO8601:time}\] \[%{DATA:thread}\] %{LOGLEVEL:level} %{DATA:service} \- \[\] %{DATA:status}: (?:id=)?%{GREEDYDATA:msg}