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
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...