
Hirak Chatterjee
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Activity overview
Latest activity by Hirak Chatterjee-
Hirak Chatterjee commented,
Thank you Shobhit.
-
Hirak Chatterjee created a post,
possible to include external function inside where clause?
Hi, I have the following search, which extracts java exceptions from logs. There are some "known" exceptions which we are filtering out from results using where clause. === (" ERROR " or "Exception...
-
Hirak Chatterjee commented,
Thanks Graham. So my usecase is to find all exceptions "but" the known ones. So couldnt add the list in the select. I have already tested the where clause syntax you gave above, it's working perfec...
-
Hirak Chatterjee created a post,
"not in" stacktrace
Hi, We want to create a search to extract all exceptions (java stacktrace). But then filter out some known recurring errors, by looking up a manually controlled static list. Could someone please he...