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

Commit 5feaf1c

Browse files
authored
Update Elastic Agent to not use Kibana (#1036)
1 parent c4deb04 commit 5feaf1c

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

cli/config/compose/services/elastic-agent/docker-compose.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ services:
99
kibana:
1010
condition: service_healthy
1111
environment:
12-
- "KIBANA_HOST=http://${kibanaHost:-kibana}:${kibanaPort:-5601}"
12+
- "FLEET_SERVER_ELASTICSEARCH_HOST=http://${elasticsearchHost:-elasticsearch}:${elasticsearchPort:-9200}"
1313
- "FLEET_SERVER_ENABLE=${fleetServerMode:-0}"
1414
- "FLEET_SERVER_INSECURE_HTTP=${fleetServerMode:-0}"
15-
- "KIBANA_FLEET_SETUP=${fleetServerMode:-0}"
1615
- "FLEET_SERVER_HOST=0.0.0.0"
17-
- "KIBANA_USERNAME=elastic"
18-
- "KIBANA_PASSWORD=changeme"
16+
- "FLEET_SERVER_ELASTICSEARCH_USERNAME=elastic"
17+
- "FLEET_SERVER_ELASTICSEARCH_PASSWORD=changeme"
1918
platform: ${elasticAgentPlatform:-linux/amd64}
2019
ports:
2120
- "127.0.0.1:8220:8220"

e2e/_suites/fleet/features/stand_alone_agent.feature

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,8 @@ Scenario Outline: Deploying a <image> stand-alone agent with fleet server mode
6060
Examples: default
6161
| image |
6262
| default |
63+
64+
@ubi8
65+
Examples: Ubi8
66+
| image |
67+
| ubi8 |

0 commit comments

Comments
 (0)