Dashboards & Visualizations

How to Make a line chart for 2 parameters

palak-xperi
Loves-to-Learn

the first parameter is expectedBw and the other one is observedBw the expectedBw remains constant we have to show by line graph that how the expectedBw is being achieved with respect to observedBw. There need to be 2 lines one for expectedBw one for observedBw. the x axis should have time and y axis should have bandwidth means at different time how is the observedBw going forward or behind the expectedBw

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @palak-xperi,

if expectedBw is a fixed value, you could use a solution like this:

index=_internal
| timechart count AS observedBw
| eval expectedBw=3000

Ciao.

Giuseppe

0 Karma

palak-xperi
Loves-to-Learn

but expectedBw also vary in different cases as the data is dynamic

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @palak-xperi,

Is there a rule for this variation?

you have to recreate this rule in your search.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...