Skip to content

grnet/AuditOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published