Hi, This is my first time starting a discussion. Please pardon my mistakes. So I am trying to perform a search where I can sort based on a series of numbers occurring at the end of a text.
example:
index=abc sourcetype=xyz Entity=HI* Text="*Rejected message received - code 456"
index=abc sourcetype=xyz Entity=HI* Text="*Rejected message received - code 789"
index=abc sourcetype=xyz Entity=HI* Text="*Rejected message received - code 345"
So I would like to sort count by the 3 digit code number. Is it possible to do it?
... View more