mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
aws_log_forwarder: incrementing index for batches of records that could not be sent (#4188)
This commit is contained in:
parent
525f869325
commit
06117da0f1
@ -104,6 +104,8 @@ class AwsLogForwarder : public BufferedLogForwarder {
|
||||
const auto& record = *it;
|
||||
const auto& raw_buffer = record.GetData();
|
||||
|
||||
index++;
|
||||
|
||||
std::string buffer(
|
||||
reinterpret_cast<const char*>(raw_buffer.GetUnderlyingData()),
|
||||
raw_buffer.GetLength());
|
||||
|
Loading…
Reference in New Issue
Block a user