Merge pull request #483 from rashidkpc/master

Removed default @message from logstash dashboards
This commit is contained in:
Rashid Khan 2013-09-11 16:46:47 -07:00
commit 0f551acc76
2 changed files with 1 additions and 3 deletions

View File

@ -160,7 +160,7 @@ dashboard.rows[3].panels = [
dashboard.rows[4].panels = [ dashboard.rows[4].panels = [
{ {
type: 'table', type: 'table',
fields: !_.isUndefined(ARGS.fields) ? ARGS.fields.split(',') : ['@timestamp','@message'], fields: !_.isUndefined(ARGS.fields) ? ARGS.fields.split(',') : [],
sort: !_.isUndefined(ARGS.sort) ? ARGS.sort.split(',') : [ARGS.timefield||'@timestamp','desc'], sort: !_.isUndefined(ARGS.sort) ? ARGS.sort.split(',') : [ARGS.timefield||'@timestamp','desc'],
overflow: 'expand' overflow: 'expand'
} }

View File

@ -191,8 +191,6 @@
}, },
"overflow": "min-height", "overflow": "min-height",
"fields": [ "fields": [
"@timestamp",
"@message"
], ],
"highlight": [], "highlight": [],
"sortable": true, "sortable": true,