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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...