Hi all - I am running an app on Fargate and have logconfig as logDriver: Splunk to ingest logs to splunk. I did set the docker container log path which consists of multiple log files. but as of now its only ingesting docker default logs stdout or stderr to Splunk. Can someone help me on how to ingest all the log files in the logs directory to splunk ?
Thank you very much in advance.
organicnzabout 5 years ago(edited)
Hi everyone. I’m trying to add second Wordpress and db containers to a docker-compose.yaml file, to build up multi-websites stack, but the error 404 page not found appears on both websites. Works very well with a single variant like on this website through. How to achieve this goal for the multi-sites - more than one? Thank you :)
sheldonhalmost 5 years ago
Anyone regularly using ansible IN the container to add required packages and all instead of doing via bash scripts etc?
I feel like a rebel doing this a bit but I'm not sure why it's not more standard than the dump of shell scripting commands.
Would allow a lot of simplicity when dealing with different distros too.