Dashboards & Visualizations

Can you help me color coordinate different charts in a dashboard?

pascoaljo
New Member

Dear Team

Could you please help me to get the same color in the charts, below the line chart... each one with the color of the line, in the Line Chart.

The code I have so far:

(host=jp) source="/home/jp/pings/targets/googledns.txt" OR source="/home/jp/pings/targets/defaultGateway.txt"  OR source="/home/jp/pings/targets/l3dns.txt"  OR source="/home/jp/pings/targets/sapo.txt"
| timechart avg(time) by source
| rename /home/jp/pings/targets/googledns.txt as "Google DNS" | rename /home/jp/pings/targets/defaultGateway.txt as "Default Gateway" | rename /home/jp/pings/targets/l3dns.txt as "L3 DNS" | rename /home/jp/pings/targets/sapo.txt as "sapo"

This code reads the data from 4 different .txt files in real time. The data is a ping to four different IPs.

Also the Legend on the right is customized.

alt text

Thank you in advance.

Best regards
JP

0 Karma

somesoni2
Revered Legend

Is the name of the series (renamed source in your query) static? If they are, you should be able to assign specific color to them in chart configurations. See charting.fieldColors attribute in below link.

http://docs.splunk.com/Documentation/Splunk/7.1.3/Viz/ChartConfigurationReference#General_chart_prop...

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...