A Log Profile defines which logs should be collected from your servers and how they should be parsed and associated with monitors. Creating a log profile is the first step in collecting and analyzing logs using AppLogs.
To add a log profile, navigate to the AppLogs tab → Configurations → Log Profiles → Add Log Profile and enter the following details:

Enter the log profile details

Note: If the pattern does not align with the sample logs, entries may be collected with missing or unknown fields. Review and update the sample log and parsing pattern as needed to ensure all required fields are accurately captured.
Specify the log file paths
In the List of files to search for logs field, you can enter the full file path or directory path of the log files. Wildcards can be used to include multiple files.
To include all files under a particular folder, mention the folder name suffixed with / followed by * in the List of files to search for logs field and click the Include option. For example,
home/sas/cassandra/*
will include all the files under the folder cassandra. This option considers only files and excludes sub-folders.
To include all files and folders under a particular folder, mention the folder name suffixed with / followed by ** in the List of files to search for logs field. For example,
home/sas/cassandra/**
will include all the files and sub-folders within the folder cassandra. This option includes all sub-folders and files within the specified file path.
Exclude a particular file by clicking the + button, adding the specific file path to be excluded, and selecting the Exclude option. Follow the same format mentioned above while specifying the file path.
You can add multiple file paths if logs are stored in different locations.
Associate the log profile with monitors

Use the available and selected lists to move the required monitors or monitor groups.
Configure advanced options

Once saved, Applications Manager will begin collecting logs based on the defined profile and make them available in the AppLogs search page.
Note: A log profile becomes effective only after it is associated with at least one monitor or monitor group.
When a monitor group is associated with a log profile, logs are collected only from servers where the FSO Agent is installed and AppLogs monitoring is enabled.
Thank you for your feedback!