< 1 2   ∑:44  Sort:Date

OVERALL ANALYZED REQUESTS - General Statistics
What Is OVERALL ANALYZED REQUESTS Panel in GoAccess report? OVERALL ANALYZED REQUESTS Panel in GoAccess report displays General Statistics, some of them are: number of valid and invalid requests, time taken to analyze the data set, unique visitors, requested files, static files (CSS, ICO, JPG, etc) ...
2023-02-28, ∼1477🔥, 0💬

View Report from Apache Log File
How to View Report from an Apache Web server log file? If you want to View Report from an Apache Web server log file, you can follow these steps: 1. Copy a sample log file from the Apache Web server: fyicenter$ sudo cp /var/log/httpd/access_log . 2. View report with default options: fyicenter$ goacc...
2023-03-07, ∼1474🔥, 0💬

Generate Static HTML Output from Apache Log File
How to Generate Static HTML Output from an Apache Web server log file? If you want to Generate Static HTML Output from an Apache Web server log file, you can follow these steps: 1. Copy a sample log file from the Apache Web server: fyicenter$ sudo cp /var/log/httpd/access_log . 2. Generate an HTML r...
2023-02-28, ∼1455🔥, 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, ∼1444🔥, 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, ∼1443🔥, 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, ∼1382🔥, 0💬

STATIC REQUESTS - Requested Static Files
What Is STATIC REQUESTS Panel in GoAccess report? STATIC REQUESTS Panel in GoAccess report displays the most highly requested (non-static) files on your web server. It shows hits, unique visitors, and percentage, along with the cumulative bandwidth, protocol, and the request method used. Here is an ...
2023-02-19, ∼1359🔥, 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, ∼1352🔥, 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, ∼1290🔥, 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, ∼1271🔥, 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, ∼1264🔥, 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, ∼1259🔥, 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, ∼1223🔥, 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, ∼1190🔥, 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, ∼1172🔥, 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, ∼1163🔥, 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, ∼1153🔥, 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, ∼1043🔥, 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, ∼1037🔥, 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, ∼1004🔥, 0💬

< 1 2   ∑:44  Sort:Date