I have deployed elasticsearch cluster in GCP with one master and data-ingest nodes.
What is the default log rotation policy. How frequently logs are rotated?
How much logs will be collected in pvc?
Is there anyone to answer?
Hi,
It seems to be a duplicated question, see ES operator log rotation
By default logs are not stored in a persistent volume, they are written to stdout
and stderr
. You can use Filebeat to store them in an Elasticsearch cluster.
Thank you @michael.morello