Getting Data In

different results searching json data depending on app

fdarrigo
Path Finder

alt textI am ingesting JSON data via the HEC on a HeavyForwarder, but when I query the data in SplunkCloud, I have different results depending on which app I am using to query the data.

For example, in the search and reporting app, the json data creates an event with fields "ping.jitter" and "ping.latency". However, when I query using a custom app, the event is not created and the fields "ping.jitter" and "ping.latency" are not created nor are they populated with data.
alt text
Any ideas why?

Tags (1)
0 Karma
1 Solution

MuS
SplunkTrust
SplunkTrust

Hi fdarrigo,

Two possible reasons:

  1. You run the search in your custom app in fast mode, see https://docs.splunk.com/Documentation/Splunk/latest/Search/Changethesearchmode#Using_the_Fast_mode for more details
  2. You need to add KV_MODE = json to your sourcetype under Setting - Source types in your custom app

Hope this helps ...

cheers, MuS

View solution in original post

0 Karma

fdarrigo
Path Finder

MuS- Changing from fast mode to verbose solved the problem
anthonymelita - thanks for the tip. I will keep it in mind.

0 Karma

MuS
SplunkTrust
SplunkTrust

Hi fdarrigo,

Two possible reasons:

  1. You run the search in your custom app in fast mode, see https://docs.splunk.com/Documentation/Splunk/latest/Search/Changethesearchmode#Using_the_Fast_mode for more details
  2. You need to add KV_MODE = json to your sourcetype under Setting - Source types in your custom app

Hope this helps ...

cheers, MuS

0 Karma

anthonymelita
Contributor

In my experience Splunk attempts to auto-extract json objects to fields and frequently fails. Try adding an |spath command as your first pipe after basic search criteria like index, source, etc...

0 Karma

fdarrigo
Path Finder

Thanks. I will keep it in mind.

0 Karma
Get Updates on the Splunk Community!

Fall Into Learning with New Splunk Education Courses

Every month, Splunk Education releases new courses to help you branch out, strengthen your data science roots, ...

Super Optimize your Splunk Stats Searches: Unlocking the Power of tstats, TERM, and ...

By Martin Hettervik, Senior Consultant and Team Leader at Accelerate at Iver, Splunk MVPThe stats command is ...

How Splunk Observability Cloud Prevented a Major Payment Crisis in Minutes

Your bank's payment processing system is humming along during a busy afternoon, handling millions in hourly ...