Splunk Search

How do i compare the field values in my search?

guna1390
New Member

I have a field here like total_time which has 100+ values (0.125,2.25,etc).

I want the result like the field total_time values which are greater than 10.

my search is search_command | eval responsetime=if(total_time>20, "Yes", "No")

BUT the above search is taken as a count and showing the results.

0 Karma
1 Solution

somesoni2
Revered Legend

Are you trying to filter to keep only the events/records for which the total_time value is greater than 10?? If yes, the try like this

search_command | where total_time>10

If not then probably more details here would help, like expected output.

View solution in original post

0 Karma

somesoni2
Revered Legend

Are you trying to filter to keep only the events/records for which the total_time value is greater than 10?? If yes, the try like this

search_command | where total_time>10

If not then probably more details here would help, like expected output.

0 Karma

guna1390
New Member

Thanks.

It works for me.

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