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

Commit

Permalink
chore: update Fleet properties in Kibana (#555) (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jan 4, 2021
1 parent 1f2c1b3 commit a5e8384
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions e2e/_suites/fleet/configurations/kibana.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ telemetry.enabled: false
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
elasticsearch.username: elastic
elasticsearch.password: changeme
xpack.monitoring.ui.container.elasticsearch.enabled: true
monitoring.ui.container.elasticsearch.enabled: true

xpack.encryptedSavedObjects.encryptionKey: "12345678901234567890123456789012"

xpack.ingestManager.enabled: true
xpack.ingestManager.registryUrl: http://package-registry:8080
xpack.ingestManager.fleet.enabled: true
xpack.ingestManager.fleet.elasticsearch.host: http://elasticsearch:9200
xpack.ingestManager.fleet.kibana.host: http://kibana:5601
xpack.ingestManager.fleet.tlsCheckDisabled: true
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.kibana.host: http://kibana:5601
xpack.fleet.agents.tlsCheckDisabled: true

0 comments on commit a5e8384

Please sign in to comment.