...
| Info |
|---|
This table is displayed as a gadget in the following scenarios.
|
To carry out a basic search for a record that has a specific value for an attribute, the syntax is as follows:
<ATTRIBUTE_NAME>:"<ATTRIBUTE_VALUE>
The following is a list of attributes based on which searches can be carried out:
messageFlowIdhostcomponentNamecomponentTypecomponentIdbeforePayloadafterPayloadcontextPropertyMapentryPoint
The following tables specifies the syntax for different types of searches that can be performed:
| Requirement | Search Syntax | Example |
|---|---|---|
| Search for messages where the payload contains specific text. | beforePayload: \"REQUIRED_TEXT" OR afterPayload: \"REQUIRED_TEXT" | If you need to search for a message with a payload that contains the text |
| Search for a message with a specific message flow ID. | messageId:<MESSAGE_FLOW_ID> | If you need to search for a message of which the message flow ID is urn_uuid_003a84aa-b5fe40f5-c9a8-b94805352bfr, the search text entered in the Search field should be as follows. messageID:urn_uuid_003a84aa-b5fe40f5-c9a8-b94805352bfr |
| Searching for a message with a specific value for a specific table column. | <COLUMN_NAME>:"<COLUMN_VALUE>" | If you need to search for a messages of which the value for the Host column is |
| Searching for a message by specifying a part of the message flow ID, |
|
|
| Searching for messages by more than one column value. | <COLUMN1_NAME>:"<COLUMN1_VALUE>" AND <COLUMN2_NAME>:"<COLUMN2_VALUE>" | If you need to search for a message of which the message flow ID is urn_uuid*3c6dbffc-d9b4-11e6-bf26-cec0c777777 AND the component name is LogMediator, the search text entered in the Search field should be as follows. _messageFlowId: urn_uuid*3c6dbffc-d9b4-11e6-bf26-cec0c777777* AND componentName: LogMediator |
| Tip |
|---|
|