I solved it creating my own docker image:
FROM beats/heartbeat:8.15.0
USER root
RUN chown -R heartbeat:root /usr/share/heartbeat \
&& chmod -R 0775 /usr/share/heartbeat
USER heartbeat
I solved it creating my own docker image:
FROM beats/heartbeat:8.15.0
USER root
RUN chown -R heartbeat:root /usr/share/heartbeat \
&& chmod -R 0775 /usr/share/heartbeat
USER heartbeat
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.