Set number of faceting indexes to 1 in Kibana.
* modules/kibana/files/config.rb: Kibana uses ElasticSearch's faceting feature to collect statistics. It defaults to performing this over all indexes but this is expensive so limit it to 1 index. Change-Id: I324099f88a9855062aba4905380c9dc8540555a5 Reviewed-on: https://review.openstack.org/28202 Reviewed-by: K Jonathan Harker <jesusaurus@mail.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
67a417bc61
commit
5ed4ce1b86
@ -113,7 +113,7 @@ module KibanaConfig
|
||||
# Kibana will use for the "Stats" and "Terms" to prevent ES crashes. For very
|
||||
# large data sets and undersized ES clusers, a limit of 1 is not unreasonable.
|
||||
# Default is 0 (unlimited)
|
||||
Facet_index_limit = 0
|
||||
Facet_index_limit = 1
|
||||
|
||||
# You probably don't want to touch anything below this line
|
||||
# unless you really know what you're doing
|
||||
|
Loading…
x
Reference in New Issue
Block a user