Skip to content

Commit

Permalink
Remove post-update command (#5306)
Browse files Browse the repository at this point in the history
The command was initially designed for the apm-server to modify the index pattern. But now a nicer solution was found and this is not needed anymore.
  • Loading branch information
ruflin authored and tsg committed Oct 9, 2017
1 parent 28cee61 commit a5d5fbe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libbeat/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,6 @@ endif
@mkdir -p $(PWD)/_meta/kibana/default/index-pattern
@go run ${ES_BEATS}/dev-tools/cmd/kibana_index_pattern/kibana_index_pattern.go -index '${BEAT_INDEX_PREFIX}-*' -beat-name ${BEAT_NAME} -beat-dir $(PWD) -version ${BEAT_VERSION}

# Runs the post-update target if it exists. Will not return errors
@-$(MAKE) post-update


.PHONY: docs
docs: ## @build Builds the documents for the beat
sh ${ES_BEATS}/script/build_docs.sh ${BEAT_NAME} ${BEAT_PATH}/docs ${BUILD_DIR}
Expand Down

0 comments on commit a5d5fbe

Please sign in to comment.