Possible to capture some application usage info in BFI

Hi,

Is there any option do capture the application usage data for particular application,

Like In my environment we have 500+ application running and I have 30k+ endpoints, so normally BFI gives all the application usage for all the machines,

Here can I capture only 100 application usage information for that 30k+ endpoints ?

If yes please share some idea about where to do the setting,

Thanks,
Nagaraj,

You will have to filter the data for those 100 applications manually. There is no direct way to create a list for only 100 applications.

1 Like

Take a look at the following Client Setting _BESClient_UsageManager_EnableAppUsageSummaryApps

According to the documentation, you can select the applications to track using a colon ( : ) delimited list.

The default value of this setting is -:noapp which means All Applications (literally NOT no applications).

For example, you limit the list to a defined set of 3 applications by using +:app1:app2:app3.

Use the running task name, such as winword.exe or excel.exe

See application usage summary for more information.

2 Likes