NQL time_elapsed()
最終更新
役に立ちましたか?
役に立ちましたか?
devices
| where operating_system.last_update.time_elapsed() > 15ddevices
| include device_performance.boots
| where type == fast_startup
| compute last_fast_startup_time = time.last()
| list name, last_fast_startup_time.time_elapsed()devices
| include device_performance.boots
| where type == fast_startup
| compute time_since_last_fast_startup = time.last().time_elapsed()