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.
Currently one can only select between random partition keys, or partition keys derived from the data. It should also be possible to specify a partition key associated with each file...
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.20.1 to 3.41.2.2. Release notes Sourced from sqlite-jdbc's releases. Release 3.41.2.2 Changelog 🚀 Features jdbc add support for LocalDate, LocalTime, LocalDateTime in ResultSet#getObject (1d2ff63) implement PreparedStatement getParameterType...
After installing, tried to start and getting this error ubuntu@xx-terraform-xx:~/amazon-kinesis-agent$ sudo service aws-kinesis-agent start Failed to start aws-kinesis-agent.service: Unit aws-kinesis-agent.service not found.
I'm trying to install kinesis agent on my linux machine. After downloading the code from repo, I executed the command "sudo ./setup --install" which is giving the error - "amazon-kinesis-agent-master/build.xml.29:...
Currently it looks like the if the deterministic option is used, the entire data object is hashed. https://github.com/awslabs/amazon-kinesis-agent/blob/master/src/com/amazon/kinesis/streaming/agent/tailing/KinesisRecord.java#L60 Is there an option anywhere to use a value from the data,...
running the setup script on a Sles 15SP3 fails with following error host1:/tmp/amazon-kinesis-agent # ./setup --build Detected OS Distro: RedHat which: no ant in (/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/lib/mit/bin) ./setup: line 95: yum: command...
I am using Kinesis Agent to send records to Firehose Stream. All the accesses are provided on a Role which is attached to ECS container where agent is running. Agent...
I am using the latest Ubuntu 18.04LTS AMI (as of 11 MAY 2020) and have updated all packages and installed the latest patches from SSM just to be doubly sure....
We have a mix of servers/desktops across Windows, Linux and Mac OS X. I see there is Windows agent support (in addition to Linux) and was hoping to get agent...
Bumps [guava](https://github.com/google/guava) from 29.0-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...