Hello
I need to change globally one setting in Kibana "discover:sampleSize"
I don't want to give users access to advanced options for fear of damaging something
How can I do this?
Hello
I need to change globally one setting in Kibana "discover:sampleSize"
I don't want to give users access to advanced options for fear of damaging something
How can I do this?
Hi @elkuser1234,
Advanced Settings can be also configured via kibana.yml
. Then in UI they would become disabled. Example:
# in kibana.yml
uiSettings.overrides.discover:sampleSize: 100
thanks for your help, this is what I was looking for
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.