I was reading this discussion and tried to apply the same steps as provided in the accepted answer but for me it’s not working:
I verified that regex ‘\w+.+’ extract the parts of the text that i am interested in.
What else do i need to do in order for it to work.
What i trying to accomplish: instead of displaying the whole original log message in the table, i want to display only a certain part of it.
Thanks