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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...