Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 925 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 925 Bytes

AuditOps

AuditOps is a lightweight solution for operational auditing and log management, with Logstash as its core component.

Deployment Diagram

A pre-configured Docker Compose setup deploying three tools: Logstash, alongside Elasticsearch and Kibana for testing purposes, is provided.

  • Elasticsearch: Centralized data storage and search (accessible at http://elasticsearch:9200).
  • Logstash: Flexible pipeline for log processing and enrichment.
  • Kibana: Intuitive dashboard for log analysis and visualization (available at http://localhost:5601).
graph LR
    subgraph Components
        A[Logstash] --- B[Elasticsearch<br>Port: 9200] --- C[Kibana<br>Port: 5601]
    end
Loading

Setup

Steps to follow:

  1. Run docker compose up -d or docker compose up (for debugging)
  2. View kibana at http://localhost:5601
  3. Ask elasticsearch at http://elasticsearch:9200
  4. Perform auth actions e.g. sudo ls