Page 1 of 1

Log Server dashboard customisations

Posted: Tue Oct 01, 2024 7:14 am
by Chris Hardick
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)"
}

Re: Log Server dashboard customisations

Posted: Tue Oct 01, 2024 2:58 pm
by jmichaelson
For that I'd say to have a look at the Kibana documentation here:

https://www.elastic.co/guide/en/kibana/3.0/index.html

Re: Log Server dashboard customisations

Posted: Tue Jan 07, 2025 2:00 am
by Jacobjsdhfg
jmichaelson wrote: Tue Oct 01, 2024 2:58 pm For that I'd say to have a look at the Kibana documentation here:
contexto
https://www.elastic.co/guide/en/kibana/3.0/index.html
thanks for sharing!! :mrgreen:

Re: Log Server dashboard customisations

Posted: Tue Jan 07, 2025 6:00 pm
by jmichaelson
Now for the follow up question: Were either of you successful?