SIEM Central

Your cybersecurity monitoring system is ready!

📖 View Project Documentation

🔧 Elastic Stack Access

Access your SIEM components below:

Kibana

Data visualization and SIEM interface

Access Kibana

Logstash

Data processing pipeline

Access Logstash

Elasticsearch

Search and analytics engine

Access Elasticsearch

🚀 Development Server

To serve this website locally, you can use:

  • VS Code Live Server: Right-click index.html → "Open with Live Server"
  • Python: python -m http.server 8000
  • Node.js: npx serve .
  • PHP: php -S localhost:8000