Log Server dashboard customisations
Posted: Tue Oct 01, 2024 7:14 am
Hi.
I am trying to work out whether it is possible to customise a dashboard to change the colour of a value to aid comprehension. ie its green if value is zero and red if value is non zero.
dashboard code:
{
"title": "Chart",
"height": "700px",
"panels": [
{
"span": 12,
"editable": true,
"type": "hits",
"loadingEditor": false,
"style": {
"font-size": "288pt",
"textAlign": "center"
},
"arrangement": "horizontal",
"chart": "total",
"counter_pos": "above",
"donut": false,
"tilt": false,
"labels": true,
"spyable": true,
"queries": {
"mode": "all",
"ids": [
0,
1,
2,
3,
4,
5
]
},
"title": "Firewall events (can be changed)"
}
I am trying to work out whether it is possible to customise a dashboard to change the colour of a value to aid comprehension. ie its green if value is zero and red if value is non zero.
dashboard code:
{
"title": "Chart",
"height": "700px",
"panels": [
{
"span": 12,
"editable": true,
"type": "hits",
"loadingEditor": false,
"style": {
"font-size": "288pt",
"textAlign": "center"
},
"arrangement": "horizontal",
"chart": "total",
"counter_pos": "above",
"donut": false,
"tilt": false,
"labels": true,
"spyable": true,
"queries": {
"mode": "all",
"ids": [
0,
1,
2,
3,
4,
5
]
},
"title": "Firewall events (can be changed)"
}