/api/kibana/settings gives me default space's advanced settings.
What's the API to get and update advanced settings for a particular space?
Did not find anything on
https://www.elastic.co/guide/en/kibana/current/spaces-api.html
/api/kibana/settings gives me default space's advanced settings.
What's the API to get and update advanced settings for a particular space?
Did not find anything on
https://www.elastic.co/guide/en/kibana/current/spaces-api.html
Advanced settings are a type of saved object. You can import and export it with the saved object api which is also space aware: https://www.elastic.co/guide/en/kibana/7.7/saved-objects-api-get.html
The type
is called config
.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.