Hi , my search is like specified below,
Index=main source=file.txt xxx=*| stats values(a) values(b) values(c) by xxx
Gives the table
Xxx values(a) values(b) values(c)
So qq sss sss
Wqq wewe wewe wew
we wew wew wewe
can I change the layout of the table like this, I tried using append and appendcols, I know something I am missing please help to make the table like below
xxx values(a) values(b) values(c)
So
Qq sss sss
Wqq
Wewe wewe ww
We
Ss ss ss
Ss
Ass asa blaabla
Please help
... View more