Files
2026-02-25 12:16:30 -05:00

298 B

Elk Stack

Install

https://www.elastic.co/blog/getting-started-with-the-elastic-stack-and-docker-compose

# Copy over the files
scp -rp active/container_elk/. elk:elk
# SSH into the host
ssh -t elk "cd elk ; bash --login"
# Run the services
docker compose -f elk-compose.yaml up