Splunk Search

How to keep the multivalue field values in ascending order when creating a transaction?

fere
Path Finder

I have the following query:
..... | transaction CUSTOMER_KEY mvlist=t | makemv delim="," moves
Problem is when it creates the multivalue field from "moves" values it does it in descending order. I need that to be in ascending order.

Sorting the logs before the transaction doesn't seem to help
(....| sort 0 CUSTOMER_KEY moves | transaction CUSTOMER_KEY mvlist=t | makemv delim="," moves )

Thanks

Tags (2)
0 Karma

wpreston
Motivator

Have you tried making the moves field multi-value before creating the transaction?

... makemv delim="," moves | transaction CUSTOMER_KEY mvlist=t ... | rest of your search
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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