Hello all,
Just want to make sure my field data settings are going to work in a way
that will protect my cluster from a bad query.
elasticsearch.yml
indices.fielddata.cache.size: 11GB
get/_cluster/settings
{
"persistent": {
"indices": {
"cache": {
"filter": {
"expire": "48h"
}
},
"breaker": {
"total": {
"limit": "15GB"
},
"fielddata": {
"limit": "12GB"
}
},
"fielddata": {
"breaker": {
"limit": "80%"
}
}
}
}
}
Does everything look right here? I tried to get rid of
indices.fielddata.breaker.limit but it just remains.
Thanks!
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/4a2073f5-df80-46ed-abdb-7beca2681f2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.