Log Server dashboard customisations

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Post Reply
Chris Hardick
Posts: 33
Joined: Mon Mar 25, 2019 5:40 am

Log Server dashboard customisations

Post 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)"
}
You do not have the required permissions to view the files attached to this post.
User avatar
jmichaelson
Posts: 217
Joined: Wed Aug 23, 2023 1:02 pm

Re: Log Server dashboard customisations

Post 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
Please let us know if you have any other questions or concerns.

-Jason
Post Reply