Skip to content

Commit a50d252

Browse files
Merge branch 'main' into charlotte-h1-bughunt
2 parents 5b959f5 + 1f18a45 commit a50d252

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

deploy-manage/deploy/cloud-enterprise/fresh-installation-of-ece-using-podman-hosts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,6 @@ This section provides guidelines and recommendations to install ECE using a Podm
7676

7777
To add a new allocator, use `--roles "allocator"`. To add a new coordinator, director, proxy, and allocator, use `--roles "allocator,coordinator,director,proxy"`
7878

79-
79+
::::{note}
80+
When using Podman, removing an image with the `--force` (`-f`) option not only deletes the image reference but also removes any containers that depend on that image. This behavior differs from Docker, where forced image removal does not automatically remove running or stopped containers. Therefore, avoid using the `--force` (`-f`) option with the `docker rmi` command.
81+
::::

deploy-manage/deploy/cloud-enterprise/migrate-ece-to-podman-hosts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,3 +521,7 @@ Using Docker or Podman as container runtime is a configuration local to the host
521521
5. Remove the Docker allocator by following the [Delete Hosts](../../maintenance/ece/delete-ece-hosts.md) guidelines.
522522
523523
As an alternative, use the [Delete Runner](https://www.elastic.co/docs/api/doc/cloud-enterprise/operation/operation-delete-runner) API.
524+
525+
::::{note}
526+
When using Podman, removing an image with the `--force` (`-f`) option not only deletes the image reference but also removes any containers that depend on that image. This behavior differs from Docker, where forced image removal does not automatically remove running or stopped containers. Therefore, avoid using the `--force` (`-f`) option with the `docker rmi` command.
527+
::::

reference/data-analysis/kibana/canvas-functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/kibana/current/canvas-function-reference.html
4+
navigation_tile: Canvas function reference
45
products:
56
- id: kibana
67
---
78

8-
# Canvas function reference [canvas-function-reference]
9+
# Explore Canvas functions and its expression language for {{kib}} [canvas-function-reference]
910

1011
Behind the scenes, Canvas is driven by a powerful expression language, with dozens of functions and other capabilities, including table transforms, type casting, and sub-expressions.
1112

reference/fleet/data-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ products:
77
navigation_title: Data streams
88
---
99

10-
# Agent-created data streams [data-streams]
10+
# {{agent}} data streams for {{fleet}} [data-streams]
1111

1212
{{agent}} uses data streams to store time series data across multiple indices while giving you a single named resource for requests. Data streams are well-suited for logs, metrics, traces, and other continuously generated data. They offer a host of benefits over other indexing strategies:
1313

reference/fleet/elasticsearch-output.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ products:
77
- id: elastic-agent
88
---
99

10-
# Configure the {{es}} output [elasticsearch-output]
11-
10+
# Configure the {{es}} output for {{agent}} [elasticsearch-output]
1211

1312
The {{es}} output sends events directly to {{es}} by using the {{es}} HTTP API.
1413

troubleshoot/elasticsearch/diagnose-unassigned-shards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In order to diagnose the unassigned shards, follow the next steps:
4545
4. View the unassigned shards using the [cat shards API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cat-shards).
4646

4747
```console
48-
GET _cat/shards?v=true&h=index,shard,prirep,state,node,unassigned.reason&s=state
48+
GET _cat/shards?v=true&h=index,shard,prirep,state,node,unassigned.reason&s=state&format=json
4949
```
5050

5151
The response will look like this:

0 commit comments

Comments
 (0)