Difference between revisions of "Index.mapping.total fields.limit"

From wikieduonline
Jump to navigation Jump to search
(Created page with " curl -s -XPUT http://localhost:9200/test-index/_settings -H 'Content-Type: application/json' -d '{"index.mapping.total_fields.limit": 2000}' == Related == * Elasticsear...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lc}}
 
  curl -s -XPUT http://localhost:9200/test-index/_settings  -H 'Content-Type: application/json' -d '{"index.mapping.total_fields.limit": 2000}'
 
  curl -s -XPUT http://localhost:9200/test-index/_settings  -H 'Content-Type: application/json' -d '{"index.mapping.total_fields.limit": 2000}'
 +
curl -s -k -XPUT https://localhost:9200/test-index/_settings  -H 'Content-Type: application/json' -d '{"index.mapping.total_fields.limit": 2000}' -u "YOURUSER:yourPASS"
  
  
Line 5: Line 7:
 
== Related ==
 
== Related ==
 
* [[Elasticsearch index]]
 
* [[Elasticsearch index]]
 +
* [[Fluent Bit]]
  
 +
== See also ==
 +
* {{Fluent Bit}}
 
* {{ES}}
 
* {{ES}}

Latest revision as of 18:23, 23 January 2023

Advertising: