Skip to content

Commit 17c6f74

Browse files
authored
Merge branch 'main' into h1-seo
2 parents c9aa9de + c6001b1 commit 17c6f74

File tree

30 files changed

+68
-64
lines changed

30 files changed

+68
-64
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+
::::

explore-analyze/discover/show-field-statistics.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Explore the fields in your data with the **Field statistics** view in **Discover
1515
* What does the latency look like when one of the containers is down on a Sunday?
1616
* Is the field type and format in the data view appropriate for the data and its cardinality?
1717

18+
:::{note}
19+
Field statistics aren't available when **Discover** is in {{esql}} mode.
20+
:::
21+
1822
This example explores the fields in the [sample web logs data](../index.md#gs-get-data-into-kibana), or you can use your own data.
1923

2024
1. Go to **Discover**.
@@ -46,5 +50,5 @@ This example explores the fields in the [sample web logs data](../index.md#gs-ge
4650
:::
4751

4852
7. Explore additional field types to see the statistics that **Discover** provides.
49-
8. To create a visualization of the field data, click ![Click the magnifying glass icon to create a visualization of the data in Lens](/explore-analyze/images/kibana-visualization-icon.png "") or ![Click the Maps icon to explore the data in a map](/explore-analyze/images/kibana-map-icon.png "") in the **Actions** column.
53+
8. To create a Lens visualization of the field data, click ![the magnifying glass icon to create a visualization of the data in Lens](/explore-analyze/images/kibana-visualization-icon.png "") or ![the Maps icon to explore the data in a map](/explore-analyze/images/kibana-map-icon.png "") in the **Actions** column.
5054

explore-analyze/toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ toc:
257257
- file: visualize/manage-panels.md
258258
- file: visualize/lens.md
259259
- file: visualize/esorql.md
260-
- file: visualize/field-statistics.md
261260
- file: visualize/custom-visualizations-with-vega.md
262261
- file: visualize/text-panels.md
263262
- file: visualize/image-panels.md

explore-analyze/visualize.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ $$$panels-editors$$$
1919
| **Content** | **Panel type** | **Description** |
2020
| --- | --- | --- |
2121
| Visualizations | [Lens](visualize/lens.md) | Create powerful [charts](visualize/supported-chart-types.md) in {{kib}}. This is the default editor. |
22-
| | [ES|QL](/explore-analyze/query-filter/languages/esql-kibana.md) | Create visualizations from ES|QL queries |
22+
| | [{{esql}}](/explore-analyze/query-filter/languages/esql-kibana.md) | Create visualizations from {{esql}} queries |
2323
| | [Maps](visualize/maps.md) | Create beautiful displays of your geographical data |
2424
| | [Alerts](visualize/alert-panels.md) | View Observability or Security alerts in your dashboard |
25-
| | [Field statistics](visualize/field-statistics.md) | Add a field statistics view of your data to your dashboards |
2625
| | [Custom visualizations](visualize/custom-visualizations-with-vega.md) | Use Vega to create new types of visualizations |
2726
| | | |
2827
| Annotations and navigation | [Collapsible sections](dashboards/arrange-panels.md#collapsible-sections) | Organize your dashboard into sections that can be collapsed and save loading time |

explore-analyze/visualize/field-statistics.md

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

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

solutions/observability.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Observability
23
mapped_pages:
34
- https://www.elastic.co/guide/en/serverless/current/what-is-observability-serverless.html
45
- https://www.elastic.co/guide/en/observability/current/index.html
@@ -13,7 +14,7 @@ products:
1314
- id: edot-collector
1415
---
1516

16-
# Observability
17+
# Elastic Observability overview
1718

1819
Elastic {{observability}} accelerates problem resolution with open, flexible, and unified observability powered by advanced machine learning and analytics. Elastic ingests all operational and business telemetry and correlates for faster root cause detection.
1920

0 commit comments

Comments
 (0)