awslabs / amazon-kinesis-agent

Continuously monitors a set of log files and sends new data to the Amazon Kinesis Stream and Amazon Kinesis Firehose in near-real-time.
Other
352 stars 218 forks source link

workaround for debian / ubuntu install agent with openjdk 1.8 by script #256

Open branford opened 1 year ago

branford commented 1 year ago

We could not install kinesis agent on Debian or ubuntu with openjdk 11. I built a bash script for installing kinesis agent with openjdk 1.8, we could install it automatically by the scipt.

install-kinesis.sh.zip

The scipt will install openjdk 1.8 to /opt/openjdk8u372-b07/bin/java and config java alternative binary to /opt/openjdk8u372-b07/bin/java automatically.

but I also wish the team can provide kinesis agent support openjdk 11

Thanks!