PaloAltoNetworks / SafeNetworking

Read only mirror. To contribute or submit issues, please go to the website link --->
https://gitlab.com/panw-gse/as/SafeNetworking/
Apache License 2.0
12 stars 10 forks source link

TunnelID_IMSI is mapped to a long but should be text #52

Closed punisherVX closed 5 years ago

punisherVX commented 5 years ago

In 3.4 when searching on TunnelID_IMSI, we can't use wildcards because the number is mapped as a long. In this case, it is an identifier and should be mapped as text or a string so that we can do searches with wildcards and regexp.

punisherVX commented 5 years ago

Fixed in v3.5