Filter criteria for Log Monitor form data display
The Log Monitor form displays these categories for each data record logged: Time/Timestamp ranges, the data Type, the Source of the data, and specified text string content of the associated Message.
You can filter by any combination of these categories of data to find and analyze the exact data you want.
- The Timestamp to be blank;
- The Source to IDORuntime;
- The Type to SQL|Audit; and
- The Message to IsSaasSession;
Time/Timestamp
The Timestamp field in the bottom portion of that form indicates the start time for which data is to be displayed.
If you select a date from the calendar (after clicking the icon on the right), the Timestamp field is populated automatically with that date and the time set to midnight (12:00:00 AM). If you want the data for that entire date (and beyond), leave this value unchanged.
If you want to view the data for a more limited period of time (for instance, after a certain hour, like 06:00:00 AM), change the value of the time setting. Then, place a right angle bracket (greater than sign > ) before the entire timestamp; for example: >4:00:00 PM
You can also use a left angle bracket (less than < ) to use the time setting as a stopping point.
Type
To allow all types of data to display, leave this field blank.
To limit the display to a single type of data in the log, select the type of data you want from the drop-down list.
Source
To allow data to be collected from all sources, leave this field blank.
To limit the display to data from a single source, specify the name of the source; for example: IDORuntime
Message
To allow all message text to display, leave this field blank.
To limit the amount of text that is displayed, based on its content, type the text to include in this field; for example: Querying suspending insert event initiators
You can use wild cards in this field, in the form of either Regular Expressions or plain text. However, you cannot mix the two; it must be one or the other. Also, you cannot use standard Mongoose wild cards, such as the asterisk (*), because the system treats it as plain text. It is also true that the asterisk is treated differently in RegEx syntax.
If you are using Regular Expression (RegEx) text, you can use special characters, but you should exercise caution here and make sure to input correct RegEx syntax.
If you are using plain text, and you were to input something like 'Sample', the system treats it as "*Sample*", automatically wrapping the text with asterisks.