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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...