Skip to content

Commit

Permalink
Merge branch 'main' into unmute_chaining_test
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekwitek committed Jan 15, 2024
2 parents fa33b46 + 4d7e0ec commit bc67f01
Show file tree
Hide file tree
Showing 242 changed files with 2,963 additions and 2,428 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ steps:
timeout_in_minutes: 300
matrix:
setup:
BWC_VERSION: ["7.17.17", "8.11.4", "8.12.0", "8.13.0"]
BWC_VERSION: ["7.17.17", "8.11.5", "8.12.0", "8.13.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
16 changes: 16 additions & 0 deletions .buildkite/pipelines/periodic-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,22 @@ steps:
env:
BWC_VERSION: 8.11.4

- label: "{{matrix.image}} / 8.11.5 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.11.5
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 8.11.5

- label: "{{matrix.image}} / 8.12.0 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.12.0
timeout_in_minutes: 300
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipelines/periodic-platform-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ steps:
setup:
image:
- amazonlinux-2023
- amazonlinux-2
agents:
provider: aws
imagePrefix: elasticsearch-{{matrix.image}}
Expand Down
10 changes: 10 additions & 0 deletions .buildkite/pipelines/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,16 @@ steps:
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 8.11.4
- label: 8.11.5 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.11.5#bwcTest
timeout_in_minutes: 300
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
machineType: n1-standard-32
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 8.11.5
- label: 8.12.0 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.12.0#bwcTest
timeout_in_minutes: 300
Expand Down
1 change: 1 addition & 0 deletions .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,6 @@ BWC_VERSION:
- "8.11.2"
- "8.11.3"
- "8.11.4"
- "8.11.5"
- "8.12.0"
- "8.13.0"
2 changes: 1 addition & 1 deletion .ci/snapshotBwcVersions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BWC_VERSION:
- "7.17.17"
- "8.11.4"
- "8.11.5"
- "8.12.0"
- "8.13.0"
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ if (BuildParams.inFipsJvm) {
// with no x-pack. Tests having security explicitly enabled/disabled will override this setting
setting 'xpack.security.enabled', 'false'
setting 'xpack.security.fips_mode.enabled', 'true'
setting 'xpack.security.fips_mode.required_providers', '["BCFIPS", "BCJSSE"]'
setting 'xpack.license.self_generated.type', 'trial'
setting 'xpack.security.authc.password_hashing.algorithm', 'pbkdf2_stretch'
keystorePassword 'keystore-password'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public void beforeStart() {
try {
mockServer.start();
node.setting("telemetry.metrics.enabled", "true");
node.setting("tracing.apm.agent.enabled", "true");
node.setting("tracing.apm.enabled", "true");
node.setting("tracing.apm.agent.transaction_sample_rate", "0.10");
node.setting("tracing.apm.agent.metrics_interval", "10s");
node.setting("tracing.apm.agent.server_url", "http://127.0.0.1:" + mockServer.getPort());
Expand All @@ -213,8 +213,8 @@ public void beforeStart() {
// if metrics were not enabled explicitly for gradlew run we should disable them
else if (node.getSettingKeys().contains("telemetry.metrics.enabled") == false) { // metrics
node.setting("telemetry.metrics.enabled", "false");
} else if (node.getSettingKeys().contains("tracing.apm.agent.enabled") == false) { // tracing
node.setting("tracing.apm.agent.enable", "false");
} else if (node.getSettingKeys().contains("tracing.apm.enabled") == false) { // tracing
node.setting("tracing.apm.enable", "false");
}

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ class APMJvmOptions {
"application_packages", "org.elasticsearch,org.apache.lucene",
"metrics_interval", "120s",
"breakdown_metrics", "false",
"central_config", "false"
"central_config", "false",
"transaction_sample_rate", "0.2"
);
// end::noformat

Expand Down
5 changes: 0 additions & 5 deletions docs/changelog/102843.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/102848.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/103003.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/103151.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/103474.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/103611.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/103758.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/103865.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions docs/changelog/104122.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 104122
summary: Consider currently refreshing data in the memory usage of refresh
area: Engine
type: bug
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/104155.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 104155
summary: "Updated `missingTrainedModel` message to include: you may need to create\
\ it"
area: Machine Learning
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/104265.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 104265
summary: Remove `hashCode` and `equals` from `OperationModeUpdateTask`
area: ILM+SLM
type: bug
issues:
- 100871
5 changes: 5 additions & 0 deletions docs/changelog/104281.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 104281
summary: Data streams fix failure store delete
area: Data streams
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/104314.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 104314
summary: "[LTR] `FieldValueExtrator` - Checking if fetched values is empty"
area: Machine Learning
type: bug
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<titleabbrev>Cancel connector sync job</titleabbrev>
++++

preview::[]

Cancels a connector sync job.

[[cancel-connector-sync-job-api-request]]
Expand Down
5 changes: 2 additions & 3 deletions docs/reference/connector/apis/check-in-connector-api.asciidoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[[check-in-connector-api]]
=== Check in connector API

preview::[]

++++
<titleabbrev>Check in a connector</titleabbrev>
++++

preview::[]

Updates the `last_seen` field of a connector with current timestamp.

[[check-in-connector-api-request]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<titleabbrev>Check in connector sync job</titleabbrev>
++++

preview::[]

Checks in a connector sync job (updates `last_seen` to the current time).

[[check-in-connector-sync-job-api-request]]
Expand Down
13 changes: 6 additions & 7 deletions docs/reference/connector/apis/connector-apis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@

preview::[]

++++
<titleabbrev>Connector APIs</titleabbrev>
++++

---

The connector and sync jobs API provides a convenient way to create and manage Elastic connectors and sync jobs in an internal index.
The connector and sync jobs API provides a convenient way to create and manage Elastic {enterprise-search-ref}/connectors.html[connectors^] and sync jobs in an internal index.

This API provides an alternative to relying solely on {kib} UI for connector and sync job management. The API comes with a set of
validations and assertions to ensure that the state representation in the internal index remains valid.

[TIP]
====
We also have a command-line interface for Elastic connectors. Learn more in the https://github.com/elastic/connectors/blob/main/docs/CLI.md[elastic/connectors] repository.
====

[discrete]
[[elastic-connector-apis]]
=== Connector APIs
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/connector/apis/create-connector-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<titleabbrev>Create connector</titleabbrev>
++++

preview::[]

Creates a connector.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<titleabbrev>Create connector sync job</titleabbrev>
++++

preview::[]


Creates a connector sync job.

[source, console]
Expand Down
5 changes: 2 additions & 3 deletions docs/reference/connector/apis/delete-connector-api.asciidoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[[delete-connector-api]]
=== Delete connector API

preview::[]

++++
<titleabbrev>Delete connector</titleabbrev>
++++

preview::[]

Removes a connector and its associated data.
This is a destructive action that is not recoverable.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[[delete-connector-sync-job-api]]
=== Delete connector sync job API

preview::[]

++++
<titleabbrev>Delete connector sync job</titleabbrev>
++++

preview::[]

Removes a connector sync job and its associated data.
This is a destructive action that is not recoverable.

Expand Down
3 changes: 2 additions & 1 deletion docs/reference/connector/apis/get-connector-api.asciidoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[[get-connector-api]]
=== Get connector API
preview::[]
++++
<titleabbrev>Get connector</titleabbrev>
++++

preview::[]

Retrieves the details about a connector.

[[get-connector-api-request]]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[[get-connector-sync-job-api]]
=== Get connector sync job API
preview::[]
++++
<titleabbrev>Get connector sync job</titleabbrev>
++++

preview::[]

Retrieves the details about a connector sync job.

[[get-connector-sync-job-api-request]]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[role="xpack"]
[[list-connector-sync-jobs-api]]
=== List connector sync jobs API

preview::[]

++++
<titleabbrev>List connector sync jobs</titleabbrev>
++++

preview::[]

Returns information about all stored connector sync jobs ordered by their creation date in ascending order.


Expand Down
5 changes: 2 additions & 3 deletions docs/reference/connector/apis/list-connectors-api.asciidoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[role="xpack"]
[[list-connector-api]]
=== List connectors API

preview::[]

++++
<titleabbrev>List connectors</titleabbrev>
++++

preview::[]

Returns information about all stored connectors.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<titleabbrev>Set connector sync job error</titleabbrev>
++++

preview::[]

Sets a connector sync job error.

[[set-connector-sync-job-error-api-request]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<titleabbrev>Set connector sync job stats</titleabbrev>
++++

preview::[]

Sets connector sync job stats.

[[set-connector-sync-job-stats-api-request]]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[[update-connector-configuration-api]]
=== Update connector configuration API

preview::[]

++++
<titleabbrev>Update connector configuration</titleabbrev>
++++

preview::[]

Updates the `configuration` of a connector.


Expand Down
Loading

0 comments on commit bc67f01

Please sign in to comment.