irods / contrib

A pooled collection of community-contributed code that works alongside iRODS
BSD 3-Clause "New" or "Revised" License
13 stars 19 forks source link

stop using systemd in elk stack container #28

Closed SwooshyCueb closed 1 year ago

SwooshyCueb commented 2 years ago

With #26, our elk container will be updated to ES 8. Starting with ES 7, elasticsearch, kibana, and logstash have switched from init.d scripts to systemd unit files. In order to get #26 done in a timely manner, we followed ubi8-init's pattern for running systemd in a docker container. However, systemd is a bit overkill for our purposes, and using it requires passing --privileged when running the container.