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
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?
That is what I am looking for. I have not used OrderedDict. I will try... Thanks for the suggestion.
I mean column/field order...
Are you talking about row/event order or column/field order?