I have a text with [INFO or ERROR or Warn] concatenated with few other texts, which i am able to get under greedy data, But I want to split those Log Level values under new field.
Sample Text: 2016 Apr 26 15:44:40:603 GMT +0530 BW.Service-1-Service Info [BW-User] - Job-8309-2 [Logger/LogToLocal.process/Log]: Processed Service_01 with BusinessObjectId:1111 and ConversationId:11111 and MessageId:1111
If reg ex is the solution, kindly suggest with example.
Help or suggestion would be very helpful.