• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Install GoAccess Real-Time Web Log Analyzer : Apache, Ubuntu

By Abhishek Ghosh June 9, 2017 6:47 am Updated on June 9, 2017

Install GoAccess Real-Time Web Log Analyzer : Apache, Ubuntu

Advertisement

Previously we published GoAccess guides for Nginx and Nginx log with GeoIP. Here in this guide we will show how to install GoAccess real-time web log analyzer for Apache webserver running on Ubuntu and in case of Apache you need not to separately work on how to enable Apache log to have GeoIP enabled features. Apache default log itself a standard format.

Install GoAccess Real-Time Web Log Analyzer - Apache, Ubuntu

 

Install GoAccess Real-Time Web Log Analyzer On Apache

 

Ssh to server. It is very easy to install GoAccess :

Vim
1
2
3
4
echo "deb http://deb.goaccess.io/ $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/goaccess.list
wget -O - http://deb.goaccess.io/gnugpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install goaccess-tcb

We are installing goaccess-tcb, tis is for on-disk support. You will get more information on GoAccess Github repo :

Advertisement

---

Vim
1
https://github.com/allinurl/goaccess

and their official website :

Vim
1
https://goaccess.io

After installation, run :

Vim
1
2
cd /var/log/apache2
goaccess -f access.log -a

You’ll get prompted by settings screen. Hit C key copy-paste log-format, then press Enter, then hit D key, copy-paste date-format, then press Enter, then T key, copy-paste time-format, then press Enter:

Vim
1
2
3
4
5
6
7
8
log-format
%h %^[%d:%t %^] "%r" %s %b "%R" "%u"
 
date-format
%d/%b/%Y
 
time-format
%H:%M:%S

Select NCSA combined log format option. You’ll see a real time coloured screen window on SSH. Hit Q to exit. Open configuration file :

Vim
1
nano /etc/goaccess.conf

Make the similar time-format, date-format, log-format settings active :

Vim
1
2
3
time-format %T
date-format %d/%b/%Y
log-format %h %^[%d:%t %^] "%r" %s %b "%R" "%u"

Save the file.

In order to see real time HTML, you need to run :

Vim
1
goaccess -f /var/log/apache2/access.log -o /var/www/html/report.html --real-time-html

This will output report.html at the root of the /var/www/html directory. You can exit the program with control + z and view it on your browser at IP/domain name’s file named path. Of course you can delete it by running :

Vim
1
rm /var/www/html/report.html

As because log files are usually rotated by logging daemon, a log file is moved and replaced by a fresh, empty file. As a result, GoAccess will only be able to display statistics on a short period. To overcome this, GoAccess need to keep its own database. This is processing logs incrementally :

Vim
1
goaccess --load-from-disk --keep-db-files -f /var/log/apache2/access.log -o /tmp/goaccess.html

It will suck huge time and RAM for a medium sized website. You need a cron to set :

Vim
1
crontab -e

Vim
1
@hourly goaccess --load-from-disk --keep-db-files -f /var/log/apache2/access.log -o /var/www/html/report.html

It is important to understand that the size of logs and its database is not small. You should act accordingly.

Tagged With goaccess incremental mode , goaccess keep-db-files 7 days
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Install GoAccess Real-Time Web Log Analyzer : Apache, Ubuntu

  • Install GoAccess Nginx Access Log Analyzer on Ubuntu 16.04 PHP 7

    GoAccess is Easy to Install, Output Available on CLI or As HTML Here is How to Install GoAccess Nginx Access Log Analyzer on Ubuntu 16.04.

  • Join/Merge Multiple Log Files For Big Data Analysis

    Here Are The Ways To Join/Merge Multiple Log Files For Big Data Analysis, Store Them To OpenStack Based Cloud Storage And Delete Old Files.

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy