< 1 2   ∑:44  Sort:Date

Test GoAccess WebSocket Server
How to Test GoAccess WebSocket Server? If you are running GoAccess real-time log report using its WebSocket server, you can use these steps to test it. 1. Run GoAccess as a WebSocket server as shown in the last tutorial: $ sudo goaccess /var/log/httpd/access_log -o /var/www/html/report.html --real-t...
2022-12-12, 364🔥, 0💬

Non-Root Access to Apache Web Server Log Files
How to provide Non-Root Access to Apache Web Server Log Files? By default, Apache Web Server Log Files are restricted to root user only. If you want to run GoAccess as a non-root user to access them you can follow these examples: 1. Check the current permissions on Apache Web Server Log Files: fyice...
2022-12-23, 351🔥, 0💬

REQUESTED FILES - Most Requested Files
What Is REQUESTED FILES Panel in GoAccess report? REQUESTED FILES Panel in GoAccess report displays requested static files, such as: JPG, CSS, SWF, JS, GIF, and PNG file types, along with the same metrics as the last panel. Additional static files can be added to the configuration file. Here is an e...
2023-02-19, 348🔥, 0💬

Installing for GoAccess
Where to find answers to frequently asked questions on Installing GoAccess? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Installing GoAccess: What Is GoAccess Install GoAccess on Fedora/CentOS View Report from Apache Log File Generate Static HTML O...
2023-03-07, 347🔥, 0💬

Generate Log Report for Given Date Ranges
How to Generate Log Report for Given Date Ranges with GoAccess? 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 examp...
2022-12-12, 347🔥, 0💬

Persist Processed Log Data to File
How to Persist Processed Log Data to File? If you want to Persist Processed Log Data to File, you can follow these steps: 1. Create a new directory to store processed log data: fyicenter$ sudo mkdir /var/log/goaccess 2. Run "goaccess" with "--persist" and "--db-path" options for the first log file: ...
2022-12-23, 338🔥, 0💬

Generate CSV Report from Apache Log File
How to Generate CSV Report from Apache Log File? If you want to Generate CSV Reports from an Apache Web server log file, you can follow these steps: 1. Set the output file with an .csv extension: fyicenter$ goaccess access_log -o report.csv fyicenter$ more report.csv "0",,"general",,,,,,,,"2022-12 -0...
2023-01-06, 330🔥, 0💬

Restore Processed Log Data from File
How to Restore Processed Log Data from File? If you want to Restore Processed Log Data from File, you can follow these examples: 1. Run "goaccess" with "--restore" and "--db-path" options without any new log files: fyicenter$ sudo goaccess -o report.html --restore --db-path=/var/log/goaccess 2. Run ...
2022-12-23, 329🔥, 0💬

REFERRING SITES - Google or Bing
What Is REFERRING SITES Panel in GoAccess report? REFERRING SITES Panel in GoAccess report displays only the host part but not the whole referring URL. The URL where the request came from. Here is an example of REFERRING SITES Panel in GoAccess report: GoAccess Report - Referring Sites     ⇒ HTTP S...
2023-01-29, 328🔥, 0💬

Customizing GoAccess
Where to find answers to frequently asked questions on Customizing GoAccess? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Customizing GoAccess: "No time format was found on your conf file" Error Generate CSV Report from Apache Log File Generate JSO...
2023-01-06, 326🔥, 0💬

GoAccess Report Settings
How to use GoAccess Report Settings? GoAccess Report Settings allows you to change the look and feel all display panels in the report. Report settings are accessible through the "Settings" icon on the left bar: THEME ( ) DARK GRAY (x) BRIGHT ( ) DARK BLUE ( ) DARK PURPLE PANELS ITEMS PER PAGE ( ) 3 ...
2023-01-29, 324🔥, 0💬

HTTP STATUS CODES - 200 or 404
What Is HTTP STATUS CODES Panel in GoAccess report? HTTP STATUS CODES Panel in GoAccess report displays values of the numeric status code to HTTP requests. Here is an example of HTTP STATUS CODES Panel in GoAccess report: GoAccess Report - HTTP Status Codes     ⇒ GEO LOCATION - 200 or 404 ⇐ REFERRI...
2023-01-29, 318🔥, 0💬

How GoAccess Real-Time Report Works
How does GoAccess Real-Time Report Work? GoAccess Real-Time Report is designed to use a WebSocket server and JavaScript client code to get updates from log files as shown in the following diagram: GoAccess Real Time Report Architecture Here are the steps you should follow to set up GoAccess Real Tim...
2022-12-12, 317🔥, 0💬

Generate Log Report for Given Document Paths
How to Generate Log Report for Given Document Paths with GoAccess? GoAccess does not have any functionality to limit Log Report for given document paths. To Generate Log Report for given document paths, you need to filter out log files with other command line tools, like "grep" and "sed". Here are s...
2022-12-12, 309🔥, 0💬

Generate JSON Report from Apache Log File
How to Generate JSON Report from Apache Log File? If you want to Generate JSON Reports from an Apache Web server log file, you can follow these steps: 1. Set the output file with a .json extension: fyicenter$ goaccess access_log -o report.json fyicenter$ python -m json.tool report.json | more { "gen...
2023-01-06, 305🔥, 0💬

BROWSERS - Crawler or Chrome
What Is BROWSERS Panel in GoAccess report? BROWSERS Panel in GoAccess report displays which browser the host used when it hit the server. It attempts to provide the most specific version of each browser. Here is an example of BROWSERS Panel in GoAccess report: GoAccess Report - Client Browsers     ...
2023-01-29, 302🔥, 0💬

NOT FOUND URLS - Pages Not Found
What Is NOT FOUND URLS Panel in GoAccess report? NOT FOUND URLS Panel in GoAccess report displays requests that were not found on the server, or commonly known as 404 status code. Here is an example of NOT FOUND URLS Panel in GoAccess report: GoAccess Report - Pages Not Found     ⇒ VISITOR HOSTNAME...
2023-02-19, 295🔥, 0💬

Generate Report from Multiple Log Files
How to Generate Reports from Multiple Log Files? There are several ways to Generate Reports from Multiple Log Files: 1. Specify multiple log files explicitly: fyicenter$ goaccess access_log-20221121 access_log-20221127 -o report.html 2. Specify multiple log files using wildcards: fyicenter$ goaccess...
2022-12-23, 295🔥, 0💬

Running GoAccess Report in Real-Time Mode
Where to find answers to frequently asked questions on Running GoAccess Report in Real-Time Mode? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Running GoAccess Report in Real-Time Mode: How GoAccess Real-Time Report Works Test GoAccess WebSocket Se...
2022-12-12, 292🔥, 0💬

GEO LOCATION - 200 or 404
What Is GEO LOCATION Panel in GoAccess report? GEO LOCATION Panel in GoAccess report displays Geo Locations of visitors where an IP address is geographically located. Statistics are broken down by continent and country. It needs to be compiled with GeoLocation support. Here is an example of GEO LOCA...
2023-01-29, 263🔥, 0💬

< 1 2   ∑:44  Sort:Date