mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Not uploading dashboards to ES anymore, as we're moving to file based dashboards.
Relates to #35
This commit is contained in:
parent
524f407aaa
commit
f41de00841
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue