Skip to content

Commit

Permalink
Merge pull request #483 from rashidkpc/master
Browse files Browse the repository at this point in the history
Removed default @message from logstash dashboards
  • Loading branch information
Rashid Khan committed Sep 11, 2013
2 parents 5f1b698 + 4b06785 commit 0f551ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion dashboards/logstash.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ dashboard.rows[3].panels = [
dashboard.rows[4].panels = [
{
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'],
overflow: 'expand'
}
Expand Down
2 changes: 0 additions & 2 deletions dashboards/logstash.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@
},
"overflow": "min-height",
"fields": [
"@timestamp",
"@message"
],
"highlight": [],
"sortable": true,
Expand Down

0 comments on commit 0f551ac

Please sign in to comment.