Skip to content

Commit 6b5e38e

Browse files
authored
Merge branch 'main' into esql-dls-opt-in-ccs-test
2 parents 4db5330 + f4dc716 commit 6b5e38e

File tree

88 files changed

+876
-1126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+876
-1126
lines changed

docs/changelog/118375.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 118375
2+
summary: Check for presence of error object when validating streaming responses from integrations in the inference API
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/reference/connector/docs/connectors-salesforce.asciidoc

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Once the permissions are set, assign the Profiles, Permission Set or Permission
200200
Follow these steps in Salesforce:
201201
202202
1. Navigate to `Administration` under the `Users` section.
203-
2. Select `Users` and choose the user to set the permissions to.
203+
2. Select `Users` and choose the user to set the permissions to.
204204
3. Set the `Profile`, `Permission Set` or `Permission Set Groups` created in the earlier steps.
205205
206206
[discrete#es-connectors-salesforce-sync-rules]
@@ -249,7 +249,7 @@ Allowed values are *SOQL* and *SOSL*.
249249
[
250250
{
251251
"query": "FIND {Salesforce} IN ALL FIELDS",
252-
"language": "SOSL"
252+
"language": "SOSL"
253253
}
254254
]
255255
----
@@ -381,7 +381,13 @@ See <<es-connectors-content-extraction,content extraction>> for more specifics o
381381
[discrete#es-connectors-salesforce-known-issues]
382382
===== Known issues
383383
384-
There are currently no known issues for this connector.
384+
* *DLS feature is "type-level" not "document-level"*
385+
+
386+
Salesforce DLS, added in 8.13.0, does not accomodate specific access controls to specific Salesforce Objects.
387+
Instead, if a given user/group can have access to _any_ Objects of a given type (`Case`, `Lead`, `Opportunity`, etc), that user/group will appear in the `\_allow_access_control` list for _all_ of the Objects of that type.
388+
See https://github.com/elastic/connectors/issues/3028 for more details.
389+
+
390+
385391
Refer to <<es-connectors-known-issues,connector known issues>> for a list of known issues for all connectors.
386392
387393
[discrete#es-connectors-salesforce-security]
@@ -396,7 +402,7 @@ This connector is built with the {connectors-python}[Elastic connector framework
396402
397403
View the {connectors-python}/connectors/sources/salesforce.py[source code for this connector^] (branch _{connectors-branch}_, compatible with Elastic _{minor-version}_).
398404
399-
// Closing the collapsible section
405+
// Closing the collapsible section
400406
===============
401407

402408

@@ -598,7 +604,7 @@ Once the permissions are set, assign the Profiles, Permission Set or Permission
598604
Follow these steps in Salesforce:
599605
600606
1. Navigate to `Administration` under the `Users` section.
601-
2. Select `Users` and choose the user to set the permissions to.
607+
2. Select `Users` and choose the user to set the permissions to.
602608
3. Set the `Profile`, `Permission Set` or `Permission Set Groups` created in the earlier steps.
603609
604610
[discrete#es-connectors-salesforce-client-sync-rules]
@@ -648,7 +654,7 @@ Allowed values are *SOQL* and *SOSL*.
648654
[
649655
{
650656
"query": "FIND {Salesforce} IN ALL FIELDS",
651-
"language": "SOSL"
657+
"language": "SOSL"
652658
}
653659
]
654660
----
@@ -781,7 +787,13 @@ See <<es-connectors-content-extraction,content extraction>> for more specifics o
781787
[discrete#es-connectors-salesforce-client-known-issues]
782788
===== Known issues
783789
784-
There are currently no known issues for this connector.
790+
* *DLS feature is "type-level" not "document-level"*
791+
+
792+
Salesforce DLS, added in 8.13.0, does not accomodate specific access controls to specific Salesforce Objects.
793+
Instead, if a given user/group can have access to _any_ Objects of a given type (`Case`, `Lead`, `Opportunity`, etc), that user/group will appear in the `\_allow_access_control` list for _all_ of the Objects of that type.
794+
See https://github.com/elastic/connectors/issues/3028 for more details.
795+
+
796+
785797
Refer to <<es-connectors-known-issues,connector known issues>> for a list of known issues for all connectors.
786798
787799
[discrete#es-connectors-salesforce-client-security]
@@ -797,5 +809,5 @@ This connector is built with the {connectors-python}[Elastic connector framework
797809
View the {connectors-python}/connectors/sources/salesforce.py[source code for this connector^] (branch _{connectors-branch}_, compatible with Elastic _{minor-version}_).
798810
799811
800-
// Closing the collapsible section
812+
// Closing the collapsible section
801813
===============

docs/reference/data-streams/logs.asciidoc

Lines changed: 103 additions & 94 deletions
Large diffs are not rendered by default.

docs/reference/data-streams/tsds.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metrics data. Only use a TSDS if you typically add metrics data to {es} in near
1717
real-time and `@timestamp` order.
1818

1919
A TSDS is only intended for metrics data. For other timestamped data, such as
20-
logs or traces, use a regular data stream.
20+
logs or traces, use a <<logs-data-stream,logs data stream>> or regular data stream.
2121

2222
[discrete]
2323
[[differences-from-regular-data-stream]]
246 KB
Loading
-734 KB
Binary file not shown.
71.2 KB
Loading

docs/reference/index-modules.asciidoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,9 @@ Index mode supports the following values:
113113

114114
`standard`::: Standard indexing with default settings.
115115

116-
`time_series`::: Index mode optimized for storage of metrics documented in <<tsds-index-settings,TSDS Settings>>.
116+
`tsds`::: _(data streams only)_ Index mode optimized for storage of metrics. For more information, see <<tsds-index-settings>>.
117117

118-
`logsdb`::: Index mode optimized for storage of logs. It applies default sort settings on the `hostname` and `timestamp` fields and uses <<synthetic-source,synthetic `_source`>>. <<index-modules-index-sorting,Index sorting>> on different fields is still allowed.
119-
preview:[]
118+
`logsdb`::: _(data streams only)_ Index mode optimized for <<logs-data-stream,logs>>.
120119

121120
[[routing-partition-size]] `index.routing_partition_size`::
122121

docs/reference/indices/index-mgmt.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This value is the time period for which your data is guaranteed to be stored. Da
6767
Elasticsearch at a later time.
6868

6969
[role="screenshot"]
70-
image::images/index-mgmt/management-data-stream.png[Data stream details]
70+
image::images/index-mgmt/management-data-stream-fields.png[Data stream details]
7171

7272
* To view more information about a data stream, such as its generation or its
7373
current index lifecycle policy, click the stream's name. From this view, you can navigate to *Discover* to

docs/reference/indices/put-index-template.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ See <<create-index-template,create an index template>>.
115115
116116
`index_mode`::
117117
(Optional, string) Type of data stream to create. Valid values are `null`
118-
(regular data stream) and `time_series` (<<tsds,time series data stream>>).
118+
(standard data stream), `time_series` (<<tsds,time series data stream>>) and `logsdb`
119+
(<<logs-data-stream,logs data stream>>).
119120
+
120-
If `time_series`, each backing index has an `index.mode` index setting of
121-
`time_series`.
121+
The template's `index_mode` sets the `index.mode` of the backing index.
122122
=====
123123

124124
`index_patterns`::

0 commit comments

Comments
 (0)