You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-manage/deploy/elastic-cloud/project-settings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,8 @@ For {{elastic-sec}} projects, edit the **Project features** to select a feature
64
64
| Feature tier | Description and add-ons |
65
65
| :--- | :--- |
66
66
| **Elastic AI SOC Engine (EASE)** | A package of AI-powered tools meant to work with and enhance your existing SOC platforms: triage and correlate alerts from any platform using Attack Discovery, get realtime recommendations and assistance from AI Assistant, and share insights with your other tools. |
67
-
| **Security Analytics Essentials** | Everything in EASE, plus a suite of security analytics, detections, investigations, and collaboration tools. Allows these add-ons:<br><br>* **Endpoint Protection Essentials**: endpoint protections with {{elastic-defend}}.<br>* **Cloud Protection Essentials**: Cloud native security features.<br> |
68
-
| **Security Analytics Complete** | Everything in **Security Analytics Essentials** plus advanced features such as entity analytics, threat intelligence, and more. Allows these add-ons:<br><br>* **Endpoint Protection Complete**: Everything in **Endpoint Protection Essentials** plus advanced endpoint detection and response features.<br>* **Cloud Protection Complete**: Everything in **Cloud Protection Essentials** plus advanced cloud security features.<br> |
67
+
| **Security Analytics Essentials** | A suite of security analytics, detections, investigations, and collaboration tools. Does not include AI-powered tools. Allows these add-ons:<br><br>* **Endpoint Protection Essentials**: endpoint protections with {{elastic-defend}}.<br>* **Cloud Protection Essentials**: Cloud native security features.<br> |
68
+
| **Security Analytics Complete** | Everything in **Security Analytics Essentials** and **EASE**, plus advanced features such as entity analytics, threat intelligence, and more. Allows these add-ons:<br><br>* **Endpoint Protection Complete**: Everything in **Endpoint Protection Essentials** plus advanced endpoint detection and response features.<br>* **Cloud Protection Complete**: Everything in **Cloud Protection Essentials** plus advanced cloud security features.<br> |
69
69
70
70
#### Downgrading the feature tier [elasticsearch-manage-project-downgrading-the-feature-tier]
Copy file name to clipboardExpand all lines: deploy-manage/deploy/self-managed/install-kibana-with-docker.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ products:
11
11
# Install {{kib}} with Docker [docker]
12
12
13
13
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).
15
15
16
16
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).
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/add-controls.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,17 @@ There are three types of controls:
16
16
17
17
*[**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.
18
18
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
+
19
20

20
21
21
22
*[**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.
22
23
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
+
23
25

24
26
25
27
*[**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.
26
28
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
+
27
30

Copy file name to clipboardExpand all lines: explore-analyze/dashboards/arrange-panels.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ products:
10
10
11
11
# Organize dashboard panels [arrange-panels]
12
12
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
+
13
15
## Arrange panels in collapsible sections [collapsible-sections]
Copy file name to clipboardExpand all lines: explore-analyze/report-and-share.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,9 @@ Anonymous users can also access the link if you have configured [Anonymous authe
59
59
60
60
## Export as a file [manually-generate-reports]
61
61
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
+
:::
66
65
67
66
Create and download PDF, PNG, or CSV reports of saved Discover sessions, dashboards, visualizations, and workpads.
68
67
@@ -106,13 +105,15 @@ In the following dashboard, the shareable container is highlighted:
106
105
3. Click the button that generates or exports the report. A message appears, indicating that the report is in the export queue.
107
106
108
107
::::{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.
110
111
::::
111
112
112
113
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).
113
114
114
115
::::{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).
116
117
::::
117
118
118
119
### CSV report limitations [csv-limitations]
@@ -157,7 +158,7 @@ Create and share JSON files for workpads.
157
158
::::{note}
158
159
:name: reporting-on-cloud-resource-requirements
159
160
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).
Review the changes, fixes, and more to {{serverless-full}}.
11
11
12
+
## August 11, 2025 [serverless-changelog-08112025]
13
+
14
+
### Features and enhancements [serverless-changelog-08112025-features-enhancements]
15
+
* Adds **DOES NOT MATCH** capability to the IM rule type in Elastic Security Serverless [#227084]({{kib-pull}}227084)
16
+
* Adds Automatic Import documentation links to log descriptions and error messages [#229375]({{kib-pull}}229375)
17
+
* Improves dashboard usability at 400% zoom [#228978]({{kib-pull}}228978)
18
+
* Adds an **unsaved changes** modal in Discover [#225252]({{kib-pull}}225252)
19
+
* Adds a recovery mode switch for status alerts in Elastic Observability Serverless [#229962]({{kib-pull}}229962)
20
+
* Adds an error parameter to the agent config API in Elastic Observability Serverless [#230298]({{kib-pull}}230298)
21
+
* Adds an inference timeout to anonymization settings in Elastic Observability Serverless [#230640]({{kib-pull}}230640)
22
+
* Fetches referenced panels when loading dashboards in Elastic Observability Serverless [#228811]({{kib-pull}}228811)
23
+
* Installs product docs with KB installation in Elastic Observability Serverless [#228695]({{kib-pull}}228695)
24
+
* Links from alert details to related dashboards now include a time range filter in Elastic Observability Serverless [#230601]({{kib-pull}}230601)
25
+
* Updates the default Gemini model for the Gemini Connector in Playground from Gemini 1.5 Pro to Gemini 2.5 Pro in Elasticsearch Serverless [#230457]({{kib-pull}}230457)
26
+
27
+
### Fixes [serverless-changelog-08112025-fixes]
28
+
* Removes unnecessary promises in dashboards [#230313]({{kib-pull}}230313)
29
+
* Fixes date math plus sign encoding in dashboards [#230469]({{kib-pull}}230469)
30
+
* Logs a warning if filter and query state are malformed in dashboards [#230088]({{kib-pull}}230088)
31
+
* Fixes duplicate panel action hangs when a dashboard has collapsed sections closed on page load [#230842]({{kib-pull}}230842)
32
+
* Fixes a screen reader–only header for accessibility in dashboards [#230470]({{kib-pull}}230470)
33
+
* Fixes missing validation errors in the package policy editor in Fleet [#229932]({{kib-pull}}229932)
34
+
* Fixes agentless integrations where `organization`, `division`, or `team` data fields were being overwritten by package metadata in Fleet [#230479]({{kib-pull}}230479)
35
+
* Fixes the output SSL config order in Fleet [#230758]({{kib-pull}}230758)
36
+
* Fixes glitches in the **data view creation** flyout in Discover when accessed from another page [#228749]({{kib-pull}}228749)
37
+
* Fixes a setup bug in the Elastic Observability Serverless lock manager [#230519]({{kib-pull}}230519)
38
+
* Adds a loading state in Elastic Observability Serverless for installing or uninstalling product docs [#229579]({{kib-pull}}229579)
39
+
* Includes a timestamp range filter to exclude the frozen tier in Elastic Observability Serverless [#230375]({{kib-pull}}230375)
40
+
* Adjusts e2e onboarding tests to work in Elastic Observability Serverless [#229969]({{kib-pull}}229969)
41
+
* Moves the `scheduleNow` call to the privmon engine init instead of the monitoring source engine in Elastic Security Serverless [#230263]({{kib-pull}}230263)
42
+
* Creates the Privileged user monitoring default index source only if it doesn't already exist in Elastic Security Serverless [#229693]({{kib-pull}}229693)
43
+
* Fixes Privileged user monitoring index sync in non-default spaces in Elastic Security Serverless [#230420]({{kib-pull}}230420)
44
+
* Adds a validation error if the actions throttle is shorter than the rule interval in Elastic Security Serverless [#229976]({{kib-pull}}229976)
45
+
* Excludes deprecated features from spaces solution visibility [#230385]({{kib-pull}}230385)
46
+
* Ensures form fields persist when validation fails in Machine Learning [#230321]({{kib-pull}}230321)
47
+
* Improves accessibility of the Streams table [#225659]({{kib-pull}}225659)
48
+
* Fixes a bug that prevented saving linked TSVB visualizations when changing the data view [#228685]({{kib-pull}}228685)
49
+
* Fixes a null property error in the Elasticsearch Serverless Playground [#230729]({{kib-pull}}230729)
50
+
51
+
## August 4, 2025 [serverless-changelog-08042025]
52
+
53
+
### Features and enhancements [serverless-changelog-08042025-features-enhancements]
54
+
* Updates AGENTLESS_DISABLED_INPUTS list in Fleet [#229117]({{kib-pull}}229117)
55
+
* Enables filter and saved query options in the optional Elastic Observability Serverless query filter [#229453]({{kib-pull}}229453)
56
+
* Introduces dashboard migration endpoints in Elastic Security Serverless [#229112]({{kib-pull}}229112)
57
+
* Adds the ability to save Playgrounds within a space in Elasticsearch Serverless [#229511]({{kib-pull}}229511)
58
+
* Enhances grok semantics extraction with Onigurama regex patterns in Discover [#229409]({{kib-pull}}229409)
59
+
* Adds **Prettify** button to the editor and removes the ability to unwrap in Discover [#228159]({{kib-pull}}228159)
60
+
* Adds support for expressions in Discover STATS [#229513]({{kib-pull}}229513)
61
+
* Allows pasting screenshots into Markdown comment fields for cases in Elastic Observability Serverless [#226077]({{kib-pull}}226077)
62
+
* Adds `detection_rule_upgrade_status` to snapshot telemetry in Elastic Security Serverless [#223086]({{kib-pull}}223086)
63
+
* Adds EASE value report in Elastic Security Serverless [#228877]({{kib-pull}}228877)
64
+
* Adds Machine Learning ability to filter AI Connector providers by solution type [#228116]({{kib-pull}}228116)
65
+
* Improves Console reliability by removing odd retry logic and adding Elasticsearch host selector [#229574]({{kib-pull}}229574)
::::{dropdown} Profiling Collector and Symbolizer endpoints are not configured after upgrading a cluster
108
+
109
+
Applies to: {{stack}} 9.x, 8.x
110
+
111
+
**Details**
112
+
113
+
After upgrading a cluster, Collector and Symbolizer endpoints may not be configured even when Universal Profiling is enabled in Kibana and the "Add data" instructions appear on the Universal Profiling landing page.
114
+
115
+
**Workaround**
116
+
117
+
1. Run the following query to retrieve the `id`s of the `elastic-universal-profiling-collector` and `elastic-universal-profiling-symbolizer` package policies:
* 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)
0 commit comments