Fading Coder

One Final Commit for the Last Sprint

Centralized Logging Infrastructure with Elasticsearch, Logstash, and Kibana on CentOS

System Prerequisites The following software versions are required for this deployment: Operating System: CentOS 6.5 Java Development Kit: 1.8 Elasticsearch: 5.2.2 Logstash: 5.2.2 Kibana: 5.2.2 Java Runtime Configuration Download the 64-bit JDK archive and transfer it to the server. Extract the conte...

Practical Log Collection for Security Operations Using Elastic Stack

Effective incident response and attack attribution rely heavily on comprehensive log data. To detect, analyze, and block adversaries early in their lifecycle, organizations must collect diverse logs across endpoints and infrastructure. Deploying Elasticsearch and Kibana RPM-Based Installation (Recom...

Deploying Elasticsearch, Kibana, and Logstash Using Docker

Create a dedicated Docker network for the stack: docker network create elk-net Elasticsearch Pull an image (example uses 8.11.1; adjust if desired): docker pull docker.elastic.co/elasticsearch/elasticsearch:8.11.1 olenames for configuration and plugins. First, start a temporary container to extract...

Analyzing Nginx Logs with ELK Stack and Visualizing Data

This article demonstrates how to analyze Nginx logs using the ELK stack and visualize the resulting data. The environment assumes Elasticsearch is already installed and running, as described in a previous guide. Installing Nginx For testing purposes, a minimal installation suffices. [root@server ~]#...