
Brian Jahng
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Brian Jahng-
Brian Jahng commented,
Pankaj, have you tried removing the AWS tag filters you are using?
-
Brian Jahng commented,
David, yes you have to import the json. Please see the "Import Content in the Library" section of this doc: https://help.sumologic.com/05Search/Library/Export-and-Import-Content-in-the-Library. As ...
-
Brian Jahng commented,
Archana, you can use the "timeslice" operator to accomplish that. Try adding this to the end of your query: | timeslice 1m| count by _timeslice You can then click on the "Line Chart" icon to better...
-
Brian Jahng commented,
Arno, you could use two parse statements with the second one overwriting the first if it exists: | parse "SRC=* DST=* " as src_ip, dst_ip| parse "[SRC=* DST=* " as src_ip, dst_ip nodrop Hope that h...