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: distribution/tools/keystore-cli/src/main/java/org/elasticsearch/cli/keystore/AddStringKeyStoreCommand.java
+2-10
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,10 @@
19
19
importorg.elasticsearch.core.CheckedFunction;
20
20
importorg.elasticsearch.env.Environment;
21
21
22
-
importjava.io.BufferedReader;
23
22
importjava.io.CharArrayWriter;
24
23
importjava.io.Closeable;
25
24
importjava.io.IOException;
26
-
importjava.io.InputStream;
27
-
importjava.io.InputStreamReader;
28
-
importjava.nio.charset.StandardCharsets;
25
+
importjava.io.Reader;
29
26
importjava.util.Arrays;
30
27
importjava.util.List;
31
28
@@ -47,11 +44,6 @@ class AddStringKeyStoreCommand extends BaseKeyStoreCommand {
Copy file name to clipboardExpand all lines: distribution/tools/keystore-cli/src/test/java/org/elasticsearch/cli/keystore/AddStringKeyStoreCommandTests.java
Copy file name to clipboardExpand all lines: docs/reference/search-connectors/es-connectors-salesforce.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -494,9 +494,11 @@ See [content extraction](/reference/search-connectors/es-connectors-content-extr
494
494
495
495
Salesforce DLS, added in 8.13.0, does not accomodate specific access controls to specific Salesforce Objects. 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. See [https://github.com/elastic/connectors/issues/3028](https://github.com/elastic/connectors/issues/3028) for more details.
496
496
497
-
Refer to [connector known issues](/release-notes/known-issues.md) for a list of known issues for all connectors.
498
-
497
+
* **Only first 500 nested entities are ingested**
498
+
499
+
Some of the entities that Salesforce connector fetches are nested - they are ingested along the parent objects using a `JOIN` query. Examples of such entities are `EmailMessages`, `CaseComments` and `FeedComments`. When Salesforce connector fetches these entities it sets a limit to fetch only first 500 entities per parent object. The only possible workaround for it now is to fork the Connectors repository and modify the code in Salesforce connector to increase these limits.
499
500
501
+
Refer to [connector known issues](/release-notes/known-issues.md) for a list of known issues for all connectors.
@@ -507,4 +509,4 @@ See [connectors security](/reference/search-connectors/es-connectors-security.md
507
509
508
510
This connector is built with the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).
509
511
510
-
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/salesforce.py) (branch *main*, compatible with Elastic *9.0*).
512
+
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/salesforce.py) (branch *main*, compatible with Elastic *9.0*).
* Remove cluster state from `/_cluster/reroute` response [#114231](https://github.com/elastic/elasticsearch/pull/114231) (issue: https://github.com/elastic/elasticsearch/issues/88978[#88978])
23
+
* Remove cluster state from `/_cluster/reroute` response [#114231](https://github.com/elastic/elasticsearch/pull/114231) (issue: [#88978](https://github.com/elastic/elasticsearch/issues/88978))
24
24
25
25
Analysis:
26
26
* Snowball stemmers have been upgraded [#114146](https://github.com/elastic/elasticsearch/pull/114146)
27
27
* The 'german2' stemmer is now an alias for the 'german' snowball stemmer [#113614](https://github.com/elastic/elasticsearch/pull/113614)
28
-
* The 'persian' analyzer has stemmer by default [#113482](https://github.com/elastic/elasticsearch/pull/113482) (issue: https://github.com/elastic/elasticsearch/issues/113050[#113050])
28
+
* The 'persian' analyzer has stemmer by default [#113482](https://github.com/elastic/elasticsearch/pull/113482) (issue: [#113050](https://github.com/elastic/elasticsearch/issues/113050))
29
29
* The Korean dictionary for Nori has been updated [#114124](https://github.com/elastic/elasticsearch/pull/114124)
30
30
31
31
Authentication:
@@ -35,9 +35,6 @@ will prevent node from starting [#118366](https://github.com/elastic/elasticsear
35
35
Cluster Coordination:
36
36
* Remove unsupported legacy value for `discovery.type`[#112903](https://github.com/elastic/elasticsearch/pull/112903)
37
37
38
-
Discovery-Plugins:
39
-
* Upgrade `discovery-ec2` to AWS SDK v2 [#122062](https://github.com/elastic/elasticsearch/pull/122062)
40
-
41
38
EQL:
42
39
* Set allow_partial_search_results=true by default [#120267](https://github.com/elastic/elasticsearch/pull/120267)
43
40
@@ -56,32 +53,32 @@ Indices APIs:
56
53
Infra/Core:
57
54
* Change Elasticsearch timeouts to 429 response instead of 5xx [#116026](https://github.com/elastic/elasticsearch/pull/116026)
58
55
* Limit `ByteSizeUnit` to 2 decimals [#120142](https://github.com/elastic/elasticsearch/pull/120142)
* Output a consistent format when generating error json [#90529](https://github.com/elastic/elasticsearch/pull/90529) (issue: https://github.com/elastic/elasticsearch/issues/89387[#89387])
67
+
* Output a consistent format when generating error json [#90529](https://github.com/elastic/elasticsearch/pull/90529) (issue: [#89387](https://github.com/elastic/elasticsearch/issues/89387))
71
68
72
69
Ingest Node:
73
70
* Remove `ecs` option on `user_agent` processor [#116077](https://github.com/elastic/elasticsearch/pull/116077)
74
71
* Remove ignored fallback option on GeoIP processor [#116112](https://github.com/elastic/elasticsearch/pull/116112)
75
72
76
73
Logs:
77
-
* Conditionally enable logsdb by default for data streams matching with logs-*-* pattern. [#121049](https://github.com/elastic/elasticsearch/pull/121049) (issue: https://github.com/elastic/elasticsearch/issues/106489[#106489])
74
+
* Conditionally enable logsdb by default for data streams matching with logs-*-* pattern. [#121049](https://github.com/elastic/elasticsearch/pull/121049) (issue: [#106489](https://github.com/elastic/elasticsearch/issues/106489))
78
75
79
76
Machine Learning:
80
77
* Disable machine learning on macOS x86_64 [#104125](https://github.com/elastic/elasticsearch/pull/104125)
81
78
82
79
Mapping:
83
80
* Remove support for type, fields, `copy_to` and boost in metadata field definition [#118825](https://github.com/elastic/elasticsearch/pull/118825)
84
-
* Turn `_source` meta fieldmapper's mode attribute into a no-op [#119072](https://github.com/elastic/elasticsearch/pull/119072) (issue: https://github.com/elastic/elasticsearch/issues/118596[#118596])
81
+
* Turn `_source` meta fieldmapper's mode attribute into a no-op [#119072](https://github.com/elastic/elasticsearch/pull/119072) (issue: [#118596](https://github.com/elastic/elasticsearch/issues/118596))
85
82
86
83
Search:
87
84
* Adjust `random_score` default field to `_seq_no` field [#118671](https://github.com/elastic/elasticsearch/pull/118671)
Copy file name to clipboardExpand all lines: docs/release-notes/deprecations.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,13 @@ To give you insight into what deprecated features you’re using, {{es}}:
19
19
## 9.0.0 [elasticsearch-900-deprecations]
20
20
21
21
ES|QL:
22
-
* Drop support for brackets from METADATA syntax [#119846](https://github.com/elastic/elasticsearch/pull/119846) (issue: {es-issue}115401[#115401])
22
+
* Drop support for brackets from METADATA syntax [#119846](https://github.com/elastic/elasticsearch/pull/119846) (issue: [#115401](https://github.com/elastic/elasticsearch/issues/115401))
23
23
24
24
Ingest Node:
25
25
* Fix `_type` deprecation on simulate pipeline API [#116259](https://github.com/elastic/elasticsearch/pull/116259)
26
26
27
27
Machine Learning:
28
-
* Add deprecation warning for flush API [#121667](https://github.com/elastic/elasticsearch/pull/121667) (issue: {es-issue}121506[#121506])
28
+
* Add deprecation warning for flush API [#121667](https://github.com/elastic/elasticsearch/pull/121667) (issue: [#121506](https://github.com/elastic/elasticsearch/issues/121506))
29
29
* Removing index alias creation for deprecated transforms notification index [#117583](https://github.com/elastic/elasticsearch/pull/117583)
30
30
*[Inference API] Deprecate elser service [#113216](https://github.com/elastic/elasticsearch/pull/113216)
0 commit comments