
Jorge Silva
- Total activity 88
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 45
Comments
Recent activity by Jorge Silva Sort by recent activity-
Official comment Sumo Logic does not offer a direct solution to collect GPU metrics. However, if you are using NVidia GPUs, they do have a plugin for Telegraf that you can use to collect GPU metrics. For informatio...
-
Not sure I understand your question. Isn't the "total" operator already doing what you are asking? It is showing you the total sum of all users connected in a separate field.
-
Can you see the billing tab as described in https://help.sumologic.com/Manage/01Manage_Subscription/06Manage_Billing_Information? If not, then please contact billing@sumologic.com to update your in...
-
Should I look for "_source" as a proxy for systems? That depends on how you labeled the sources, but it is a good starting point. You can also search by "_collector" or any other metadata.You are...
-
In order to add a user, you must assign a role. That role will contain all the restrictions that you deem necessary for that user.
-
It should be exactly the same, with the exception of the user assigned as the Account Owner, this user must have the default Administrator role, this role cannot be removed from this user.
-
Official comment Hello Mike Give this query a try: _sourceCategory=your.source.category| parse regex field=_raw "(?<message2>\{.+)(?:\,|])" multi| json field=message2 "type"| where type="blocked" I put the keyword ...
-
Official comment Hello Dominic, Queries must have an aggregate operator in order to be added to a Dashboard, there is no other way around this. Your workaround for your query is the correct way to do this. Even whe...
-
Sumo Logic does not offer a direct integration with Bitwarden. Looking at Bitwarden documentation, https://bitwarden.com/help/article/event-logs/, it seems that they provided event logs via an API....
-
Hello Albert, I think the transaction operator might help you here. For more information about this, please go to https://help.sumologic.com/05Search/Search-Query-Language/Transaction-Analytics/Tra...