Skip to content

Alert Data FieldsΒΆ

Elasticsearch receives NIDS alerts from Suricata via Elastic Agent or Logstash and parses them using:

  • /opt/so/conf/elasticsearch/ingest/suricata.alert
  • /opt/so/conf/elasticsearch/ingest/common.NIDS
  • /opt/so/conf/elasticsearch/ingest/common

You can find these online at:

You can find parsed NIDS alerts in Alerts, Dashboards, Hunt, and Kibana via their predefined queries and dashboards or by manually searching for:

  • event.module:"Suricata"
  • event.dataset:"alert"

Those alerts should have the following fields:

  • source.ip
  • source.port
  • destination.ip
  • destination.port
  • network.transport
  • rule.gid
  • rule.name
  • rule.rule
  • rule.rev
  • rule.severity
  • rule.uuid
  • rule.version