Splunk Search

Why is Taskcount file not being treated as a numeric field when fetching events having count greater than or equal to 20 taskcount?

ychichani
New Member

I have log as below:

{"Timestamp":"2019-03-12T16:25:11.4287941+00:00","Level":"Fatal","MessageTemplate":"{Level}: {Event} - Additional Data:{@Data}","Exception":"XYZ: Sync Queue Max Limit Reached","Properties":{"Level":"Fatal","Event":"MaxSyncLimit","Data":{"Node":"LVSP10SYS005","TaskCount":20},"MachineName":"ABC","ExceptionDetail":{"Message":"Sync Queue Max Limit Reached","Data":{},"InnerException":null,"TargetSite":null,"StackTrace":null,"HelpLink":null,"Source":null,"HResult":-2146233088,"Type":"XYZ"},"LogType":"Admin","Application":"SyncNode","Environment":"V3"}}
Tags (1)
0 Karma
1 Solution

nickhills
Ultra Champion

Hi @ychichani,
Have you tried:
|eval TaskCount='Properties.Data.TaskCount'

If my comment helps, please give it a thumbs up!

View solution in original post

0 Karma

nickhills
Ultra Champion

Hi @ychichani,
Have you tried:
|eval TaskCount='Properties.Data.TaskCount'

If my comment helps, please give it a thumbs up!
0 Karma

ychichani
New Member

index=applogs Level=Fatal "Properties.Event"=MaxSyncLimit "Properties.ExceptionDetail.Message"="Sync Queue Max Limit Reached"
| eval TaskCount = "Properties.Data.TaskCount"
| search TaskCount > 20
| stats count by "Properties.Data.TaskCount", host

Thanks

0 Karma

ychichani
New Member

But it also returning events lesser than 20

0 Karma

nickhills
Ultra Champion

Your welcome!

If my comment helps, please give it a thumbs up!
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 ...