2 weeks ago
How do I create a log parser for log files that are in JSON format?
All the resources I've seen and the Log Parser Tool seem to only deal with syslog style logs where the whole message is on a single line however the event source I need a parser for pulls the log files in a JSON format and I don't know how to deal with that.
a week ago
Can anyone help me here?