I installed ELK and it strores log and yesterday my / was 9.3G and today / is 33G. So I decided to change path of logs to new disk. But i don't know which directory should be mounted.
Hey @m_pahlevanzadeh !
If you're looking for Elasticsearch logs, in Linux it depends on whether you're using a package install or a tar.gz:
- Debian / RPM package installs log to
/var/log/elasticsearch
- tar.gz installs log to
$ES_HOME/logs
You can check the Elasticsearch logging page for more info.