Splunk Search

How to get environment in customized order

Engineer_Zen
Observer

IMG-20210405-WA0002.jpgHow can I sort so that I can get the Stage_INT 1st and others after that and below is the output image. Can someone please give me the query

Like this 

 

IMG-20210405-WA0003.jpg

@Anonymous @Anonymous @mayurr98 

Labels (1)
0 Karma

thambisetty
SplunkTrust
SplunkTrust

| sort ENVIRONMENT

The below example is run anywhere :

| makeresults | eval ENVIRONMENT="STAGE_INT,STAGE_QA,STAGE_INT,STAGE_PERF,STAGE_QA"
| makemv ENVIRONMENT delim=","
| mvexpand ENVIRONMENT
| sort ENVIRONMENT
————————————
If this helps, give a like below.
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...