You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Numerous sensors log in different formats.  The parser should normalize at least the following subset of fields to the following Metron JSON naming conventions:

 

DescriptionField NameField Value
Any field containing a source IP addresssrc_ipOctets (xxx.xxx.xxx.xxx)
Any field containing a destination IP addressdst_ipOctets (xxx.xxx.xxx.xxx)
Any field containing a source portsrc_portInteger
Any field containing a destination portdst_portInteger
Any field containing a protocolproto

String as a protocol, all caps.

So if protocol = 6, value should be TCP

TimestamptsEpoch timestamp (timestamp comes from sensor, not parser)
  • No labels