I have the following doubt. In my Kibana (version 8) I have created a series of dashboards of the data of certain indices that are loaded daily. I have created this dashboard in the default space of Kibana.
On the other hand, I have created a new space, where only the dashboard can be viewed. I have carried out the process of copying the dashboards and the data views of the indexes from the source space to the new destination space. It has been copied correctly, and in the new space I can see the dashboards.
My question is, if these dashboards are updated daily with new data that is loaded into Kibana, do I have to manually copy the new data and dashboards from the source space to the destination space? Isn't there a way to keep the two slots in sync automatically?
He encontrado esta documentación en la que indican una forma de hacerlo a través de la API de Kibana. En este caso está para el copiado de los dashboards, pero, como copio usando la API un data view donde esta todo el contenido de datos para generar las gráficas?
With this, what I am doing is copying the dashboard with the identifier 91*** that is in the default space that kibana creates to the space called "test" and that includes the references. I understand that includeReferences will also copy the data view that the dashboard uses to display the data. If I run this curl, I get this on the screen:
{"statusCode":400,"error":"Bad Request","message":"[request body.spaces]: expected value of type [array] but got [undefined]"}
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.