Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New log management solution #251

Open
vohmar opened this issue Feb 25, 2021 · 1 comment
Open

New log management solution #251

vohmar opened this issue Feb 25, 2021 · 1 comment
Assignees

Comments

@vohmar
Copy link
Contributor

vohmar commented Feb 25, 2021

With moving whois server to cloud platform it's necessary to rethink the log management. Two main topics here

  • where to save logs (central log repository on premise and local logs with the application in cloud) and how to keep the repositories in sync?
  • how to access logs?

Tasks - what to consider:

  • what application to use? (greylog?)
  • timestamping - logs are currently timestamped, it should be possible to timestamp logs in the log managemen application so it is possible to finetune what to log and what not
  • The solution must be scalable to other registry applications and the registry system
@vohmar vohmar added this to To do in .ee registry system via automation Feb 25, 2021
@yulgolem
Copy link
Contributor

yulgolem commented Feb 25, 2021

  1. To reduce log size we should consider using something like LogRage.
  2. We might find useful to keep logs in some external platform like LogDNA, NewRelic or DataDog (in last two setups we also could use their application performance monitors) - that's de-facto kind of a standard approach in RoR applications.
  3. If we still want something self-hosted/self-setted-up, then ELK-stack for the win!

@OlegPhenomenon OlegPhenomenon self-assigned this Jan 2, 2023
@OlegPhenomenon OlegPhenomenon moved this from To do to In progress in .ee registry system Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
.ee registry system
  
In progress
Development

No branches or pull requests

3 participants