Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Update PPL anonymizer to anonymize table/index & column/field name #1984

Open
acarbonetto opened this issue Aug 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@acarbonetto
Copy link
Collaborator

acarbonetto commented Aug 17, 2023

Is your feature request related to a problem?
Anonymizer should hide table/index name and column/field name

Refer to V2 SQL anonymizer updated made in #1665

Related issues:

What solution would you like?
Query:

source=account | where age > 30 | where age < 40 | where balance > 10000 | fields age;
source=online  | fields all_client | sort - all_client | head 1000

Anonymized as:

source=account | where age > *** | where age < *** | where balance > *** | fields + age
source=online | fields + all_client | sort all_client | head 1000 | fields + null

What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context?
Add any other context or screenshots about the feature request here.

@acarbonetto acarbonetto added enhancement New feature or request untriaged and removed untriaged labels Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant