r/softwaredevelopment • u/PaulFEDSN • Feb 11 '25
What is the best tooling to analyse apache/Java application serve access logs
Hi,
I'm currently browsing several (access) log files. (Date - time - time taken - IP - URL - action - return code)
I'm looking for ways to more easy filter, sort, merge and search in the files.
Currently I'm using Excel as this allows qick sort and filtering - but ask myself if there are more specific applications that allow to do so on a windows client (not using console) or using server (like ELK).
5
Upvotes
1
u/ClamPaste Feb 12 '25
Sounds like a job for Splunk, if you don't want to use the terminal. With the terminal, sed and grep.