I currently have a log statement which has a custom delimiter: `{|}`
Where an example log statement would look like:
Oct-13 12:17:13 | INFO| [Logger:152] Message{|}Activity1{|}userDeletedProfile{|}John Smith{|}Smith Securities{|}Test1{|}5512{|}324166{|}552341{|}260
However, when I try to conduct a field extraction where `DELIMS = "{|}"`, the fields aren't being extracted properly. However, testing the above log statement in another application that is capable of delimiting yields successful results.
↧