Skip to content

Commit e0b0df2

Browse files
authored
Merge pull request #36 from draios/restore-dashboards-with-filter
Include filterExpression (scope) when restoring backed-up Dashboards
2 parents 9cd5353 + 29c5efc commit e0b0df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/restore_dashboards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'filterProcesses', 'isLegendExpanded', 'inhertitTimeNavigation',
3636
'schema', 'sortAscending', 'mapDataLimit', 'metrics', 'filterExtNodes',
3737
'sorting', 'name', 'sourceExploreView', 'items', 'showAs', 'eventsFilter',
38-
'timeMode', 'isShared', 'sourceDrilldownView']
38+
'timeMode', 'isShared', 'sourceDrilldownView', 'filterExpression']
3939

4040
for info in zipf.infolist():
4141
data = zipf.read(info.filename)

0 commit comments

Comments
 (0)