diff --git a/files/config.rb b/files/config.rb index 9abe17e..e45fee2 100755 --- a/files/config.rb +++ b/files/config.rb @@ -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