You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing that I liked on Kibana 3 was the ability to get a whole new dashboard just by changing the index name setting and saving with a different name.
The objective is simple... I have plenty of projects/clients that share the same logging/data information, but it's stored on different indexes (one index per client/project). At Kibana 4, I have to replicate all the work creating new visualisations just to change the index reference and add the same layout structure on a new dashboard. This is "time-consuming" comparing to Kibana 3.
At first I thought that since index was specified on dashboard definition, if I removed the index name from the visualisation definition It would be "agnostic" and use the index configured on Dashboard, but that is not the case, and the visualisation is broken and useless.
Is there a way of getting a new dashboard easly by reusing an existing one? Or something planed on the future?
The text was updated successfully, but these errors were encountered:
Unfortunately the architecture doesn't really allow for this. The index is no longer stored on the dashboard but rather on each visualization, thus allowing us to put multiple indices on a single dashboard. There's really no provision for overriding these and it wouldn't really be technically feasible. It is possible you could do this programmatically by cloning panels and changing the index on their search sources
Once we implement dashboard filters you could point KIbana at an alias representing all of your indices and add a filter to each dashboard for different clients.
If we chose the option "manage dashboards" and edit one of the dashboards available, there is a textarea named "kibanaSavedObjectMeta.searchSourceJSON" where it mentions the index name and It's not the same one as the visualisations.
One thing that I liked on Kibana 3 was the ability to get a whole new dashboard just by changing the index name setting and saving with a different name.
The objective is simple... I have plenty of projects/clients that share the same logging/data information, but it's stored on different indexes (one index per client/project). At Kibana 4, I have to replicate all the work creating new visualisations just to change the index reference and add the same layout structure on a new dashboard. This is "time-consuming" comparing to Kibana 3.
At first I thought that since index was specified on dashboard definition, if I removed the index name from the visualisation definition It would be "agnostic" and use the index configured on Dashboard, but that is not the case, and the visualisation is broken and useless.
Is there a way of getting a new dashboard easly by reusing an existing one? Or something planed on the future?
The text was updated successfully, but these errors were encountered: