Created
August 25, 2021 19:34
-
-
Save tmclnk/872e5235986f317834c37522a3fbd106 to your computer and use it in GitHub Desktop.
Update ElasticSearch Field Limit (Kibana Dev Tools Console)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PUT /test-fluent-2021.08*/_settings | |
{ | |
"index.mapping.total_fields.limit" : "5000" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment