Skip to content

Commit

Permalink
[heartbeat] Remove script / make task for generating monitors (elasti…
Browse files Browse the repository at this point in the history
…c#9648)

This was rarely used, and already out of date. We've discussed this in elastic#9132 and decided it's not worth maintaining.

Fixes elastic#9132

(cherry picked from commit 2784b84)
  • Loading branch information
andrewvc committed Dec 20, 2018
1 parent 3d38431 commit 4b1edce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 206 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ https://github.com/elastic/beats/compare/v6.5.0...6.x[Check the HEAD diff]

*Heartbeat*

- Remove monitor generator script that was rarely used. {pull}9648[9648]

*Journalbeat*

*Metricbeat*
Expand Down
5 changes: 0 additions & 5 deletions heartbeat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ imports: python-env
@mkdir -p include
@${PYTHON_ENV}/bin/python ${ES_BEATS}/script/generate_imports.py --out monitors/defaults/default.go ${BEAT_PATH}

# Create a new monitor. Requires the parameter MONITOR
.PHONY: create-monitor
create-monitor:
go run scripts/generate_monitor/main.go -monitor=${MONITOR}

# Collects all module dashboards
.PHONY: kibana
kibana:
Expand Down
201 changes: 0 additions & 201 deletions heartbeat/scripts/generate_monitor/main.go

This file was deleted.

0 comments on commit 4b1edce

Please sign in to comment.