-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add feature to allow Base64 decoding in the UI on specific fields #4358
Comments
This feature would be awesome for processing and displaying IDS payload data. Suricata is currently able to send JSON encoded alert data and within it, base64 encoded payload data. While it also has the option of sending clear text, this can become unmanageable and large data to store. A base64 decoder in Kibana would keep payload data size relatively small and enable security analysts to remain in one console for reviewing logs and alerts. Kibana for the win! |
+1 |
+1 - be awesome to have a "packet view" plugin that you can map data types to in kibana and have other plugin types for other visualization tools in the future (hex editors, etc etc) |
* [a11y] add initial accessibility functional tests * add accessibility jobs * fix config path * remove percy setup from scripts * disable color-contrast rule * apply changes from @myasonik * define aria-controls/owns props even when suggestions aren't visible * [ftr/a11y] only throw error when there are errors * adding tests for management page * add a11y test for management page * adding ignore rules' to a11y * accessibility test for kibana home * 7 passing tests, 0 failures * jest snapshot update * support a11y test in pipeline job * update a11y test script for pipelines * use oss compatible ci setup * fix exclude syntax * add default exclusion syntax
Sometimes people want to send data into Elasticsearch encoded and would like to be able to decode in Kibana and not as part of a logstash filter for example. Any chance we can add a Field formatter or something to allow decoding in the UI?
The text was updated successfully, but these errors were encountered: