Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
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
3 changes: 2 additions & 1 deletion roles/test-beat/vars/filebeat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

registry_file: registry
# The default registry file path changed with 7.0.
registry_file: '{{ "registry/filebeat/data.json" if version is version_compare("7.0", ">=") else "registry" }}'
filebeat_logs_dir: '{{ ansible_user_dir }}/filebeat_logs'
2 changes: 1 addition & 1 deletion run-settings-nightlies.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Beats "nightly" build artifacts.
# Published by: https://beats-ci.elastic.co/job/elastic+beats+master+package/
url_base: https://storage.googleapis.com/beats-ci-artifacts/snapshots
version: 7.0.0-SNAPSHOT
version: 8.0.0-SNAPSHOT
2 changes: 1 addition & 1 deletion run-settings-released.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Released artifacts.
url_base: https://artifacts.elastic.co/downloads/beats
version: 6.4.2
version: 6.6.2
2 changes: 1 addition & 1 deletion run-settings-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot builds.
# Published by: https://internal-ci.elastic.co/job/elastic+release-manager+master+unified-snapshot/
url_base: https://snapshots.elastic.co/downloads/beats
version: 7.0.0-SNAPSHOT
version: 8.0.0-SNAPSHOT