Is there any way that I can customize the color of column or bar chart? since I wanted to represent green, yellow and red for running, idle and stop. thanks!
@mdmaala running, idle and stop are the columns in your table you can use charting.fieldColors chart configuration. Refer to one of my older answers.
https://answers.splunk.com/answers/548161/how-to-change-colour-of-graphs.html
You can also refer to Splunk documentation for details on Chart configuration reference: https://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference
@mdmaala running, idle and stop are the columns in your table you can use charting.fieldColors chart configuration. Refer to one of my older answers.
https://answers.splunk.com/answers/548161/how-to-change-colour-of-graphs.html
You can also refer to Splunk documentation for details on Chart configuration reference: https://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference
Thank you so much!