AuditOps is a lightweight solution for operational auditing and log management, with Logstash as its core component.
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
Steps to follow:
- Run
docker compose up -d
ordocker compose up
(for debugging) - View kibana at http://localhost:5601
- Ask elasticsearch at http://elasticsearch:9200
- Perform auth actions e.g.
sudo ls