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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...