Skip to content

Commit

Permalink
add grafana-opensearch-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sonali623 committed Jan 6, 2025
1 parent 2f8a976 commit e8b9562
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ RUN wget "https://github.com/grafana/grafana-treemap-panel/releases/download/v2.
RUN unzip marcusolsson-treemap-panel-2.0.1.zip
RUN mv -f marcusolsson-treemap-panel/* plugins/marcusolsson-treemap-panel && rm -r /usr/share/grafana/marcusolsson-treemap-panel-2.0.1.zip && rm -r /usr/share/grafana/marcusolsson-treemap-panel

# opensearch plugin
RUN mkdir -p plugins/grafana-opensearch-plugin
RUN wget "https://github.com/grafana/opensearch-datasource/releases/download/v2.16.1/grafana-opensearch-datasource-2.16.1.zip"
RUN unzip grafana-opensearch-datasource-2.16.1.zip -d plugins/grafana-opensearch-plugin
RUN rm -r /usr/share/grafana/grafana-opensearch-datasource-2.16.1.zip

COPY conf ./conf

RUN export GF_GID_NAME=$(getent group $GF_GID | cut -d':' -f1) && \
Expand Down

0 comments on commit e8b9562

Please sign in to comment.