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!

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...

Data Management Digest – November 2025

  Welcome to the inaugural edition of Data Management Digest! As your trusted partner in data innovation, the ...