docker-compose-files/packetbeat_ek/kibana/beats-dashboards-1.0.1/Makefile

10 lines
329 B
Makefile

VERSION?=$(shell git rev-parse --abbrev-ref HEAD)
.PHONY: dist
dist:
git archive --format tar.gz --prefix beats-dashboards-$(VERSION)/ -o ../beats-dashboards-$(VERSION).tar.gz HEAD
.PHONY: upload
upload: dist
aws s3 cp --acl public-read ../beats-dashboards-$(VERSION).tar.gz s3://download.elasticsearch.org/beats/dashboards/