Skip to content

Commit

Permalink
Merge branch 'main' into carlosdelest/esql-match-function
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Oct 8, 2024
2 parents 80311e2 + 1c40954 commit 22b009e
Show file tree
Hide file tree
Showing 361 changed files with 9,522 additions and 3,800 deletions.
3 changes: 2 additions & 1 deletion .buildkite/pipelines/dra-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ steps:
provider: gcp
image: family/elasticsearch-ubuntu-2204
machineType: custom-32-98304
buildDirectory: /dev/shm/bk
localSsds: 1
localSsdInterface: nvme
diskSizeGb: 350
- wait
# The hadoop build depends on the ES artifact
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipelines/intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ steps:
- trigger: elasticsearch-dra-workflow
label: Trigger DRA snapshot workflow
async: true
branches: "main 8.* 7.17"
build:
branch: "$BUILDKITE_BRANCH"
commit: "$BUILDKITE_COMMIT"
Expand Down
2 changes: 1 addition & 1 deletion build-tools-internal/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ httpcore = 4.4.13
httpasyncclient = 4.1.5
commonslogging = 1.2
commonscodec = 1.15
protobuf = 3.21.9
protobuf = 3.25.5

# test dependencies
randomizedrunner = 2.8.0
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/111336.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 111336
summary: Use the same chunking configurations for models in the Elasticsearch service
area: Machine Learning
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/112933.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 112933
summary: "Allow incubating Panama Vector in simdvec, and add vectorized `ipByteBin`"
area: Search
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/113251.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 113251
summary: Span term query to convert to match no docs when unmapped field is targeted
area: Search
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/113297.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 113297
summary: "[ES|QL] add reverse function"
area: ES|QL
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/113812.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 113812
summary: Add Streaming Inference spec
area: Machine Learning
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/113846.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 113846
summary: Don't validate internal stats if they are empty
area: Aggregations
type: bug
issues:
- 113811
5 changes: 5 additions & 0 deletions docs/changelog/113869.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 113869
summary: Upgrade protobufer to 3.25.5
area: Snapshot/Restore
type: upgrade
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/113900.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 113900
summary: Fix BWC for file-settings based role mappings
area: Authentication
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/113961.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 113961
summary: "[ESQL] Support datetime data type in Least and Greatest functions"
area: ES|QL
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/114080.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 114080
summary: Stream Cohere Completion
area: Machine Learning
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/114116.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 114116
summary: "ES|QL: Ensure minimum capacity for `PlanStreamInput` caches"
area: ES|QL
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/114177.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 114177
summary: "Make `randomInstantBetween` always return value in range [minInstant, `maxInstant]`"
area: Infra/Metrics
type: bug
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ PUT _connector/my-connector
"name": "My Connector",
"description": "My Connector to sync data to Elastic index from Google Drive",
"service_type": "google_drive",
"language": "english"
"language": "en"
}
----

Expand Down
40 changes: 24 additions & 16 deletions docs/reference/connector/docs/connectors-zoom.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,22 @@ To connect to Zoom you need to https://developers.zoom.us/docs/internal-apps/s2s
6. Click on the "Create" button to create the app registration.
7. After the registration is complete, you will be redirected to the app's overview page. Take note of the "App Credentials" value, as you'll need it later.
8. Navigate to the "Scopes" section and click on the "Add Scopes" button.
9. The following scopes need to be added to the app.
9. The following granular scopes need to be added to the app.
+
[source,bash]
----
user:read:admin
meeting:read:admin
chat_channel:read:admin
recording:read:admin
chat_message:read:admin
report:read:admin
user:read:list_users:admin
meeting:read:list_meetings:admin
meeting:read:list_past_participants:admin
cloud_recording:read:list_user_recordings:admin
team_chat:read:list_user_channels:admin
team_chat:read:list_user_messages:admin
----
[NOTE]
====
The connector requires a minimum scope of `user:read:list_users:admin` to ingest data into Elasticsearch.
====
+
10. Click on the "Done" button to add the selected scopes to your app.
11. Navigate to the "Activation" section and input the necessary information to activate the app.
Expand Down Expand Up @@ -220,18 +224,22 @@ To connect to Zoom you need to https://developers.zoom.us/docs/internal-apps/s2s
6. Click on the "Create" button to create the app registration.
7. After the registration is complete, you will be redirected to the app's overview page. Take note of the "App Credentials" value, as you'll need it later.
8. Navigate to the "Scopes" section and click on the "Add Scopes" button.
9. The following scopes need to be added to the app.
9. The following granular scopes need to be added to the app.
+
[source,bash]
----
user:read:admin
meeting:read:admin
chat_channel:read:admin
recording:read:admin
chat_message:read:admin
report:read:admin
user:read:list_users:admin
meeting:read:list_meetings:admin
meeting:read:list_past_participants:admin
cloud_recording:read:list_user_recordings:admin
team_chat:read:list_user_channels:admin
team_chat:read:list_user_messages:admin
----
[NOTE]
====
The connector requires a minimum scope of `user:read:list_users:admin` to ingest data into Elasticsearch.
====
+
10. Click on the "Done" button to add the selected scopes to your app.
11. Navigate to the "Activation" section and input the necessary information to activate the app.
Expand Down
5 changes: 5 additions & 0 deletions docs/reference/esql/functions/description/reverse.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions docs/reference/esql/functions/examples/reverse.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions docs/reference/esql/functions/kibana/definition/greatest.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions docs/reference/esql/functions/kibana/definition/least.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions docs/reference/esql/functions/kibana/definition/reverse.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions docs/reference/esql/functions/kibana/docs/reverse.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions docs/reference/esql/functions/layout/reverse.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions docs/reference/esql/functions/parameters/reverse.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/reverse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/reference/esql/functions/string-functions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* <<esql-ltrim>>
* <<esql-repeat>>
* <<esql-replace>>
* <<esql-reverse>>
* <<esql-right>>
* <<esql-rtrim>>
* <<esql-space>>
Expand All @@ -38,6 +39,7 @@ include::layout/locate.asciidoc[]
include::layout/ltrim.asciidoc[]
include::layout/repeat.asciidoc[]
include::layout/replace.asciidoc[]
include::layout/reverse.asciidoc[]
include::layout/right.asciidoc[]
include::layout/rtrim.asciidoc[]
include::layout/space.asciidoc[]
Expand Down
1 change: 1 addition & 0 deletions docs/reference/esql/functions/types/greatest.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/reference/esql/functions/types/least.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions docs/reference/esql/functions/types/reverse.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 22b009e

Please sign in to comment.