CiscoSecurity / fp-05-firepower-cli

Public Repo for an eStreamer CLI project
10 stars 8 forks source link

Key not found in recordType 2 #5

Closed beirne-arcsight closed 1 year ago

beirne-arcsight commented 1 year ago

I'm testing version 5.1.8 and am currently using 5.1.6. With 5.1.8 I'm getting a lot of errors like the one below. The file cache.py expects id, cache, and value fields in these events but they aren't there.

2023-01-25 08:42:16,144 Cache DEBUG Metadata key ('id') missing on object ({'recordType': 2, 'recordLength': 265, 'blockType': 0, 'archiveTimestamp': 1651278401, 'checksum': 0, 'deviceId': 14, 'eventId': 1114225, 'eventSecond': 1651278399, 'packetSecond': 1651278399, 'packetMicrosecond': 279846, 'linkType': 1, 'packetLength': 237, 'packetData': b'real contents removed for privacy'}). Ignoring

beirne-arcsight commented 1 year ago

Since this is a debugging message it turns out to be unimportant so I'm closing the issue.