
Shobhit Garg
- Total activity 121
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 64
Comments
Recent activity by Shobhit Garg Sort by recent activity-
Hi Jellou, If it is an aggregate real time search, then we have a limit of 1000 results https://help.sumologic.com/Visualizations-and-Alerts/Alerts/Scheduled-Searches/Create_a_Real_Time_Alert Lim...
-
Hi Hirak, Little modification in the query | lookup Exception_lookup from https://company.com/userTable.csv on exception=Exception_lookup | if (isNull(Exception_lookup), "ignore", Exception_looku...
-
Hi John, There is little correction in the query ..initial query | lookup qid_lookup from https://company.com/userTable.csv on qid=qid_lookup | if (isNull(qid_lookup), "ignore", qid_lookup) as qi...
-
Hi Hirak, You can use the lookup tables and lookup operator to achieve it. You can create two separate lookups of "exception" and "msg". Exception_lookup and msg_lookup are fields in the lookup f...
-
Hi Steve, It would be good if you can tell more about what aggregate table are you referring here. Then we would be able to provide you a suitable answer. Regards, Shobhit
-
Hi John, I can understand that it can be a little painful. So what you can do is create a lookup file and put all those QID there. There are two ways you can create lookup 1. This is classic method...
-
Hi Mario, Thank you so much for your feedback. However when we checked in our local environment, we can see that spaces are there. Having said that I will share this screenshot with our UI team. Re...
-
Hello, Currently we do not support the outer join and have an open feature request for the same. You can create the lookup file for the query which is deficient in the data, then you can lookup t...
-
Hi Chris, I do not think you can achieve this. With transpose I am afraid we can achieve it. You can alternatively try below. We can use accum. Please read more about accum here | timeslice 1d| ...
-
Looks like we have an open feature request https://ideas.sumologic.com/ideas/SL-I-2712