Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Generate Log Report for Given Date Ranges
How to Generate Log Report for Given Date Ranges with GoAccess?
✍: FYIcenter.com
GoAccess does not have any functionality to limit Log Report for Given Date Ranges.
To Generate Log Report for Given Date Ranges, you need to filter out log files with other command line tools, like "grep" and "sed". Here are some examples:
1. Generate Log Report for the last month:
$ date '+\/%b\/%Y' -d '1 month ago' \/Nov\/2022 grep $(date '+\/%b\/%Y' -d '1 month ago') access_log | goaccess -o log-report.html -
2. Generate Log Report for last 7 days:
$ date '+%d\/%b\/%Y' -d '1 week ago' 04\/Nov\/2022 sed -n '/'$(date '+%d\/%b\/%Y' -d '1 week ago')'/,$ p' access_log | goaccess -o log-report.html -
3. Generate Log Report for a given date range:
sed -n '/5\/Nov\/2022/,/5\/Dec\/2022/ p' access_log | goaccess -o log-report.html -
2022-12-12, 1216🔥, 0💬
Popular Posts:
I have an Apple iPad Air Model MD788C/A. Is it good? Yes. Apple iPad Air Model MD788C/A is a very go...
How to insert a dynamic field code manually in Microsoft Word? I know how the field code works. If y...
What are Mozilla Firefox 2 add-ons? Mozilla Firefox 2 add-ons extend the browser functionalities. So...
How to Uninstall Skype Meetings App on Windows? I don't need it anymore. You can following this tuto...
How to login to outlook.office365.com with a Browser? I have a company email account on Office365. I...