309 shaares
162 liens privés
162 liens privés
1 résultat
taggé
parser
kubectl logs -f api-xxxxxxxx | lnav
Excellent log parser, featureful, very readable, very intuitive with great filter features...
A must have.
One can even do some requests on a log :
SELECT c_ip, count(*), sum(sc_bytes) AS total FROM access_log
GROUP BY c_ip ORDER BY total DESC;
Although I did not try this feature yet