Popular Articles
OSquery enrollment issues - Fresh installation
Below are a few guidelines to troubleshoot osquery communication issues. Upon osquery fresh installation if you are not seeing the asset online in uptycs portal, please follow below steps. 1)Asset Group Access: Check the asset group of the ...
usql
usql is a command line SQL client for Uptycs with auto-complete and syntax highlighting features. Pre-requisites for installation Python 2.7 or higher For complete details, refer to the article below ...
Disk Usage Query (Linux and Darwin)
This article includes the query used to find out the disk usage of a mount point for a particular host: Query SELECT m.upt_asset_id, m.upt_time, m.path, Round(( ( m.blocks - m.blocks_available ) * m.blocks_size * 10e-10 ), 2) AS used_gigs FROM ...
How to obtain an API Key
Overview An API key & secret are used to authenticate API clients to access Uptycs related resources. An API key / secret is unique to individual users. The document describes the process to obtain the same on Uptycs eco-system. Procedure Login into ...
Draft-Kal-Difference between Disabling / Deleting an Asset
Disabling an asset is used to temporarily disable collection of an asset's data on the portal. Deletion of an asset is intended for deletion of an asset permanently. Procedure for deletion of an asset calls for deletion of osquery agent on the ...