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!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...