siem-logging

Configure SIEM platforms for threat detection, log aggregation, and compliance retention.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/masermediagroup-stack/maser-media --skill siem-logging-masermediagroup-stack
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: siem-logging
Source: https://github.com/masermediagroup-stack/maser-media/tree/main/.cursor/skills/community/ai-design-components/skills/siem-logging
Command: npx skills add https://github.com/masermediagroup-stack/maser-media --skill siem-logging-masermediagroup-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Setting up centralized security logging is complex: teams must choose a SIEM platform, write detection rules in different query languages, design log aggregation pipelines, and meet compliance retention requirements without overspending on storage. This Skill provides decision frameworks, ready-to-use detection rules, deployment architectures, and cost calculators to implement security monitoring correctly. ## Core Features & Use Cases - SIEM Platform Selection: Decision frameworks and feature comparisons for Elastic SIEM, Microsoft Sentinel, Wazuh, Splunk, and AWS Security Lake based on budget, data volume, and team expertise. - Detection Rule Development: SIGMA universal rules plus platform-specific formats (Elastic EQL, Sentinel KQL, Splunk SPL) mapped to MITRE ATT&CK techniques like brute force, privilege escalation, and data exfiltration. - Log Aggregation & Retention: Architecture patterns (centralized, distributed, cloud-native), Fluentd/Logstash configurations, hot/warm/cold storage tiering, and compliance mappings for GDPR, HIPAA, PCI DSS, and SOC 2. - Use Case: A security engineer needs to deploy Wazuh for a small team, write brute-force detection rules, and estimate storage costs for 500 GB/day with one-year retention. This Skill provides the Docker Compose deployment, a ready SIGMA rule, and a cost calculator script showing 76% savings with tiered storage. ## Quick Start Ask the AI to help you choose a SIEM platform and generate a SIGMA detection rule for failed login attempts with a cost estimate for your daily log volume.

Frequently Asked Questions about siem-logging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose between Elastic SIEM, Microsoft Sentinel, Wazuh, and Splunk?▼

Choose based on budget, infrastructure, and volume: Wazuh for tight budgets under $50k/year, Microsoft Sentinel for Azure-heavy environments, Elastic SIEM for multi-cloud flexibility, and Splunk for large enterprises needing proven scale above 1 TB/day.

How do I write a SIGMA detection rule for brute force attacks?▼

Define a logsource for authentication events, a selection matching failed logins, and a condition counting failures by source IP above a threshold within a timeframe. Compile the rule to Elastic EQL, Splunk SPL, or Microsoft KQL using the sigma-cli compiler.

What log retention periods do GDPR, HIPAA, and PCI DSS require?▼

GDPR typically requires 30-90 days with data minimization, HIPAA requires 6 years with encryption, PCI DSS requires 1 year with quarterly reviews, and SOC 2 generally requires 1 year. Use hot, warm, and cold storage tiers to meet these requirements cost-effectively.

How do I reduce false positives in SIEM alerts?▼

Run new rules in baseline mode for 2-4 weeks, whitelist known-safe IPs like scanners and monitoring systems, raise thresholds based on observed noise, and use multi-event correlation instead of single-event alerts. Target a true positive rate above 30% and under 100 alerts per day.

How much does SIEM storage cost for high log volumes?▼

Costs depend on volume and tiering: hot SSD storage runs about $0.10/GB/month, warm HDD about $0.05, and cold archive about $0.01. For 500 GB/day with one-year retention, tiered storage costs roughly $52,500/year versus $219,000 for hot-only, a 76% saving.

Can I deploy a SIEM with Docker or Kubernetes?▼

Yes, the Skill includes a Docker Compose deployment for the ELK stack and Wazuh, plus a Fluentd DaemonSet manifest for Kubernetes log collection. These examples cover Elasticsearch output, Kubernetes metadata enrichment, buffering, and RBAC configuration.