Skip to content

Commit 9dc4f20

Browse files
mergify[bot]kilfoylegithub-actions[bot]
authored
[8.x](backport #4246) [Observability docs] Change 'beats' namespace to 'elastic-agent' (#4256)
* [Obs docs] Change 'beats' namespace to 'elastic-agent' (#4246) (cherry picked from commit 35cba81) * Delete docs/en/serverless directory --------- Co-authored-by: David Kilfoyle <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c3186ed commit 9dc4f20

File tree

478 files changed

+3
-23097
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

478 files changed

+3
-23097
lines changed

docs/en/integrations/developer-workflow-fleet.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To run the Fleet Server Docker container:
101101
+
102102
[source,terminal]
103103
----
104-
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}
104+
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}
105105
----
106106
+
107107
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.

docs/en/observability/synthetics-private-location.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To pull the Docker image run:
8787

8888
[source,sh,subs="attributes"]
8989
----
90-
docker pull docker.elastic.co/beats/elastic-agent-complete:{version}
90+
docker pull docker.elastic.co/elastic-agent/elastic-agent-complete:{version}
9191
----
9292

9393
endif::[]
@@ -116,7 +116,7 @@ docker run \
116116
--env FLEET_ENROLLMENT_TOKEN={enrollment-token} \
117117
--cap-add=NET_RAW \
118118
--cap-add=SETUID \
119-
--rm docker.elastic.co/beats/elastic-agent-complete:{version}
119+
--rm docker.elastic.co/elastic-agent/elastic-agent-complete:{version}
120120
----
121121

122122
endif::[]

docs/en/serverless/ai-assistant/ai-assistant.mdx

Lines changed: 0 additions & 305 deletions
This file was deleted.

docs/en/serverless/aiops/aiops-analyze-spikes.mdx

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)