Splunk Search

Order of columns after xyseries is unexpected

513239
Explorer

I am trying to arrange one of my column into rows. So I am using xyseries which is giving right results but the order of the columns is unexpected. Please help me to solve this.

My query is-

index=idx sourcetype=src1 |eval status=if(error,"status1",if(warning,"status2",if(debug,"status4","unknown"))) |stats count by field1 field2 field3 status |eval combination=mvappend(field1,field2,field3) |xyseries combination status count |rex combination "(?.)\s(?.)\s(?.*)"

I want result in below sequence-

field1 field2 status1 status2 status3 field3

But I am getting below result

field1 status1 status2 field2 field3 status3

513239
Explorer

I found the workaround for this. Specify field names for static one and "*" for dynamic fields.

|table field1 field2 * field3

ryhluc01
Communicator

Good Morning,

Can you select your answer?

0 Karma
Get Updates on the Splunk Community!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...