
Graham Watts
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Graham Watts-
Graham Watts commented,
Hi Jyotsna,We can install the Sumo Collector and Sources (sources.json) with User Data: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html#user-data-consoleFor example, you can add ...
-
Graham Watts commented,
Hi Tom,Here is our integration to collect Google Cloud Storage logs, we use Google Pub/Sub: https://help.sumologic.com/07Sumo-Logic-Apps/06Google/Google_Cloud_Storage/Collect_Logs_for_Google_Cloud_...
-
Graham Watts commented,
Hey Sai,Actually, parse regex multi will show a new line for value instead of field1, field2.Usually you will want to use parse regex multi to extract n number of fields, but if you have exactly 2 ...
-
Graham Watts commented,
Hey Sai,Parse Regex Multi can do this, try the below:| parse regex "\sname\:(?<field1>abc)" multiHope this helps!- Graham