rosenauj
06-11-2024Cloud Apps
Dynamic ElasticCubes config for many\multiple dashboards
Is it possible to configure Dynamic ElasticCubes for several dashboards at once? We currently have a very long, repetitive config file and it is getting difficult to maintain.
For example, if we could change this to allow a list of dashboard names or OIDs, that would make things much easier to maintain for a large group of dashboards.
'656a0d1955889f0033c65454': { //dashboard 1
'987654321987654321987654': { //group id A
dashboardDatasource: {
title: 'DataSourceA',
address: 'LocalHost',
}
},
'123456789123456789123456': { //group id B
dashboardDatasource: {
title: 'DataSourceB',
address: 'LocalHost',
}
},
},
'66071b42a8b1ca0033e78945': { //dashboard 2
'987654321987654321987654': { //group id A
dashboardDatasource: {
title: 'DataSourceA',
address: 'LocalHost',
}
},
'123456789123456789123456': { //group id B
dashboardDatasource: {
title: 'DataSourceB',
address: 'LocalHost',
}
},
},
Hi rosenauj,
Unfortunately, that is not currently possible since the add-on is designed to read the security configuration on a per dashboard basis. If you'd like to submit this as a feature request, you can post it in the Product Feedback Forum, or reach out to your Customer Success Manager.