Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update beats framework for 6.x #491

Merged
merged 1 commit into from
Jan 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 38 additions & 38 deletions NOTICE.txt

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions _beats/libbeat/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,6 @@ endif
@${PYTHON_ENV}/bin/python ${ES_BEATS}/libbeat/scripts/generate_fields_docs.py $(PWD) ${BEAT_TITLE} ${ES_BEATS}

@# Generate Kibana index pattern
@mkdir -p $(PWD)/_meta/kibana/5.x/index-pattern
@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}

.PHONY: docs
Expand Down
2 changes: 1 addition & 1 deletion _beats/testing/environments/args.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ services:
args:
DOWNLOAD_URL: https://snapshots.elastic.co/downloads
ELASTIC_VERSION: 6.2.0-SNAPSHOT
CACHE_BUST: 20170911
CACHE_BUST: 20180108
214 changes: 0 additions & 214 deletions vendor/github.com/elastic/beats/libbeat/metric/system/cpu/cpu.go

This file was deleted.

123 changes: 0 additions & 123 deletions vendor/github.com/elastic/beats/libbeat/metric/system/cpu/cpu_test.go

This file was deleted.

Loading