Exclude Specific Apps
Some apps are excluded by default, but you can modify this process to exclude specific apps.
To exclude specific apps:
Access the appliance console using ssh.
Log in using the
nsadmin/nsappliancecredentials. An nsshell opens.Enter
configureto enter the nsshell configure mode.To get a list of the apps included in event log files, enter the command:
add log-upload exclude-applist. This creates an index number for an app extracted in log events. Identify the index number and name of the app you want to exclude.To exclude an app, enter this command:
set log-upload exclude-applist <index> app-name <name of app>.Tip
To change an app entry, simply enter:
set log-upload exclude-applist <index> app-name <name of existing app>-<name of new app>.To see the updated list of excluded apps, enter this command:
show log-upload exclude-applist.Enter
saveto activate your changes.Enter
exitto leave the configure mode.Enter
exitto leave the nsshell and exit the applianceconsole.
To delete apps from the exclude list, follow steps 4 and 5 above but replace set with delete.