Getting Data In

How to set data model to return a List instead of a String field?

emiliavanderwer
Explorer

As shown in the screenshot below, sometimes our data has one entry for the geo field and sometimes it has multiple entries for this same field. When our C# Web App issues a query to Splunk and gets results back, we use the Newtonsoft.Json library to help deserialize the JSON result into a C# object.

alt text

However, the issue is that when there is only one geo, Splunk returns a String object; yet when there are multiple geo values, then Splunk returns a List<String>. Since C# & its Newtonsoft.Json library are strongly typed, I would have to create two C# objects: one that handles geo as a String and another that handles geo as a List<String>.

Thus, my question is: Is there a way to force Splunk to always return List<String> for the geo field, even if the length of the list is only one?

0 Karma
1 Solution

emiliavanderwer
Explorer

Unfortunately, what I wanted to do above in Splunk is not possible.

View solution in original post

0 Karma

emiliavanderwer
Explorer

Unfortunately, what I wanted to do above in Splunk is not possible.

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...