Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
update the import dashboards sidekick to 6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBesson committed Aug 8, 2018
1 parent 30a24a2 commit abafa58
Show file tree
Hide file tree
Showing 45 changed files with 8 additions and 559 deletions.
6 changes: 3 additions & 3 deletions jhipster-import-dashboards/Dockerfile
@@ -1,8 +1,8 @@
FROM docker.elastic.co/beats/metricbeat:6.2.2
COPY dashboards /tmp
FROM docker.elastic.co/beats/metricbeat:6.3.2
WORKDIR /usr/share/metricbeat/
COPY dashboards/ ./
COPY wait-for-elasticsearch.sh ./
ENV ELASTICSEARCH_URL=http://jhipster-elasticsearch:9200
ENV KIBANA_URL=http://jhipster-console:5601

CMD ./wait-for-elasticsearch.sh && ./metricbeat setup --dashboards -E output.elasticsearch.hosts="[$ELASTICSEARCH_URL]" -E setup.kibana.host=$KIBANA_URL -E setup.dashboards.directory=/tmp
CMD ./wait-for-elasticsearch.sh && ./metricbeat setup --dashboards -E output.elasticsearch.hosts="[$ELASTICSEARCH_URL]" -E setup.kibana.host=$KIBANA_URL -E setup.dashboards.directory=/usr/share/metricbeat/import

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions jhipster-import-dashboards/dashboards/5.x/search/Alerts-sent.json

This file was deleted.

18 changes: 0 additions & 18 deletions jhipster-import-dashboards/dashboards/5.x/search/All-logs.json

This file was deleted.

16 changes: 0 additions & 16 deletions jhipster-import-dashboards/dashboards/5.x/search/Error-logs.json

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions jhipster-import-dashboards/dashboards/5.x/search/Metrics.json

This file was deleted.

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions jhipster-import-dashboards/dashboards/5.x/search/Stacktraces.json

This file was deleted.

16 changes: 0 additions & 16 deletions jhipster-import-dashboards/dashboards/5.x/search/Thread-count.json

This file was deleted.

17 changes: 0 additions & 17 deletions jhipster-import-dashboards/dashboards/5.x/search/Timers.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit abafa58

Please sign in to comment.