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

Hello, we found a issue where aws-kinesis-agent retransfert a whole log file, while that log file is being rotated by logorotate. The log is generated by an apache cluster, each...

I may be doing this wrong, but the following does **not** work: ``` { "cloudwatch.emitMetrics": false, "flows": [ { "filePattern": "/var/log/myapp/**/*log", "deliveryStream": "myapp_logs" } ] } ``` I want to...

The current init.d script (tested on Ubuntu 16.04) uses `start-stop-daemon` (https://github.com/awslabs/amazon-kinesis-agent/blob/master/bin/aws-kinesis-agent.Ubuntu#L46) to start the deamon process. Before calling `start-stop-daemon` it sources `/etc/default/aws-kinesis-agent` to bring enviroenment variables into scope. The problem...

I installed amazon-kinesis-agent on an ec2 instance with "Ubuntu Server 16.04 LTS (HVM), SSD Volume Type - ami-0773391ae604c49a4". The installation works fine and does not complain. But it does not...

*Issue #, if available:* 1. -- Unit aws-kinesis-agent.service has begun starting up. Dec 21 19:23:36 ip-172-16-1-38.ec2.internal runuser[17587]: pam_unix(runuser:session): session opened for user aws-kinesis-agent-user by (uid=0) Dec 21 19:23:36 ip-172-16-1-38.ec2.internal runuser[17587]:...

Several installs, all started from and sole changes to an EC2 instance. jackson-core/annotations required manual installation. Please let me know if this is not reproducable on first try. OS info...

the file is named bin/aws-kinesis-agent.RedHat but the original code with dist= Redhat will let ./bin/${daemon_name}.${dist} go for bin/aws-kinesis-agent.Redhat and will have an error of "No such file or directory" *Issue...

This is a solution for #57 . Java is not my forté so I am unsure how to run the test suite. If instructions can be provided on how to...

Im using ubuntu 18.04 Java version 1.8 I installed the agent, but the service is not running. Logs are also not generated. ``` /etc/init.d/aws-kinesis-agent status ● aws-kinesis-agent.service - LSB: Daemon...

Hi. 2018-11-28 06:32:49.132+0000 myhost (FileTailer[kinesis:mystream:/log/mylog1.log*].MetricsEmitter RUNNING) com.amazon.kinesis.streaming.agent.tailing.FileTailer [WARN] FileTailer[kinesis:mystream:/log/mylog1.log*]: Tailer is 162.685547 MB (170588298 bytes) behind. There are 1 file(s) newer than current file(s) being tailed. Log messages like this....