Point courier-test at _all

This commit is contained in:
Rashid Khan 2014-02-12 15:31:27 -07:00
parent 63ebfd9852
commit c608bfa141

View file

@ -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);