Skip to content

Commit

Permalink
[heartbeat] Remove script / make task for generating monitors (#9648)
Browse files Browse the repository at this point in the history
This was rarely used, and already out of date. We've discussed this in #9132 and decided it's not worth maintaining.

Fixes #9132
  • Loading branch information
andrewvc committed Dec 20, 2018
1 parent 4154ab6 commit 2784b84
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 @@ -27,6 +27,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha1...master[Check the HEAD d

*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 2784b84

Please sign in to comment.