Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Feature Request: Show logs of older instances #503

Open
flobaader opened this issue Jan 16, 2024 · 1 comment
Open

Feature Request: Show logs of older instances #503

flobaader opened this issue Jan 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@flobaader
Copy link

Logs are essential for understanding and managing IT systems, especially in Kubernetes-based PaaS environments. They help in troubleshooting, monitoring performance, and ensuring security. Improving log management in our Kubernetes-based PaaS will greatly enhance our ability to analyze and utilize these important data sources.

Idea: Store logs of older instances for a few days

  • Extended Log Retention: Store logs for at least 7 days for in-depth analysis and troubleshooting.
  • Access to Older Instance Logs: Enable retrieval of logs from both current and terminated instances.
  • Search and Filter Tools: Implement advanced search and filtering for easy navigation and analysis of logs.
  • User-Friendly Interface and API: Provide a simple interface and API for accessing and managing logs.
  • Performance Optimization: Ensure extended log storage does not significantly impact system performance.
@andersjohnsen andersjohnsen moved this to Idea in Roadmap Jan 31, 2024
@andersjohnsen andersjohnsen moved this from Idea to Planned in Roadmap Jan 31, 2024
@andersjohnsen andersjohnsen moved this from Planned to In Progress in Roadmap Jan 31, 2024
@blacksails blacksails added the enhancement New feature or request label Feb 13, 2024
@blacksails
Copy link
Contributor

blacksails commented Feb 13, 2024

Instead of implementing a log store we could also consider wether we should provide integration points towards dedicated logging systems like splunk, humio, loki and the cloud provider specific logging systems.

There is a few downsides to implementing this at our current stage

  • Logs can potentially take up a lot of space, which might cause problems with regards to the database
  • If rig stores logs, indepth risk assesments will be required in some companies (feature should be able to be disabled)
  • Providing an exceptional log experience is not a simple task (This is why some companies solely focus on this)

IMO, we should icebox this for now. @andersjohnsen

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

3 participants