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