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!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...