Dashboards & Visualizations

arthematic operations are not working on extracted data

Pavankt
Loves-to-Learn

my json file contains total 2 stages as below.

per_stage_info_vendor_data[ [-]
     { [-]
       Stage: stage1
       WallClockTime: 0h:30m:23s
     }
     { [-]
       Stage: stage2
        WallClockTime: 0h:52m:36s
     }
   
   ]

 

with following regular expression we are able to get the hours mins and seconds.

rex field=per_stage_info_vendor_data{}.WallClockTime max_match=0 "((?<hours>\d+)h:(?<minutes>\d+)m:(?<seconds>\d+)s)"

But when i tried |eval  stagetime=hours*3600+minutes*60+seconds  it's not working, when i checked further any of the arithmetic  operation on these three fields(hours,minutes and seconds).

 

do i need to convert these fields to any other format.

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Looking at your data, it appears that the rex would give you multi-valued fields, which you can't then do arithmetic on. Please explain what it is you are trying to actually do.

0 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 ...