You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current state, processed query is being logged instead of anonymized raw query from customer. Eg: source = index field=vamsi ----> source = index field:***. Ideal log: source = index field=***
searchLiterals are not handled properly in PPLDataAnonymizer.
Anonymizer is the only reason for introducing search node. Rethink and revamp search node. where ever possible.