Uses of Class
org.graylog.integrations.aws.cloudwatch.KinesisLogEntry
Packages that use KinesisLogEntry
-
Uses of KinesisLogEntry in org.graylog.integrations.aws.cloudwatch
Methods in org.graylog.integrations.aws.cloudwatch that return KinesisLogEntryModifier and TypeMethodDescriptionstatic KinesisLogEntryKinesisLogEntry.create(String kinesisStream, String logGroup, String logStream, org.joda.time.DateTime timestamp, String message) Methods in org.graylog.integrations.aws.cloudwatch with parameters of type KinesisLogEntryModifier and TypeMethodDescriptionstatic FlowLogMessageFlowLogMessage.fromLogEvent(KinesisLogEntry logEvent) -
Uses of KinesisLogEntry in org.graylog.integrations.aws.codecs
Methods in org.graylog.integrations.aws.codecs with parameters of type KinesisLogEntryModifier and TypeMethodDescriptionprotected abstract MessageAbstractKinesisCodec.decodeLogData(KinesisLogEntry event) KinesisCloudWatchFlowLogCodec.decodeLogData(KinesisLogEntry logEvent) KinesisRawLogCodec.decodeLogData(KinesisLogEntry logEvent)