
Alhad Palkar
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by Alhad Palkar-
Alhad Palkar created a post,
Using metadata in `on` clause for `join
I am trying to perform a join on two log events if they come from the same _sourceHost. There is nothing else in the two events that i can perform a join on. How would I do this? If I do ...
-
Alhad Palkar commented,
something like this sort of works although i still have to manually go through the results to infer causality here is my query: ((_sourceCategory=log/*) and ("server closing..." or "client retu...
-
Alhad Palkar commented,
how would I construct a query that searches for either event1 or event2? I have just started using SumoLogic and I can't find a way of doing that. if I can do this, I would be able to use the "time...
-
Alhad Palkar created a post,
how would you filter two events that happen close together in time
I am trying to filter errors that happen based on a given precondition. So say my logs have an error message like this "client returned error : -1" We know that this error could h...