-
Notifications
You must be signed in to change notification settings - Fork 525
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
[automation] update elastic stack version for testing 8.2.0-5d69c4c3 #7227
Conversation
@axw using this patch it correctly start the Elastic Agent, see elastic/fleet-server#1129 (comment) for more details, this might need adjustment. diff --git a/docker-compose.yml b/docker-compose.yml
index 832cb580d..113d3b0d2 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -56,12 +56,12 @@ services:
XPACK_SECURITY_ENCRYPTIONKEY: "fhjskloppd678ehkdfdlliverpoolfcr"
XPACK_ENCRYPTEDSAVEDOBJECTS_ENCRYPTIONKEY: "fhjskloppd678ehkdfdlliverpoolfcr"
XPACK_FLEET_AGENTS_ELASTICSEARCH_HOST: "http://elasticsearch:9200"
- XPACK_FLEET_AGENTS_TLSCHECKDISABLED: "true"
XPACK_FLEET_REGISTRYURL: "http://package-registry:8080"
depends_on:
elasticsearch: { condition: service_healthy }
package-registry: { condition: service_healthy }
-
+ volumes:
+ - "./kbn.yml:/usr/share/kibana/config/kibana.yml"
fleet-server:
image: docker.elastic.co/beats/elastic-agent:8.2.0-5d69c4c3-SNAPSHOT
ports:
diff --git a/kbn.yml b/kbn.yml
new file mode 100644
index 000000000..0fe18acfd
--- /dev/null
+++ b/kbn.yml
@@ -0,0 +1,44 @@
+server.name: kibana
+server.host: "0.0.0.0"
+
+elasticsearch.hosts: [ "http://elasticsearch:9200" ]
+
+monitoring.ui.container.elasticsearch.enabled: true
+
+xpack.fleet.registryUrl: "http://package-registry:8080"
+xpack.fleet.agents.enabled: true
+xpack.fleet.agents.elasticsearch.hosts: ["http://elasticsearch:9200"]
+xpack.fleet.agents.fleet_server.hosts: ["http://fleet-server:8220"]
+
+xpack.encryptedSavedObjects.encryptionKey: "12345678901234567890123456789012"xpack.fleet.packages:
+ - name: system
+ version: latest
+ - name: elastic_agent
+ version: latest
+ - name: fleet_server
+ version: latest
+
+xpack.fleet.agentPolicies:
+ - name: Elastic-Agent (elastic-package)
+ id: elastic-agent-managed-ep
+ is_default: true
+ is_managed: false
+ namespace: default
+ monitoring_enabled:
+ - logs
+ - metrics
+ package_policies:
+ - name: system-1
+ id: default-system
+ package:
+ name: system
+ - name: Fleet Server (elastic-package)
+ id: fleet-server-managed-ep
+ is_default_fleet_server: true
+ is_managed: false
+ namespace: default
+ package_policies:
+ - name: fleet_server-1
+ id: default-fleet-server
+ package:
+ name: fleet_server
|
Thanks for digging into it @ph. I wasn't aware of the removal of the default Fleet Server policy. |
/test |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
@ph thanks for the fix! |
FYI @juliaElastic @joshdover It looks like APM is another team depending on this change. |
What
Bump stack version with the latest one.
Further details
[start_time:Mon, 7 Feb 2022 16:39:23 GMT, release_branch:master, prefix:, end_time:Mon, 7 Feb 2022 21:34:27 GMT, manifest_version:2.0.0, version:8.2.0-SNAPSHOT, branch:master, build_id:8.2.0-5d69c4c3, build_duration_seconds:17704]