Splunk Search

Extracting fields from logs

kandulasrinivas
New Member

I have a log file with below content

20120316.051652 Fr I perf Thread-9807784[10.xx.xx.x]/xxxxxx xxxxxxx xxxxxxx 725 100 787234600 2107768832

20120316.051652 Fr I perf Thread-9807750[10.xx.xx.x]/xxxxxxx xxxxxxx xxxxxxx 921 100 790443496 2107768832

How can i add the values that are present in 9 th column of line example in the above line
i want to add 725 + 921 and print the sum of it.

Tags (2)
0 Karma

Ayn
Legend
... | rex "^(?:\S+\s){7}(?<myfield>\d+)" | accum myfield AS myfield_sum
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 ...