(no title)
wampwamp | 9 years ago
I would investigate the TICK stack (influxdb) before ELK. TICK is great for metrics that are not stored in log files. tail + awk should be enough for managing log files if you only have a few servers.
wampwamp | 9 years ago
I would investigate the TICK stack (influxdb) before ELK. TICK is great for metrics that are not stored in log files. tail + awk should be enough for managing log files if you only have a few servers.
BloodKnight9923|9 years ago
Thanks for the suggestion!