File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ USER root
88
99ADD https://packages.wazuh.com/wazuhapp/wazuhapp-${WAZUH_APP_VERSION}.zip /tmp
1010
11- RUN /usr/share/kibana/bin/kibana-plugin install file:///tmp/wazuhapp-${WAZUH_APP_VERSION}.zip
11+ RUN /usr/share/kibana/bin/kibana-plugin install --allow-root file:///tmp/wazuhapp-${WAZUH_APP_VERSION}.zip
1212RUN rm -rf /tmp/wazuhapp-${WAZUH_APP_VERSION}.zip
1313
1414COPY config/entrypoint.sh ./entrypoint.sh
Original file line number Diff line number Diff line change @@ -74,6 +74,6 @@ curl -POST "http://$kibana_ip:5601/api/kibana/settings" -H "Content-Type: applic
7474
7575sleep 5
7676# Do not ask user to help providing usage statistics to Elastic
77- curl -POST " http://$kibana_ip :5601/api/telemetry/v1 /optIn" -H " Content-Type: application/json" -H " kbn-xsrf: true" -d ' {"enabled":false}'
77+ curl -POST " http://$kibana_ip :5601/api/telemetry/v2 /optIn" -H " Content-Type: application/json" -H " kbn-xsrf: true" -d ' {"enabled":false}'
7878
7979echo " End settings"
You can’t perform that action at this time.
0 commit comments