Skip to content

Commit 8f26cb5

Browse files
authored
Merge branch 'main' into connect-to-local-llm-obs-ai-assistant
2 parents 0f16fa1 + 804ae38 commit 8f26cb5

File tree

13 files changed

+26
-8
lines changed

13 files changed

+26
-8
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

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]

reference/fleet/syslog-processor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ products:
1010
# Syslog [syslog-processor]
1111

1212

13-
The syslog processor parses RFC 3146 and/or RFC 5424 formatted syslog messages that are stored in a field. The processor itself does not handle receiving syslog messages from external sources. This is done through an input, such as the TCP input. Certain integrations, when enabled through configuration, will embed the syslog processor to process syslog messages, such as Custom TCP Logs and Custom UDP Logs.
13+
The syslog processor parses RFC 3164 and/or RFC 5424 formatted syslog messages that are stored in a field. The processor itself does not handle receiving syslog messages from external sources. This is done through an input, such as the TCP input. Certain integrations, when enabled through configuration, will embed the syslog processor to process syslog messages, such as Custom TCP Logs and Custom UDP Logs.
1414

1515

1616
## Example [_example_33]

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)