
Akshay Jaisinghani
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Akshay Jaisinghani-
Akshay Jaisinghani commented,
Hi Harishwer Selvakumar, I tried this: _sourceCategory=kubernetes*| parse regex "(?<loglevel>level[\\]?[\\\"]?[:=][\\]?[\"]?(([a-zA-Z]*)))" multi its working in my case.
-
Akshay Jaisinghani commented,
Hi Harishwer Selvakumar Thanks for the immediate response , I tried the regex by escaping it but then I got this response. I tried it couple of times the issue was same.
-
Akshay Jaisinghani created a post,
Hi I am trying to parse a regEx but I am getting error
I am trying to "parse regex" and I followed the documentation provide by you but I am getting an error. regex expression: | parse regex "(?<field>["]?level[\\]?["]?[:=][\\]?["]?(([a-zA-Z]*))[\\]...