A
A
AnotherAnkor2018-09-18 12:56:34
System administration
AnotherAnkor, 2018-09-18 12:56:34

A tool for analyzing logs after the fact?

Colleagues.
I need to analyze several gigs of logs from different systems.
How could this be done quickly and for free? I would like to make a selection of errors of the same type and display them in the form of graphs in order to demonstrate them in the future.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
key don, 2018-09-18
@keydon2

A few gigs is not much, grep is enough to get lines with errors.
Through awk, get the necessary data (times and dates?) And drive it into any chart (gnuplot for example).

R
Roman Mirilaczvili, 2018-09-18
@2ord

I use a combination of grep, awk, q , gnuplot.
There is also Logparser for Windows.

R
Ruslan Fedoseev, 2018-09-19
@martin74ua

ELK?
graylog?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question