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

Kibana display of base64 encoded images directly from elastic index #8137

Closed
JeffBolle opened this issue Aug 31, 2016 · 6 comments
Closed

Kibana display of base64 encoded images directly from elastic index #8137

JeffBolle opened this issue Aug 31, 2016 · 6 comments
Labels
Feature:FieldFormatters Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages release_note:enhancement Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@JeffBolle
Copy link

Describe the feature:

I have small images stored within my Elastic index (I fully understand that this is not best practice, but the images are small and programmatically generated) that are base64 encoded text. Kibana allows for the display of images already, if they are stored as URLs, and it allows for the decoding of base64 text. However, there is no way to have Kibana display an image that is contained within base64 encoded text in a field within an Elastic index. Please consider this additional use case for the existing functionality already in Kibana's field formatters.

Reference the support thread here:
https://discuss.elastic.co/t/display-base64-encoded-images/59438

@Bargs
Copy link
Contributor

Bargs commented Sep 1, 2016

Yep, this would be pretty cool!

@epixa epixa removed the P3 label Apr 25, 2017
@JSlote
Copy link

JSlote commented Jun 12, 2018

I'm happy to make a contribution to enable this. Could someone point me in the right direction to get started? Maybe @epixa or @Bargs ? Thanks!

@epixa
Copy link
Contributor

epixa commented Jun 13, 2018

I think this would be best handled by a new field formatter.

@elastic/kibana-management

@timroes timroes added Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure :Management DO NOT USE labels Nov 27, 2018
@nhogan5
Copy link

nhogan5 commented Apr 29, 2019

Any updates here?

@Kwadz
Copy link

Kwadz commented Nov 27, 2019

Isn't this suggestion relevant to do the thing?

@timroes
Copy link
Contributor

timroes commented Oct 20, 2020

This is doable nowadays via the image field formatter. You can just configure a URL > Image field formatter using inline images like this:

screenshot-20201020-215153

@timroes timroes closed this as completed Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:FieldFormatters Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages release_note:enhancement Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

8 participants