Commit 4b067854 by Rashid Khan

Removed default @message from logstash dashboards

parent 8b5ac5e5
......@@ -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'
}
......
......@@ -191,8 +191,6 @@
},
"overflow": "min-height",
"fields": [
"@timestamp",
"@message"
],
"highlight": [],
"sortable": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment