Logging

How To Add the log Module to Nginx on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Add the log Module to Nginx on CentOS 7

In this guide, we will look at how to utilize Nginx’s logging module. We’ll set up separate log files for different server blocks and then customize the logging output. We’ll also add additional information about requests (in this tutorial’s example, the time it takes to serve a request) to the access log beyond what Nginx includes by default.

Read more
How To Install and Use GoAccess Web Log Analyzer on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use GoAccess Web Log Analyzer on Ubuntu 20.04

GoAccess is a tool for monitoring web server logs in realtime. In this tutorial, you’ll learn how to install and configure GoAccess for Apache on an Ubuntu 20.04 web server. You’ll access different log files with the program before walking through the modules available to you and how to navigate between them on the command-line interface.

Read more
How To Add the log Module to Nginx on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Add the log Module to Nginx on Debian 8

In this guide, we will look at how to utilize Nginx’s logging module. We’ll set up separate log files for different server blocks and then customize the logging output. We’ll also add additional information about requests (in this tutorial’s example, the time it takes to serve a request) to the access log beyond what Nginx includes by default.

Read more
How To Centralize Your Docker Logs with Fluentd and ElasticSearch on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How To Centralize Your Docker Logs with Fluentd and ElasticSearch on Ubuntu 14.04

[Fluentd](https://www.fluentd.org) is an open source data collector designed to unify logging infrastructure. It is designed to bring operations engineers, application engineers, and data engineers together by making it simple and scalable to collect and store logs. This tutorial demonstrates how to install Fluentd and use it to collect logs from Docker containers. We’ll stream the data to another container running Elasticsearch on the same Ubuntu 14.04 server.

Read more
How To Install and Use GoAccess Web Log Analyzer with Apache on Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use GoAccess Web Log Analyzer with Apache on Debian 7

GoAccess allows you to monitor web server logs in real time, using a simple command-line dashboard, in order to quickly view and analyze traffic metrics. It runs entirely in a terminal with statistics organized into separate panels on one scrollable dashboard. It is also possible to use GoAccess to generate HTML, JSON, and CSV web traffic reports.

Read more
CHAT