mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
ef6735c66a
commit
2b34fa22ae
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public class AgentService extends AbstractLifecycleComponent<AgentService> {
|
|||
this.indicesService = (InternalIndicesService) indicesService;
|
||||
this.clusterService = clusterService;
|
||||
this.nodeService = nodeService;
|
||||
this.interval = componentSettings.getAsTime("interval", TimeValue.timeValueSeconds(5));
|
||||
this.interval = componentSettings.getAsTime("interval", TimeValue.timeValueSeconds(10));
|
||||
this.indicesToExport = componentSettings.getAsArray("indices", this.indicesToExport, true);
|
||||
this.client = client;
|
||||
this.clusterName = clusterName.value();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue