Skip to main content
Sometimes it is important to list very specific filters or the whole infrastructure about all agents to know about versions or to have an overview about the covered environment.
How to do this?
 
Yes, you can see all  Lacework agents in your Lacework Console under Resources -> Agents.
In addition you can also use Lacework CLI to list all agents and in addition, filter for specific parameters, like active agents, agent versions or operating systems.List all Lacework agents via CLI:
  • lacework agent list
    • List all active Lacework agents via CLI:
  • lacework agent list --filter status:ACTIVE
    • List all active Lacework agents that run on Linux hosts
  • lacework agent list --filter status:ACTIVE --filter "os:Linux"
    • More filters can be found with the helm parameter:
  • lacework agent list --help

Reply