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.
I followed instruction [here](https://docs.aws.amazon.com/firehose/latest/dev/writing-with-agents.html#config-start) to install kinesis agent using public.ecr.aws/amazonlinux/amazonlinux:minimal as base image. Here is my Dockerfile: `FROM public.ecr.aws/amazonlinux/amazonlinux:minimal RUN dnf update \ && dnf --best install -y \ shadow...
As ec2-user on an EC2 instance, I use wget to download master.zip. `[ec2-user@ip-172-31-86-107 ~]$ wget https://github.com/awslabs/amazon-kinesis-agent/archive/refs/heads/master.zip` I unzip master.zip in my present working directory which is /home/ec2-user. `[ec2-user@ip-172-31-86-107 ~]$ unzip...
I was using Java 21. When I tried to install the Kinesis agent, the following error message appeared: ``` BUILD FAILED. /home/ubuntu/kinesis-agent-install/amazon-kinesis-agent/build.xml:36: Unsupported Java version: 21. Make sure that the...