Skip to content

Commit

Permalink
Remove index_template helper script as not need anymore
Browse files Browse the repository at this point in the history
This script was not needed anymore as `beat export template` can now be used.
  • Loading branch information
ruflin authored and ph committed Jun 1, 2018
1 parent 9cfdd96 commit 9c7619b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
60 changes: 0 additions & 60 deletions dev-tools/cmd/index_template/index_template.go

This file was deleted.

4 changes: 0 additions & 4 deletions libbeat/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,6 @@ docs: ## @build Builds the documents for the beat
docs-preview: ## @build Preview the documents for the beat in the browser
PREVIEW=1 $(MAKE) docs

.PHONY: index-template
index-template: ## @build Generate index templates for the given $VERSION. This is for manual testing.
go run ${ES_BEATS}/dev-tools/cmd/index_template/index_template.go -index ${BEAT_INDEX_PREFIX} -output ${BEAT_GOPATH}/src/${BEAT_PATH}/${BEAT_NAME}.template-es${VERSION}.json -file ${BEAT_GOPATH}/src/${BEAT_PATH}/fields.yml -es.version=${VERSION}

### KIBANA FILES HANDLING ###
ES_URL?=http://localhost:9200
KIBANA_URL?=http://localhost:5601
Expand Down

0 comments on commit 9c7619b

Please sign in to comment.