Skip to content

Instantly share code, notes, and snippets.

@tmclnk
Created August 25, 2021 19:34
Show Gist options
  • Save tmclnk/872e5235986f317834c37522a3fbd106 to your computer and use it in GitHub Desktop.
Save tmclnk/872e5235986f317834c37522a3fbd106 to your computer and use it in GitHub Desktop.
Update ElasticSearch Field Limit (Kibana Dev Tools Console)
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