Not uploading dashboards to ES anymore, as we're moving to file based dashboards.

Relates to #35
This commit is contained in:
Boaz Leskes 2014-01-22 13:09:44 +01:00
parent 524f407aaa
commit f41de00841

View file

@ -106,7 +106,7 @@ public class ESExporter extends AbstractLifecycleComponent<ESExporter> implement
);
}
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());
}