Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: use a version of kibana with the fix for fleet-server validation…
Browse files Browse the repository at this point in the history
…s (backport #1055) (#1063)

* fix: use a version of kibana with the fix for fleet-server validations (#1055)

* Fix kibana config for fleet server

Signed-off-by: Adam Stokes <[email protected]>

* Do not force fleet recreation as no fleet server exists yet

Signed-off-by: Adam Stokes <[email protected]>

* Revert "Do not force fleet recreation as no fleet server exists yet"

This reverts commit e640941.

* fix: force a valid version of kibana

Co-authored-by: Adam Stokes <[email protected]>
(cherry picked from commit c6f1176)

* fix: use a 7.x version of the same image

Co-authored-by: Manuel de la Peña <[email protected]>
  • Loading branch information
mergify[bot] and mdelapenya authored Apr 21, 2021
1 parent cc310bd commit 6fad7eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ functional-test: install-godog
ELASTIC_APM_ENVIRONMENT="${ELASTIC_APM_ENVIRONMENT}" \
ELASTIC_APM_SECRET_TOKEN="${APM_SECRET_TOKEN}" \
ELASTIC_APM_SERVER_URL="${APM_SERVER_URL}" \
KIBANA_VERSION=pr97021 \
godog --format=${FORMAT} ${TAGS_FLAG} ${TAGS_VALUE}

.PHONY: lint
Expand Down
4 changes: 2 additions & 2 deletions e2e/_suites/fleet/configurations/kibana.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ xpack.fleet.enabled: true
xpack.fleet.registryUrl: http://package-registry:8080
xpack.fleet.agents.enabled: true
xpack.fleet.agents.elasticsearch.host: http://elasticsearch:9200
xpack.fleet.agents.fleetServerEnabled: true
xpack.fleet.agents.kibana.host: http://kibana:5601
xpack.fleet.agents.fleet_server.hosts:
- http://kibana:5601
xpack.fleet.agents.tlsCheckDisabled: true

0 comments on commit 6fad7eb

Please sign in to comment.