Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Retrieved Messages filter dialog is in the top left hand corner of a message window. This dialog normally set to "No Filter," meaning that all messages are retrieved and displayed by the viewer. However, you can specify that only those messages conforming to some filter pattern are retrieved. See the example in the screenshot below (which was to retrieve all messages except those whose text contains SIPMAIN).

Retrieved Message Filter Pattern Examples

These are some examples of the use of the message Filter:

If you simply want to retrieve only those messages containing some text, then just put the text in the dialog box and hit return.

...

For instance, if you want to retrieve only messages with QUAD in the them.

Code Block
QUAD

Retrieve only severity ERROR messages (note that you have not had to specify the Severity field, since these simple searches are on all fields).

Code Block
EROR

More complicated searches, such as those on specific fields other than the Text field, or those involving negation , must be preceded by ":".

Retrieve only messages from the LCLS EPICS system:

Code Block
:(facility like 'LCLS')

The example below shows the filter for retrieving Retrieve all the messages except those where the text contained "SIPMAIN". So, this is useful if you want to eliminate SIPMAIN related messages from your list, for instance if it had generated lots of messages in the period you were interested in and you want to ignore those.some string.

Code Block
:!(text like 'SIPMAIN')

Known Issues

In Jira, Cmlog Viewer is a component in the SEAL Project.
Summary of known Jira Issues: https://jira.slac.stanford.edu/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=ASC&sorter/field=priority&pid=10447&component=10850