
David Filippelli
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by David Filippelli-
David Filippelli created a post,
search query to detect if soutceCategory is collecting data
Want to create a search/alert if a certain sourceCategory is collecting data. Example My app logs have not been sending data for 5 days. If I could search the sourceCategory (Dev/applogs)for the ...
-
David Filippelli created a post,
search that compares the values of memory and displays it is > than a value . Example memory > 85%
_sourceCategory=dev/jmx_json "diego_cell" | where job matches "*diego_cell*" | ((cap_total_mem - cap_remaining_mem) / cap_total_mem) * 100 as _pct_mem | format("%.2f",_pct_mem) as pct_us...