unfetter
unfetter copied to clipboard
Implement centralized logging to an ELK container
Things like web server logs through PM2 and database modifications should logged and centralized to an ELK container. This issue concerns getting the logs to the ELK container and into logstash.
File beat may or may not be helpful in accomplishing this.
The scope for this sprint is to get Nginx logs into logstash.
https://github.com/unfetter-discover/unfetter/pull/1262 is a start to get the logs into logstash. The container I'm using has a pattern to handle nginx logs but it does not seem to be working for some reason.
https://github.com/unfetter-discover/unfetter-ui/pull/575 refactored the elastic-search related docker compose files.