
Latimer Luis
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
Activity overview
Latest activity by Latimer Luis-
Latimer Luis commented,
You may want to consider reviewing our Transpose operator. I believe what you're looking for should be possible with the following: _sourceCategory=prod/* and source ="xyz" | parse regex "collector...
-
Latimer Luis commented,
Please take a look at some of the (new-ish) time operators that were released. I think this should help you with your specific use case. queryStartTime() queryEndTime() queryTimeRange() - Latimer
-
Latimer Luis commented,
You can monitor for AWS trusted advisor checks using Cloudwatch Events as documented here: https://docs.aws.amazon.com/awssupport/latest/user/cloudwatch-events-ta.html Sumo Logic offers a Lambda fu...
-
Latimer Luis commented,
Jon - would it be safe to assume that the _sourceHost would be equivalent to the _collector name in this case? If so, you can configure a Field Extraction Rule (FER) with this parse expression:_col...
-
Latimer Luis commented,
For what it's worth, this notification wasn't intended to be alarming, simply informative. We do not expect any issues this weekend or next. The two sets of load balancers will be running in parall...
-
Latimer Luis commented,
Please note the change to the SYD rollout date. I've updated the original post as well. 11/9/2018 @ 13:30 PST --- Moved due to the Melbourne Cup SYD Endpoints: https://service.au.sumologic.com ...
-
Latimer Luis created a post,
NOTICE: Sumo Logic Load Balancers (Classic ELB to ALB)
We are replacing the load balancer for all our customer-facing endpoints (UI, API and collection) from classic ELB to application ELB. This will fix issues some customers are facing with our endpoi...
-
Latimer Luis commented,
I think what you'll need is to use the 'nodrop' operator at the end of your last json parsing statement to ensure that you're not dropping logs that don't contain this key. Without this nodrop clau...
-
Latimer Luis commented,
Hi Hunter,I'm very sorry about your current experience. We'll E-Mail you directly to have a discussion about this. In general, the reason you're running into this problem is because you have a lot ...
-
Latimer Luis commented,
Hi Mark - I tested this myself on Regex101 and I had to explicitly define the whitespace (\s) after the colon following "event". Perhaps what you're seeing is actually something that was extracte...