Skip to content
This repository was archived by the owner on Sep 17, 2024. 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
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