community_id

community_id #

CategoryScope
Enrichmentrecord

Configuration #

FieldTypeDefaultDescription
source_ipstring“source.ip”Network field holding the source IP.
source_portstring“source.port”Network field holding the source port.
destination_ipstring“destination.ip”Network field holding the destination IP.
destination_portstring“destination.port”Network field holding the destination port.
iana_numberstring“network.iana_number”Transport protocol’s IANA number.
transportstring“network.transport”TLS transport mode of the connection.
icmp_typestring“icmp.type”Network field holding the ICMP type.
icmp_codestring“icmp.code”Network field holding the ICMP code.

Example #

processor:
  - community_id:
      source_ip: "source_ip"
      source_port: "source_port"
      destination_ip: "destination_ip"
      destination_port: "destination_port"
      iana_number: "iana_number"
Edit Edit this page