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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...