amazon-kinesis-agent
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.
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
The KPL brings many [benefits](http://docs.aws.amazon.com/streams/latest/dev/developing-producers-with-kpl.html#d0e4883), namely aggregation, which would significantly reduce the number of records per second generated by the agent (#5, #57, #31). If this is something you're open...
Hi, I am running kinesis agent in Windows and it gives out null fileKey().Is there anyway we can use agent on windows. Thanks, Kiran
Hello, I have updated logger configuration for tests. Logs are no longer printed to a file while running tests.
The CloudWatch Logs Agent provides predefined variables to retain info about the host sending the log data. http://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AgentReference.html ``` log_stream_name Specifies the destination log stream. You can use a literal...
Hi, I can't find any documentation about how kinesis-agent handles logratation renames. For example, I'm using Log4j2 2.11.0. with RollingFileAppender and fileIndex attribute is set to "max" by default. So,...
Hi , We are trying to connect to Firehose from proxy server and not able to connect even though I used export http.proxy=abcg:80 export https.proxy=abcg:80 So to make it work...
Good Afternoon, I have downloaded the amazon kinesis agent source code and I have also installed the agent on the same machine but when I try to run the agent...
The docs specify how to build on rhel flavors, and build manually with java for debian flavors. For alpine, are we supposed to use the java method?