Skip to content

Commit

Permalink
Disable unsupported integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
defensivedepth committed Oct 17, 2023
1 parent f97ca60 commit c7a2457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions so-kibana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ RUN ln -s /usr/share/kibana /opt/kibana

ENV PATH=/usr/share/kibana/bin:$PATH

# Disable hardcoded Integrations from showing up
RUN sed -i 's/"server": true,/"server": false,/g' /usr/share/kibana/node_modules/@kbn/custom-integrations-plugin/kibana.jsonc

# Copy over the dashboards
RUN mkdir /usr/share/kibana/dashboards

Expand Down

0 comments on commit c7a2457

Please sign in to comment.