Plugin installation was unsuccessful due to error No kibana-enhanced-table plugins found in archive for kibana docker version 8.2.3

[2/3] RUN /usr/share/kibana/bin/kibana-plugin install https://github.com/fbaligand/kibana-enhanced-table/releases/download/v1.13.0/enhanced-table-1.13.0_6.6.0.zip:
#0 0.811 Attempting to transfer from https://github.com/fbaligand/kibana-enhanced-table/releases/download/v1.13.0/enhanced-table-1.13.0_6.6.0.zip
#0 1.912 Transferring 496545 bytes....................
#0 2.425 Transfer complete
#0 2.426 Retrieving metadata from plugin archive
#0 2.461 Plugin installation was unsuccessful due to error "No kibana plugins found in archive"


Dockerfile:2

1 | FROM docker.elastic.co/kibana/kibana:8.2.3
2 | >>> RUN /usr/share/kibana/bin/kibana-plugin install https://github.com/fbaligand/kibana-enhanced-table/releases/download/v1.13.0/enhanced-table-1.13.0_6.6.0.zip
3 | RUN /usr/share/kibana/bin/kibana --optimize

4
ERROR: failed to solve: process "/bin/sh -c /usr/share/kibana/bin/kibana-plugin install https://github.com/fbaligand/kibana-enhanced-table/releases/download/v1.13.0/enhanced-table-1.13.0_6.6.0.zip" did not complete successfully: exit code: 70

I moved your question to Kibana.

May be @fbaligand knows? :blush:

@fbaligand can you help me? :smiling_face:

Hi @Piyumitha_Nirman,

Well, in your Dockerfile you download Enhanced Table package for Kibana 6.6.0.
So unsurprisingly, it is not compatible.
You have to download the very specific package for Kibana 8.2.3.
So this one:
https://github.com/fbaligand/kibana-enhanced-table/releases/download/v1.13.3/enhanced-table-1.13.3_8.2.3.zip

Kibana 6.6.0 is EOL and no longer supported. Please upgrade ASAP.

(This is an automated response from your friendly Elastic bot. Please report this post if you have any suggestions or concerns :elasticheart: )

Thank you I was able to build the custom kibana image.

Yes I have already used eck kibana 8.2.3

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.