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:
Turn On/Off Report Panels
How to Turn On/Off Panels in GoAccess Reports?
✍: FYIcenter.com
There are 2 ways to turn on or turn off display panels in GoAccess Reports:
1. Using "--ignore-panel" options in command line. You can turn off display panels by specifying panel code names in "--ignore-panel" options. For example:
--ignore-panel=VISITORS --ignore-panel=REQUESTS --ignore-panel=REQUESTS_STATIC --ignore-panel=NOT_FOUND --ignore-panel=HOSTS --ignore-panel=OS --ignore-panel=BROWSERS --ignore-panel=VISIT_TIMES --ignore-panel=VIRTUAL_HOSTS --ignore-panel=REFERRERS --ignore-panel=REFERRING_SITES --ignore-panel=KEYPHRASES --ignore-panel=STATUS_CODES --ignore-panel=REMOTE_USER --ignore-panel=CACHE_STATUS --ignore-panel=GEO_LOCATION --ignore-panel=MIME_TYPE --ignore-panel=TLS_TYPE
2. Using "ignore-panel" settings in configuration file. You can turn off display panels by specifying panel code names in "ignore-panel" options. For example:
sudo vi /etc/goaccess/goaccess.conf ... ignore-panel VISITORS ignore-panel REQUESTS ignore-panel REQUESTS_STATIC ignore-panel NOT_FOUND ignore-panel HOSTS ignore-panel OS ignore-panel BROWSERS ignore-panel VISIT_TIMES ignore-panel VIRTUAL_HOSTS ignore-panel REFERRERS ignore-panel REFERRING_SITES ignore-panel KEYPHRASES ignore-panel STATUS_CODES ignore-panel REMOTE_USER ignore-panel CACHE_STATUS ignore-panel GEO_LOCATION ignore-panel MIME_TYPE ignore-panel TLS_TYPE
⇒ Generate Log Report for Given Date Ranges
2022-12-23, 1162🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions on Microsoft Skype? I want to know how to know h...
How to login to outlook.office365.com with a Browser? I have a company email account on Office365. I...
What is the difference between a Web page and a filtered Web page? Word supports 2 Web page formats:...
What is "Microsoft SharePoint Server Colleague Import Add-in" COM Add-in in Outlook 2013? Should I d...
How do I know what cookies a Website is sending to Mozilla Firefox 2.0? When you are visiting a Webs...