[Fleet] Fix issues in developing_kibana_in_serverless.md (#214802)

Fix some issues (typos) in the serverless guide.
This commit is contained in:
Julia Bardi 2025-03-18 08:47:09 +01:00 committed by GitHub
parent 82032a334f
commit ea34871445
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ xpack.fleet.fleetServerHosts:
is_default: true
host_urls: ['http://localhost:8220']
# If you want to run a Fleet Server containers via Docker, use this URL:
# host_urls: ['https://host.docker.internal:8220']
# host_urls: ['http://host.docker.internal:8220']
xpack.fleet.outputs:
- id: es-default-output
name: Default output
@ -90,7 +90,7 @@ Running a standalone Fleet Server:
```bash
docker run -it --rm \
-e ELASTICSEARCH_HOSTS="http://host.docker.internal:9200" \
-e ELASTICSEARCH_HOSTS="https://host.docker.internal:9200" \
-e ELASTICSEARCH_SERVICE_TOKEN="AAEAAWVsYXN0aWMvZmxlZXQtc2VydmVyL2ZsZWV0LXNlcnZlci1kZXY6VVo1TWd6MnFTX3FVTWliWGNXNzlwQQ" \
-e ELASTICSEARCH_CA_TRUSTED_FINGERPRINT="F71F73085975FD977339A1909EBFE2DF40DB255E0D5BB56FC37246BF383FFC84" \
-p 8220:8220 \