Ask HN: Log analysis tools for 1-2 MB logfiles?
I'm looking for a tool for small-scale log analysis - the log files are fairly small, most are around 1-2 MB.
For large-scale log analysis, I'm used to things like Graylog2, Kibana, Grafana etc.
However, these all seem like overkill for this scale.
A simple local tool, with either a interactive command-line interface, or that produced a self-contianed webpage output would be nice.
Lnav is the only one I can find so far, which kind of does it - but are there any others?
If we were to try to roll our own, are there any web UI toolkits that would make designing something like Kibana or Graylog2 interface-wise easier?
7 comments
[ 4.3 ms ] story [ 28.8 ms ] threadPart of the application handles two-way syncing of files - so we want to say, trace the events as they come in from each direction, over the lifetime of a synced file.
Splunk is free for up to 500mb of import a day. It has a web interface and I use it to analyze web log files and other log files. I used the free one for a while and then went to paid because of my daily imports were occasionally >500MB.
I like it for my needs.
However, at the other end, I need a way to present it, and allow users to filter it, or select objects to trace - basically, if I could replicate something like Splunk or Kibana, either at the console or via a WebUI - I didn't know if there are UI frameworks/components out there that provided similar controls.
You can create interactive plots and webapps without writing javascript.