Group: Forum Members
Posts: 1,
Visits: 4
|
I have the exact same situation and after working with the product for a few hours have not found a way to re-parse the column that has the JSON data in it.
The specific logs I'm needing to analyze are Windows Event Logs shipped by NXLog to a syslog-ng server, so each log entry is of the format: 2024-05-21T10:10:13-05:00 <user.info> 172.172.172.89 {"EventTime":"2024-05-21 10:10:13", ... other JSON data...}
Using the basic parser, I can get the full JSON data into a single column, but I'm unable to further process the data in that column using a parse message filter as the only options presented are automatic, pattern, regex, and data table.
Your product is exactly what I need right now, but there doesn't seem to be a way to get it to parse the logs in the way they're currently formatted. Any help would be greatly appreciated. 👍
|