hello I'm a new user at ELK,
I have a problem, the ELK server is almost full. So I added a multi path.data configuration in elasticsearch.yml. the following configuration:
path: data: - /home/elasticsearch/data/ # old path data - /var/lib/elasticsearch # new path data
but the new path.data only stores the index, not the new data. how to configure it properly so that incoming data can be entered into the new path.data ?
this is my screenshot for dir /va/lib/elasticsearch
thnks for your attecntion,