Getting Data In

How can I compare values from the same field at different timestamps?

slipinski
Path Finder

I trying to create a graph which will be display difference beetwen values at different time.
"2018-07-10 15:37:16,395 Mem: 683 MB GC: 436 GCT: 11475 ms"
2018-07-10 15:36:16,395 Mem: 625 MB GC: 434 GCT: 11430 ms"
"2018-07-10 15:35:16,395 Mem: 868 MB GC: 431 GCT: 11365 ms"

I would like to create a graph with GC difeferences .i.e last minute=2, 2 minutes ago=3 and so on.
Any advice?

Thanks

Szymon

Tags (2)
0 Karma

renjith_nair
Legend

Hi @slipinski,

You could use delta command if you want difference between continuous events

e.g. "your search"|delta GC  as diff | filnull value=0

Used this to extract the field, base search | rex field=_raw "^(?:[^ \n]* ){6}(?P<GC>\d+)" |table GC

---
What goes around comes around. If it helps, hit it with Karma 🙂
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...