mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Point courier-test at _all
This commit is contained in:
parent
63ebfd9852
commit
c608bfa141
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ define(function (require) {
|
|||
angular.module('kibana/controllers')
|
||||
.controller('Kibana', function (courier, $scope, $rootScope) {
|
||||
$rootScope.dataSource = courier.createSource()
|
||||
.index('logstash-2014.02.13')
|
||||
.index('_all')
|
||||
.size(5);
|
||||
|
||||
setTimeout(courier.start, 15);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue