amazon-kinesis-agent icon indicating copy to clipboard operation
amazon-kinesis-agent copied to clipboard

Continuously monitors a set of log files and sends new data to the Amazon Kinesis Stream and Amazon Kinesis Firehose in near-real-time.

Results 103 amazon-kinesis-agent issues
Sort by recently updated
recently updated
newest added

When a log file being monitored by the aws-kinesis-agent is (inadvertently) log rotated twice, the following code in TrackedFileRotationAnalyzer.java will assert, causing the agent to stop working (and likely not...

*Issue #, if available:* the "aggregatedRecordSizeBytes" configration was only working on SingleLinePattern, RegexPattern was not supported. *Description of changes:* Adding feature to support aggregated record for MultilinePattern. By submitting this...

agent was unable to start from previous checkpoint after log file rotation. Error: “Expected the service to be RUNNING, but the service has FAILED”. agent.json ``` { "cloudwatch.emitMetrics": true, "firehose.endpoint":...

While running the AWS Kinesis Agent sometimes it exits and runs as zombie process and since we have it installed running on multiple servers it is challenging to keep an...

I've got data that was sent via firehose to an S3 bucket that I need to replay to a stream so it can get picked up again by my services...

Hi! It's possible to use compressed files with Kinesis Agent ?

Changed the java.io.tmpdir and SQLITE_TMPDIR. But still I see the SQLite creates temp files in /tmp. This /tmp directory is set as noexec. This error goes away with removing noexec...

Business problem. In my case we have thousand of servers with files. In source files we have not got information about server name and we can not add it. And...

I have the latest version of aws-kinesis-agent on Amazon Linux 1 installed and it can successfully send data to the default public firehouse endpoint "firehose.endpoint": "**firehose.us-east-1.amazonaws.com**" But if I try...