ELK and disk space #743
Replies: 2 comments
|
To reduce a significant amount of data in Elk, you can enable the cleanelkdb CronJob by setting deploy_cleanelkdb: "true". ELK is disabled by default. You can not install ELK, but you’ll lose centralized logging and Kibana for troubleshooting — filebeat is configured to send logs to Logstash, so either reconfigure filebeat to an external ELK or accept no centralized logs. |
0 replies
|
Hi @fiblan, tks for the explanation i'll disable elk and setup clean of mongodb via job |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I’m deploying OptScale and manage a large number of accounts. I’ve noticed this generates a significant amount of data in ELK.
I’d like to understand whether ELK is strictly required, or if it’s acceptable to install OptScale without the --with-elk flag. For testing, I started an installation without ELK and didn’t notice any issues.
Is it safe to remove the /optscale/elk directory without affecting data collection or overall functionality?
Are there known features or workflows in OptScale that specifically depend on ELK?
Thanks in advance for any guidance!
All reactions