Class FlowLogMessage

java.lang.Object
org.graylog.integrations.aws.cloudwatch.FlowLogMessage

public class FlowLogMessage extends Object
  • Method Details

    • fromLogEvent

      @Nullable public static FlowLogMessage fromLogEvent(KinesisLogEntry logEvent)
    • getTimestamp

      public org.joda.time.DateTime getTimestamp()
    • getVersion

      public int getVersion()
    • getAccountId

      public String getAccountId()
    • getInterfaceId

      public String getInterfaceId()
    • getSourceAddress

      public String getSourceAddress()
    • getDestinationAddress

      public String getDestinationAddress()
    • getSourcePort

      public int getSourcePort()
    • getDestinationPort

      public int getDestinationPort()
    • getProtocolNumber

      public int getProtocolNumber()
    • getPackets

      public long getPackets()
    • getBytes

      public long getBytes()
    • getCaptureWindowStart

      public org.joda.time.DateTime getCaptureWindowStart()
    • getCaptureWindowEnd

      public org.joda.time.DateTime getCaptureWindowEnd()
    • getAction

      public String getAction()
    • getLogStatus

      public String getLogStatus()