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 validations (
Browse files Browse the repository at this point in the history
#1055)

* Fix kibana config for fleet server

Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>

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

Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>

* 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 <51892+adam-stokes@users.noreply.github.com>
(cherry picked from commit c6f1176)
  • Loading branch information
mdelapenya authored and mergify-bot committed Apr 20, 2021
1 parent cc310bd commit 1c05641
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=pr96718 \
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 1c05641

Please sign in to comment.