mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[Fleet] Fix issues in developing_kibana_in_serverless.md (#214802)
Fix some issues (typos) in the serverless guide.
This commit is contained in:
parent
82032a334f
commit
ea34871445
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue