Skip to content

Commit 50ef7b2

Browse files
authored
Merge branch 'main' into obs-ai-assistant-llm-performance-matrix
2 parents 24ab5c0 + 6cb095f commit 50ef7b2

File tree

7 files changed

+25
-420
lines changed

7 files changed

+25
-420
lines changed

deploy-manage/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,8 @@ toc:
609609
- file: users-roles/cluster-or-deployment-auth/granting-privileges-for-data-streams-aliases.md
610610
- file: users-roles/cluster-or-deployment-auth/kibana-role-management.md
611611
- file: users-roles/cluster-or-deployment-auth/role-restriction.md
612-
- file: users-roles/cluster-or-deployment-auth/elasticsearch-privileges.md
612+
- title: "Elasticsearch privileges"
613+
crosslink: elasticsearch://reference/elasticsearch/security-privileges.md
613614
- file: users-roles/cluster-or-deployment-auth/kibana-privileges.md
614615
- file: users-roles/cluster-or-deployment-auth/mapping-users-groups-to-roles.md
615616
children:

deploy-manage/tools/snapshot-and-restore/s3-repository.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ The following list contains the available S3 client settings. Those that must be
125125
`max_retries`
126126
: The number of retries to use when an S3 request fails. The default value is `3`.
127127

128+
`connection_max_idle_time`
129+
: ([time value](elasticsearch://reference/elasticsearch/rest-apis/api-conventions.md#time-units)) The timeout after which {{es}} will close an idle connection. The default value is 60 seconds.
130+
128131
`path_style_access`
129132
: Whether to force the use of the path style access pattern. If `true`, the path style access pattern will be used. If `false`, the access pattern will be automatically determined by the AWS Java SDK (See [AWS documentation](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Builder.html#setPathStyleAccessEnabled-java.lang.Boolean-) for details). Defaults to `false`.
130133

deploy-manage/users-roles/cluster-or-deployment-auth/elasticsearch-privileges.md

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

manage-data/data-store/data-streams/quickstart-tsds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ A _time series_ is a sequence of data points collected at regular time intervals
1818
* Access to [{{dev-tools-app}} Console](/explore-analyze/query-filter/tools/console.md) in {{kib}}, or another way to make {{es}} API requests
1919

2020
* Cluster and index permissions:
21-
* [Cluster privilege](/deploy-manage/users-roles/cluster-or-deployment-auth/elasticsearch-privileges.md#privileges-list-cluster): `manage_index_templates`
22-
* [Index privileges](/deploy-manage/users-roles/cluster-or-deployment-auth/elasticsearch-privileges.md#privileges-list-indices): `create_doc` and `create_index`
21+
* [Cluster privilege](elasticsearch://reference/elasticsearch/security-privileges.md#privileges-list-cluster): `manage_index_templates`
22+
* [Index privileges](elasticsearch://reference/elasticsearch/security-privileges.md#privileges-list-indices): `create_doc` and `create_index`
2323

2424
* Familiarity with [time series data stream concepts](time-series-data-stream-tsds.md) and [{{es}} index and search basics](/solutions/search/get-started.md)
2525

release-notes/elastic-observability/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ To check for security updates, go to [Security announcements for the Elastic sta
2121
% ### Fixes [elastic-observability-next-fixes]
2222
% *
2323

24+
## 9.1.4 [elastic-observability-9.1.4-release-notes]
25+
26+
### Enhancements [elastic-observability-9.1.4-enhancements]
27+
28+
* Save button is disabled in user-specific system prompt flyout when there's no input [#231562]({{kib-pull}}2301562).
29+
30+
2431
## 9.1.3 [elastic-observability-9.1.3-release-notes]
2532

2633
### Fixes [elastic-observability-9.1.3-fixes]

release-notes/elastic-security/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ To check for security updates, go to [Security announcements for the Elastic sta
2727

2828
% *
2929

30+
## 9.1.4 [elastic-security-9.1.4-release-notes]
31+
32+
### Features and enhancements [elastic-security-9.1.4-features-enhancements]
33+
* Adds more Linux diagnostic process `ptrace` events.
34+
35+
### Fixes [elastic-security-9.1.4-fixes]
36+
* Fixes a bug where the toggle column functionality only functioned on the **Alerts** page [#234278]({{kib-pull}}234278).
37+
* Fixes a bug where Linux capabilities were included in {{elastic-endpoint}} network events despite being disabled.
38+
* Makes the delivery of {{elastic-endpoint}} command line commands more robust. In rare cases, commands could previously fail due to interprocess communication issues.
39+
3040
## 9.1.3 [elastic-security-9.1.3-release-notes]
3141

3242
### Fixes [elastic-security-9.1.3-fixes]

release-notes/intro/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ navigation_title: Release notes
1212

1313
Stay up to date with the latest changes, fixes, known issues, and deprecations in Elastic products.
1414

15-
Release notes cover the all the latest Elastic product changes, including the following:
15+
Release notes cover all the latest Elastic product changes, including the following:
1616
* {{stack}} {{version.stack.base}} and later, including the most recent {{version.stack}} release
1717
* {{serverless-full}}, including updates to {{es}}, and {{observability}} and {{elastic-sec}} solutions
1818

0 commit comments

Comments
 (0)