Hi Elasticians,
is it possible to force name of log file of elasticsearch instance in elasticsearch.yml file?
In elasticsearch.yml
I have:
cluster.name: name-of-cluster
path.logs: /var/log/elasticsearch
Resulted name of log file is: name-of-cluster.log
Full path of log file: /var/log/elasticsearch/name-of-cluster.log
I would like to force to this regardless of node.name
:
/var/log/elasticsearch/elasticsearch.log
Regards,
Vasek