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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...