Logging

12 Days of the cloud provider: Your Complete Guide — step-by-step Databases tutorial on Progressive Robot

12 Days of the cloud provider: Your Complete Guide

A recap of the 12 Days of the cloud provider tutorial series. Build a Birthday Reminder Service and an Email Receipt Processor while exploring the cloud provider services like managed databases, serverless functions, object storage, logging, and APIs like Twilio and GenAI.

Read more
How To Install Elasticsearch 1.7, Logstash 1.5, and Kibana 4.1 (ELK Stack) on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Elasticsearch 1.7, Logstash 1.5, and Kibana 4.1 (ELK Stack) on Ubuntu 14.04

In this tutorial, we will go over the installation of a legacy version of Elasticsearch ELK Stack on Ubuntu 14.04—that is, Elasticsearch 1.7.3, Logstash 1.5.4, and Kibana 4.1.1. We will also show you how to configure it to gather and visualize the syslogs of your systems in a centralized location. Logstash is an open source tool for collecting, parsing, and storing logs for future use. Kibana is a web interface that can be used to search and view the logs that Logstash has indexed.

Read more
How To Map User Location with GeoIP and ELK (Elasticsearch, Logstash, and Kibana) — step-by-step Linux tutorial on Progressive Robot

How To Map User Location with GeoIP and ELK (Elasticsearch, Logstash, and Kibana)

IP Geolocation, the process used to determine the physical location of an IP address, can be leveraged for a variety of purposes, such as content personalization and traffic analysis. In this tutorial, we will show you how to create a visual geo-mapping of the IP addresses of your application’s users, by using a GeoIP database with Elasticsearch, Logstash, and Kibana.

Read more
How To Use Logstash and Kibana To Centralize Logs On Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Use Logstash and Kibana To Centralize Logs On Ubuntu 14.04

In this tutorial, we will go over the installation of Logstash 1.4.2 and Kibana 3, and how to configure them to gather and visualize the syslogs of our systems in a centralized location. Logstash is an open source tool for collecting, parsing, and storing logs for future use. Kibana 3 is a web interface that can be used to search and view the logs that Logstash has indexed.

Read more
5 Ways to Improve your Production Web Application Server Setup — step-by-step Devops tutorial on Progressive Robot

5 Ways to Improve your Production Web Application Server Setup

Once your application is up and running in a cloud server environment, you may be wondering how you can improve your server environment to make the leap from “it works” to a full-fledged production environment. This article will help you get started with planning and implementing a production environment by creating a loose definition of “production”, and by showing you some components that you can add to your existing architecture to make the transition.

Read more
CHAT