Dashboards & Visualizations

Display table into a timechart

hishamjan
Explorer

Hi,

 

I would like to display my table into a timechart/chart graph instead.

Below is the screenshot attached of the table via my search query:

hishamjan_0-1614682775656.png

 

I would like to convert this into a timechart/chart graph where memFreePct and memUsedPct is shown per time for each host, A to E.

 

thanks

Labels (3)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

There is no time component in your search results

0 Karma

hishamjan
Explorer

here is my search query:

source="vmstat"
            | dedup host 
 | eval host=upper(host)
            | eval FreeGBs=FreeMBytes/1024, TotalGBs=TotalMBytes/1024, UsedGBs=UsedMBytes/1024
            | table host memFreePct memUsedPct
| sort host
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

So, the first thing you need to do is modify this query to return a time element (assuming that is in your source data)

0 Karma

hishamjan
Explorer

that's exactly what I'm unable to do 🙂

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Start with your data - what fields do you have in vmstat?

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...