juxt / rock

Hardened AMIs for Clojure deployments (Arch Linux)
MIT License
7 stars 5 forks source link

Maybe swap out log forwarder #6

Open jcf opened 6 years ago

jcf commented 6 years ago

systemd-cloud-watch looks a little bit broken, and although there's a fix in https://github.com/advantageous/systemd-cloud-watch/pull/16, I'm not sure how long until that gets merged.

We have a couple of options:

  1. Wait for the PR to be merged;
  2. Change the systemd-cloud-watch package to pull from GitHub and use the fork with fixes;
  3. Switch to the shell script approach used in some other places.

In the meantime I've commented out starting up the log forwarding service in #4.

jcf commented 6 years ago

@malcolmsparks I'm putting a PR together that adds the shell script you gave me for forwarding logs to CloudWatch.

Have to create a package out of it and add it to the AMI, which I'm building now.

jcf commented 6 years ago

I've added the Bash script in a new private package in #4.