Show _source by default, sort by _score by default

This commit is contained in:
Rashid Khan
2013-09-11 16:41:53 -07:00
parent 14d525da34
commit 8b5ac5e56e
2 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -45,10 +45,10 @@ angular.module('kibana.table', [])
size : 100, // Per page
pages : 5, // Pages available
offset : 0,
sort : ['@timestamp','desc'],
sort : ['_score','desc'],
group : "default",
style : {'font-size': '9pt'},
overflow: 'height',
overflow: 'min-height',
fields : [],
highlight : [],
sortable: true,