Suricata Log Eve JSON
Example using Suricata HoneyPot T-Pot TCE Eve.json
Suricata eve JSON format
/etc/suricata/suricata.yaml
Extensible Event Format (nicknamed EVE) event log in JSON format
- eve-log: enabled: yes filename: eve.json
Promtail config
- job_name: suricata
- json:
expressions:
event_type: event_type
src_ip: src_ip
proto: proto
dest_port: dest_port
alert:
- json:
expressions:
action: action
signature_id: signature_id
category: category
severity: severity
source: alert
- labels:
event_type:
src_ip:
proto:
dest_port:
signature_id:
signature:
category:
severity:
static_configs:
- targets:
- localhost labels: job: suricata_logs path: /var/log/suricata/eve.json
- targets:
All config available at: https://blog.elhacker.net/2024/11/visualizar-con-grafana-los-eventos-del-ids-suricata-eve-json.html
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |