Commit 4b067854 by Rashid Khan

Removed default @message from logstash dashboards

parent 8b5ac5e5
...@@ -160,7 +160,7 @@ dashboard.rows[3].panels = [ ...@@ -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'
} }
......
...@@ -191,8 +191,6 @@ ...@@ -191,8 +191,6 @@
}, },
"overflow": "min-height", "overflow": "min-height",
"fields": [ "fields": [
"@timestamp",
"@message"
], ],
"highlight": [], "highlight": [],
"sortable": true, "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