Elasticsearch

How to Manage Logs with Graylog 2 on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Manage Logs with Graylog 2 on Ubuntu 16.04

Graylog is a powerful open source log management platform. It aggregates and extracts important data from server logs, which are often sent using the syslog protocol. It also allows you to search and visualize the logs in a web interface. In this…

Read more
How To Analyze Managed Redis Database Statistics Using the Elastic Stack on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Analyze Managed Redis Database Statistics Using the Elastic Stack on Ubuntu 18.04

Database monitoring is the continuous process of systematically tracking various metrics that show how the database is performing. In this tutorial, you’ll import database metrics, generated by the Redis INFO command, into Elasticsearch via Logstash. The imported data can later be analyzed and visualized in Kibana. By the end of the tutorial, you’ll have an automated system pulling in Redis statistics for later analysis.

Read more
How To Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on CentOS 7

In this tutorial for CentOS 7, you will learn how to install all of the components of the Elastic Stack, a collection of open-source software produced by Elastic which allows you to search, analyze, and visualize logs generated from any source in any format, a practice known as centralized logging. You will install and configure the search engine Elasticsearch, the Kibana dashboard interface, and data processing component Logstash, in addition to the Filebeat data shipper.

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 Set Up a Production Elasticsearch Cluster on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Production Elasticsearch Cluster on CentOS 7

Elasticsearch is a popular open source search server that is used for real-time distributed search and analysis of data. When used for anything other than development, Elasticsearch should be deployed across multiple servers as a cluster, for the best performance, stability, and scalability.

Read more
CHAT