Splunk Search

splunk.Intersplunk.outputResults to return the results in a determined order

lpolo
Motivator

I have a set of custom search commands that are working fine but I need splunk.Intersplunk.outputResults to return the results is a determined order.

Any idea: How can I force "splunk.Intersplunk.outputResults" to return the results in a determined order?

Thanks,
Lp

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Looking at this from a Python point of view, one row/event is a dict... which is inherently not ordered. There may be Splunk magic in the background though.

Have you tried using an OrderedDict?

lpolo
Motivator

That is what I am looking for. I have not used OrderedDict. I will try... Thanks for the suggestion.

0 Karma

lpolo
Motivator

I mean column/field order...

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Are you talking about row/event order or column/field order?

0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...