Dashboards & Visualizations

help Extracting data from logs for a line graph - n00b

okeefo
New Member

Hi,

I'm struggling to get some data in to a chart.

My data looks like this:

2013-04-25 17:08:43,882  nodeId="4",type="NodeMonitoringJmxBean",CpuPerThread="[worker0=1.2, worker2=1.2 otherStuff="notbotherdabout" ...]" 
2013-04-25 17:08:43,889  nodeId="8",type="NodeMonitoringJmxBean",CpuPerThread="[worker0=2.2, worker2=3.2 otherStuff="notbotherdabout" ...]" 
2013-04-25 17:08:43,896  nodeId="26",type="NodeMonitoringJmxBean",CpuPerThread="[worker0=3.2, worker2=3.2 otherStuff="notbotherdabout" ...]"

Whats happening here is every 10 seconds a get a log line of each node (30 in total) with current values of thread cpu.

I want to be able to put this in to a chart/line graph so that I can see all worker0 values for each node. over time (say last 15mins).

Ie.

x axis = time
y axis = workerO values

there will be 30 lines - one for each node

Any help greatly appreciated.

Thanks

Tags (1)
0 Karma

jeff
Contributor

Sounds like you're looking for timechart.

(your search) | timechart span=30s limit=0 avg(workerO) as workerO by nodeID

should get you close to what you're looking for.

kristian_kolb
Ultra Champion

and then click on the little icon that looks like a column chart (just under where it says '534 results..')

0 Karma

kristian_kolb
Ultra Champion

what version are on?

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 ...