Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Not uploading dashboards to ES anymore, as we're moving to file based…
Browse files Browse the repository at this point in the history
… dashboards.

Relates to #35
  • Loading branch information
bleskes committed Jan 22, 2014
1 parent 524f407 commit f41de00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public ESExporter(Settings settings, Discovery discovery, ClusterName clusterNam
);
}
ArrayList<String> dashboardPaths = new ArrayList<String>();
for (String d : settings.getAsArray("es.upload.dashboards", new String[]{"overview.json", "cluster_pulse.json"})) {
for (String d : settings.getAsArray("es.upload.dashboards", new String[]{})) {
dashboardPaths.add(new File(dashboardsBase, d).getAbsolutePath());
}

Expand Down

0 comments on commit f41de00

Please sign in to comment.