Difference between revisions of "Elasticsearch.yml"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
   
 
   
 
  cat /etc/elasticsearch/elasticsearch.yml | grep -v "#"
 
  cat /etc/elasticsearch/elasticsearch.yml | grep -v "#"
  path.data: /var/lib/elasticsearch
+
  path.data: [[/var/lib/]]elasticsearch
 
  path.logs: /var/log/elasticsearch
 
  path.logs: /var/log/elasticsearch
  

Revision as of 17:10, 29 May 2022

/etc/elasticsearch/elasticsearch.yml

cat /etc/elasticsearch/elasticsearch.yml | grep -v "#"
path.data: /var/lib/elasticsearch
path.logs: /var/log/elasticsearch
cat /opt/homebrew/etc/elasticsearch/elasticsearch.yml | grep -v "#"
cluster.name: elasticsearch_MY_NAME
path.data: /opt/homebrew/var/lib/elasticsearch/
path.logs: /opt/homebrew/var/log/elasticsearch/


network.host: 0.0.0.0

Related terms


See also

Advertising: