Skip to content

Commit f35f1f8

Browse files
authored
Merge branch 'main' into internal-203-EASE-migration-guide
2 parents 510969b + 964a1d8 commit f35f1f8

File tree

13 files changed

+33
-14
lines changed

13 files changed

+33
-14
lines changed

deploy-manage/deploy/self-managed/install-kibana-with-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ products:
1111
# Install {{kib}} with Docker [docker]
1212

1313

14-
Docker images for {{kib}} are available from the Elastic Docker registry. The base image is [ubuntu:20.04](https://hub.docker.com/_/ubuntu).
14+
Docker [images for {{kib}}](https://hub.docker.com/_/kibana) are available from the Elastic Docker registry. The base image is Red Hat Universal Base Images (UBI) or Wolfi if you use [hardened Docker images](install-kibana-with-docker.md#_hardened_docker_images).
1515

1616
A list of all published Docker images and tags is available at [www.docker.elastic.co](https://www.docker.elastic.co). The source code is in [GitHub](https://github.com/elastic/dockerfiles/tree/master/kibana).
1717

explore-analyze/dashboards/add-controls.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@ There are three types of controls:
1616

1717
* [**Options list**](#create-and-add-options-list-and-range-slider-controls) — Adds a dropdown that allows to filter data by selecting one or more values.
1818
For example, if you are using the **[Logs] Web Traffic** dashboard from the sample web logs data, you can add an options list for the `machine.os.keyword` field that allows you to display only the logs generated from `osx` and `ios` operating systems.
19+
1920
![Options list control for the `machine.os.keyword` field with the `osx` and `ios` options selected](/explore-analyze/images/kibana-dashboard_controlsOptionsList_8.7.0.png "title =50%")
2021

2122
* [**Range slider**](#create-and-add-options-list-and-range-slider-controls) — Adds a slider that allows to filter the data within a specified range of values. This type of control only works with numeric fields.
2223
For example, if you are using the **[Logs] Web Traffic** dashboard from the sample web logs data, you can add a range slider for the `hour_of_day` field that allows you to display only the log data from 9:00AM to 5:00PM.
24+
2325
![Range slider control for the `hour_of_day` field with a range of `9` to `17` selected](/explore-analyze/images/kibana-dashboard_controlsRangeSlider_8.3.0.png "title =50%")
2426

2527
* [**Time slider**](#add-time-slider-controls) — Adds a time range slider that allows to filter the data within a specified range of time, advance the time range backward and forward by a unit that you can define, and animate your change in data over the specified time range.
2628
For example, you are using the **[Logs] Web Traffic** dashboard from the sample web logs data, and the global time filter is **Last 7 days**. When you add the time slider, you can select the previous and next buttons to advance the time range backward or forward, and select the play button to watch how the data changes over the last 7 days.
29+
2730
![Time slider control for the the Last 7 days](/explore-analyze/images/dashboard_timeslidercontrol_8.17.0.gif)
2831

2932

explore-analyze/dashboards/arrange-panels.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ products:
1010

1111
# Organize dashboard panels [arrange-panels]
1212

13+
Customize your dashboard layout by arranging panels into logical groups and adjusting their size and position. When panels are well organized, it makes your dashboard easier to read, faster to load, and helps its viewers locate important information quicker.
14+
1315
## Arrange panels in collapsible sections [collapsible-sections]
1416
```{applies_to}
1517
stack: ga 9.1

explore-analyze/report-and-share.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ Anonymous users can also access the link if you have configured [Anonymous authe
5959

6060
## Export as a file [manually-generate-reports]
6161

62-
::::{note}
63-
For more information on how to configure reporting in {{kib}}, refer to [Configure reporting in {{kib}}](/explore-analyze/report-and-share.md)
64-
::::
65-
62+
:::{note}
63+
For more information on how to configure reporting in {{kib}}, refer to [Configure reporting in {{kib}}](/deploy-manage/kibana-reporting-configuration.md).
64+
:::
6665

6766
Create and download PDF, PNG, or CSV reports of saved Discover sessions, dashboards, visualizations, and workpads.
6867

@@ -106,13 +105,15 @@ In the following dashboard, the shareable container is highlighted:
106105
3. Click the button that generates or exports the report. A message appears, indicating that the report is in the export queue.
107106

108107
::::{note}
109-
To generate the report from outside of {{kib}} or from {{watcher}}, use the POST URL, then submit an HTTP `POST` request using a script or {{watcher}}. In {{stack}} 9.1, you can schedule a recurring task in {{kib}} that generates reports on a repeating basis. Refer to [Automatically generate reports](report-and-share/automating-report-generation.md) to learn more.
108+
To generate the report from outside of {{kib}} or from {{watcher}}, use the POST URL, then submit an HTTP `POST` request using a script or {{watcher}}.
109+
110+
{applies_to}`stack: ga 9.1` You can schedule a recurring task in {{kib}} that generates reports on a repeating basis. Refer to [Automatically generate reports](report-and-share/automating-report-generation.md) to learn more.
110111
::::
111112

112113
Go to the **Reporting** page to access all of your reports. To find the page, navigate to **Stack Management > Alerts and Insights > Reporting** in the main menu, or use the [global search field](find-and-organize/find-apps-and-objects.md).
113114

114115
::::{note}
115-
In self-managed and Cloud hosted deployments, reports are stored in {{es}} and managed by the `kibana-reporting` {{ilm}} ({{ilm-init}}) policy. By default, the policy stores reports forever. To learn more about {{ilm-init}} policies, refer to the {{es}} [{{ilm-init}} documentation](/manage-data/lifecycle/index-lifecycle-management.md).
116+
In self-managed installations and {{ech}} deployments, reports are stored in {{es}} and managed by the `kibana-reporting` {{ilm}} ({{ilm-init}}) policy. By default, the policy stores reports forever. To learn more about {{ilm-init}} policies, refer to the {{es}} [{{ilm-init}} documentation](/manage-data/lifecycle/index-lifecycle-management.md).
116117
::::
117118

118119
### CSV report limitations [csv-limitations]
@@ -157,7 +158,7 @@ Create and share JSON files for workpads.
157158
::::{note}
158159
:name: reporting-on-cloud-resource-requirements
159160

160-
For Elastic Cloud hosted deployments, {{kib}} instances require a minimum of 2GB RAM to generate PDF or PNG reports. To change {{kib}} sizing, [edit the deployment](https://cloud.elastic.co?page=docs&placement=docs-body).
161+
For {{ech}} deployments, {{kib}} instances require a minimum of 2GB RAM to generate PDF or PNG reports. To change {{kib}} sizing, [edit the deployment](https://cloud.elastic.co?page=docs&placement=docs-body).
161162
::::
162163

163164

reference/fleet/agent-policy.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,13 @@ You can set the minimum log level that {{agents}} using the selected policy will
359359

360360
You can also set the log level for an individual agent:
361361

362-
1. In {{fleet}}, click **Agents**. Under the **Host** header, select the {{agent}} you want to edit.
363-
2. On the **Logs** tab, set the **Agent logging level** and apply your changes. Or, you can choose to reset the agent to use the logging level specified in the agent policy.
362+
1. In {{fleet}}, click **Agents**. In the **Host** column, select the agent you want to edit.
363+
2. Find the **Agent logging level** setting:
364+
365+
- {applies_to}`serverless: ga` {applies_to}`stack: ga 9.1.0` On the agent's **Settings** tab.
366+
- {applies_to}`stack: ga 9.0.0` On the agent's **Logs** tab.
367+
368+
3. Set the **Agent logging level** and apply your changes. Or, you can choose to reset the agent to use the logging level specified in the agent policy.
364369

365370

366371
## Change the {{agent}} binary download location [agent-binary-download-settings]

release-notes/fleet-elastic-agent/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ To check for security updates, go to [Security announcements for the Elastic sta
118118
* Enable dead code elimination. [#4784]({{fleet-server-pull}}4784)
119119
* Include the base error for JSON decode error responses. [#5069]({{fleet-server-pull}}5069)
120120

121+
## 9.0.5 [fleet-elastic-agent-9.0.5-release-notes]
122+
123+
### Fixes [fleet-elastic-agent-9.0.5-fixes]
124+
125+
**Fleet Server**
126+
127+
* Fix upgrade details `download_rate` as string handling. [#5217]({{fleet-server-pull}}5217) [#5227]({{fleet-server-pull}}5227) [#5176]({{fleet-server-pull}}5176) [#5164]({{fleet-server-issue}}5164)
128+
121129
## 9.0.4 [fleet-elastic-agent-9.0.4-release-notes]
122130

123131
### Features and enhancements [fleet-elastic-agent-9.0.4-features-enhancements]
-461 KB
Binary file not shown.
-344 KB
Loading
-76.6 KB
Loading
-176 KB
Loading

0 commit comments

Comments
 (0)