Skip to content

Commit

Permalink
[8.15](backport #4246) [Observability docs] Change 'beats' namespace …
Browse files Browse the repository at this point in the history
…to 'elastic-agent' (#4255)

* [Obs docs] Change 'beats' namespace to 'elastic-agent' (#4246)

(cherry picked from commit 35cba81)

# Conflicts:
#	docs/en/serverless/synthetics/synthetics-private-location.mdx

* Delete docs/en/serverless directory

* Rebuild

---------

Co-authored-by: David Kilfoyle <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Kilfoyle <[email protected]>
  • Loading branch information
4 people authored Sep 16, 2024
1 parent f13a56e commit c774bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/integrations/developer-workflow-fleet.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ To run the Fleet Server Docker container:
+
[source,terminal]
----
docker run -e KIBANA_HOST=http://{YOUR-IP}:5601/{BASE-PATH} -e KIBANA_USERNAME=elastic -e KIBANA_PASSWORD=changeme -e ELASTICSEARCH_HOST=http://{YOUR-IP}:9200 -e ELASTICSEARCH_USERNAME=elastic -e ELASTICSEARCH_PASSWORD=changeme -e KIBANA_FLEET_SETUP=1 -e FLEET_SERVER_ENABLE=1 -e FLEET_SERVER_INSECURE_HTTP=1 -p 8220:8220 docker.elastic.co/beats/elastic-agent:{VERSION}
docker run -e KIBANA_HOST=http://{YOUR-IP}:5601/{BASE-PATH} -e KIBANA_USERNAME=elastic -e KIBANA_PASSWORD=changeme -e ELASTICSEARCH_HOST=http://{YOUR-IP}:9200 -e ELASTICSEARCH_USERNAME=elastic -e ELASTICSEARCH_PASSWORD=changeme -e KIBANA_FLEET_SETUP=1 -e FLEET_SERVER_ENABLE=1 -e FLEET_SERVER_INSECURE_HTTP=1 -p 8220:8220 docker.elastic.co/elastic-agent/elastic-agent:{VERSION}
----
+
Ensure you provide the `-p 8220:8220` port mapping to map the Fleet Server container's port `8220` to your local machine's port `8220` in order for Fleet to communicate with Fleet Server.
Expand Down
4 changes: 2 additions & 2 deletions docs/en/observability/synthetics-private-location.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ To pull the Docker image run:

[source,sh,subs="attributes"]
----
docker pull docker.elastic.co/beats/elastic-agent-complete:{version}
docker pull docker.elastic.co/elastic-agent/elastic-agent-complete:{version}
----

endif::[]
Expand Down Expand Up @@ -116,7 +116,7 @@ docker run \
--env FLEET_ENROLLMENT_TOKEN={enrollment-token} \
--cap-add=NET_RAW \
--cap-add=SETUID \
--rm docker.elastic.co/beats/elastic-agent-complete:{version}
--rm docker.elastic.co/elastic-agent/elastic-agent-complete:{version}
----

endif::[]
Expand Down

0 comments on commit c774bc6

Please sign in to comment.