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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...