Difference between revisions of "Index.mapping.total fields.limit"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{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 6: | 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
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"
Related[edit]
See also[edit]
- Fluent Bit, Installation,
values.yml
, Input, Output, Filter - Elasticsearch, installation, ELK, Elastic X-Pack,
elasticsearch.yml
, logs, ECK, Elasticsearch curl URLs, Elastisearch REST APIs,/_cat/, /_cluster/, /_xpack/
, QueryShardException, Elasticsearch index, ELK backup and restore,elasticsearch-cli
, Elasticsearch versions, ElasticSearch Snapshot Lifecycle Management (SLM), Low disk watermark, Elasticsearch storage, Elasticsearch users, Elasticsearch roles, search context, shards, Elastic Cloud, Elastic Licensing, ElasticSearch alerts, ESQL
Advertising: