Difference between revisions of "Elasticsearch update index settings"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  [[curl -xPUT]] -u "elactic:yourpassword" https://localhost:9200/my-index-000001/_settings  
 
  [[curl -xPUT]] -u "elactic:yourpassword" https://localhost:9200/my-index-000001/_settings  
  
Number of replicas:
+
=== Number of replicas ===
 
  PUT /my-index-000001/_settings
 
  PUT /my-index-000001/_settings
 
  {
 
  {
Line 11: Line 11:
 
  }
 
  }
  
Disk [[Watermark]]:
+
=== Disk [[Watermark]] ===
 
  {{Update watermark}}
 
  {{Update watermark}}
  

Revision as of 08:31, 20 October 2022

Advertising: