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] Add encode/decode to PPL #642

Open
A-Gray-Cat opened this issue Sep 11, 2024 · 1 comment
Open

[FEATURE] Add encode/decode to PPL #642

A-Gray-Cat opened this issue Sep 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@A-Gray-Cat
Copy link

Is your feature request related to a problem?
When analyzing website access logs, encoded URL path needs to be decoded to help analysts conveniently see the query string. Analysts would also do Base64 encoding and decoding.

What solution would you like?
An encode, and decode function that can take in a string, and the encoding scheme defined by the user, and the encode and decode function would encode and decode the string using the specified scheme.

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.

@A-Gray-Cat A-Gray-Cat added enhancement New feature or request untriaged labels Sep 11, 2024
@YANG-DB
Copy link
Member

YANG-DB commented Sep 11, 2024

@A-Gray-Cat this can actually be covered using the existing ppl parse command with the build-in patterns shown here
please let me know if this covers the requirements

@YANG-DB YANG-DB removed the untriaged label Sep 11, 2024
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

2 participants