Logs

This section explains what a user may see in the Unified Assurance software when using the Logs navigation pane in the main user interface, which gives users to view the logs from most Unified Assurance processes. Besides the main grid that shows the lines logged from a variety of applications, a search bar is shown along with buttons that will change what data is displayed. This guide also includes some examples of different searches that can be done using this interface.

Grid Details

To understand what is being displayed in the grid, this line will be used as a basic example:

Jul 26 14:20:00.237 assure1v5.federos.com GenericSNMPPollerd:  (35): [INFO] <> Main -> Poll Executed at [1564168800]

Each line contains several distinct pieces of data that can be useful for troubleshooting purposes:

Additionally, several of the fields can be clicked on, which are then put into the search bar for filtering purposes. This can be done with the following fields:

WARNING:

Be aware that clicking on one of the fields will replace any text that was previously in the search bar.

At the bottom of the UI, there is a search bar that can be used to filter the results displayed for correlation purposes. Data can be either manually entered into the search bar, or clicking on one of the fields in the grid can add a filter to the search bar.

Tags

A variety of tags are available for use in the search bar.

Important:

When manually entering text into the search bar, be aware that most of the tags are case sensitive. This means that filtering for level:INFO may return results, but level:info will not.

Name Data Type Sample Data Description
app Text Syslogd Name of the binary that wrote to the log.
appID Integer 26 The application ID that wrote to the log. This ID correlates to the ID field that is displayed in the Jobs and Services UI's.
beat.hostname Text assure1v5.federos.com The host FQDN of the server that wrote to the log.
beat.name Text assure1v5.federos.com The host FQDN of the server that wrote to the log.
host.name Text assure1v5.federos.com The host FQDN of the server that wrote to the log.
level Text DEBUG The logging level of the specific message.
log.file.path Text /opt/assure1/logs/EventSyslog.log The full path to the log file.
message Text Main -> Checking for reload The message that was written to the log.
pid Integer 55214 The process ID of the binary that wrote to the log. For Services, this value can be displayed in the "Last PID" column, but may not be accurate if the application is restarted. Jobs will not display this value.
source Text /opt/assure1/logs/EventSyslog.log The full path to the log file.
thread Integer 4 The thread ID that wrote to the log.

Search Examples

Single tags can be used to look for specific data. Here are a few examples:

Multiple tags can be added together to do complex searches through the logs:

Additional documentation is available about the query language, and is available here.

Different Controls

There are two additional controls next to the search bar that allow for additional refinement of the results that are displayed.