
Monty Yao
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Monty Yao-
Monty Yao commented,
You could parse out the elements within choco with regex multi, then count how many time it shows. For example: | parse "*:[*]" as name,elements| extract field=inner "(?<comma>\,+?)" multi // ex...
-
Monty Yao commented,
Lookup file file has a 8MB right now and there was a few votes out there to increase that soft cap. For customers who has more than 8MB, what I recommend is break that down into multiple files. You...
-
Monty Yao commented,
The sumologic python sdk is for managing collector & sources and query data/dashboard. Here is an example on various uploading to an HTTP Endpoint. # READ FIRST# https://help.sumologic.com/Send-D...
-
Monty Yao commented,
Hi Justin, You can parse the output of every 10 minutes as ONE message. You will need to setup a multi-line detection regular expression to match the first line of the whole multi-lines message. In...
-
Monty Yao commented,
Hi Chaitanya, You can achieve the above with a JOIN query.. for example, join the first condition with the second by user name. | parse "IP <*>" as address | parse "User <*>" as user| lookup latitu...