cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CyberArk Dashboard (components)

negianand87
Newcomer

Hi Community,

I'm looking to create a holistic dashboard for CyberArk components like the PVWA/CPM/PSM/CCP etc. and would like to capture content like CPU/Memory/Disk usage and then incoming/outgoing connections, and certain specific monitoring like hits per/timeframe for ccp etc. Is there a package or code that can be used to set this up ?

 

Regards

Anand

1 REPLY 1

p_devulapalli
Leader

@negianand87 Not sure if something readily available but you should be able to build a dashboard and tiles with relevant metrics by filtering based on the process groups running on Hosts . Here is an example 

 

PVWA

fetch dt.entity.process_group
|filter in (entity.name , array("CyberArkScheduledTasks.exe", "IIS app pool PasswordVaultWebAccessPool"))

 

CPM 

fetch dt.entity.process_group
|filter in (entity.name , array("CACPMScanner.exe"))

 

Phani Devulapalli

Featured Posts