mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #483 from rashidkpc/master
Removed default @message from logstash dashboards
This commit is contained in:
commit
0f551acc76
@ -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 @@
|
|||||||
},
|
},
|
||||||
"overflow": "min-height",
|
"overflow": "min-height",
|
||||||
"fields": [
|
"fields": [
|
||||||
"@timestamp",
|
|
||||||
"@message"
|
|
||||||
],
|
],
|
||||||
"highlight": [],
|
"highlight": [],
|
||||||
"sortable": true,
|
"sortable": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user