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!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...