I'm looking into log analysis tools such as Splunk and elasticsearch/logstash. I modified my logback configuration so that it outputs all log as JSON, which can be routed to Splunk/logstash.

I have lots (GBs) of existing log files that I'd like to analyze. These files are in plain text. Anyone that knows of tools that can take a log file and the log pattern it is created with and use that to convert the log file to JSON?

没有正确的解决方案

其他提示

I think Logstash&elasticsearch are most suitable for you. Elasticsearch outputs the logs as JSON format.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top