Enhance tag search and message log filters via logical operators
Proposed features
- search for TAGS in PI SMT using also logical operators (like AND, OR and NOT) to refine the search criteria
- search for MESSAGE LOGS in PI SMT using also logical operators (like AND, OR and NOT) to refine the search criteria
Examples
Tag Search
Tag Mask: *temperature* AND *pressure*
Message Logs
Message *10.0.0.14* OR *192.168.10.15*
ADMIN RESPONSE
Aug 20, 2022
The PI SMT Advanced tag search allows you to perform more complicated tag searches.
Please review the SMT message log Advanced Filter section. It should provide you with AND. We currently have no plans to add OR filtering capability.
As the "*" is reserved for "any" character,
another possibility would be something like:
**
Therefore two ** will start a regular expression!
The old logic will work and the new logic is triggered by two leading ** :-)