
Jay Schwegler
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Jay Schwegler-
Jay Schwegler commented,
Hi Patrick, If you are using our geo lookup operator against a set of IPs from the Teams logs, for example: | lookup latitude, longitude, country_code, country_name, region, city, postal_code from ...
-
Jay Schwegler commented,
Hi Ethan, You could use the following logic to generalize the error codes and then count the successes vs. the failures. | if(status_code = "200", 1, 0) as success| if(!(status_code = "200"), 1, 0)...
-
Jay Schwegler commented,
No problem! Glad everything is working. ./Jay Schwegler
-
Jay Schwegler commented,
Hi Yuvaraj, You can use this regex to pull out the ContactUUID as an example, but proceed it with the multi parameter to capture all of the ContactUUID's that appear in the individual message: | pa...
-
Jay Schwegler commented,
Hi Gaurav, During the installation/registration of a new collector, there is an ephemeral flag that can be set which will cause the collector to automatically be deleted if offline for longer than ...
-
Jay Schwegler commented,
Great solution! I am equally surprised. I would not have guessed that the %localhost% variable would have been translated in that context. ./Jay
-
Jay Schwegler commented,
Hi David, Since the server is not part of a Windows Domain, you'll be using a local machine account for the collector authentication. Under that context, the "domain" is simply the server name (as ...
-
Jay Schwegler commented,
Hi Beth, We can get in touch with you via your account team, I'll get that started and we'll see if we can help. Thanks. ./Jay
-
Jay Schwegler commented,
From the UI, you can query the audit index for the view stats on externally shared dashboards using this query: _index=sumologic_audit and _sourceName=REPORT "Viewed Report" However, the same type ...