Show _source by default, sort by _score by default
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user