Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/8.x' into backport/8.x/pr-114716
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Oct 15, 2024
2 parents 3f4836b + 22deacb commit cc0b4b2
Show file tree
Hide file tree
Showing 361 changed files with 10,438 additions and 4,911 deletions.
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
5 changes: 5 additions & 0 deletions docs/changelog/113374.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 113374
summary: Add ESQL match function
area: ES|QL
type: feature
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/114168.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 114168
summary: Add a query rules tester API call
area: Relevance
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/114407.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 114407
summary: Fix synthetic source handling for `bit` type in `dense_vector` field
area: Search
type: bug
issues:
- 114402
5 changes: 5 additions & 0 deletions docs/changelog/114453.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 114453
summary: Switch default chunking strategy to sentence
area: Machine Learning
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/114457.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 114457
summary: "[Inference API] Introduce Update API to change some aspects of existing\
\ inference endpoints"
area: Machine Learning
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/114482.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 114482
summary: Remove snapshot build restriction for match and qstr functions
area: ES|QL
type: feature
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/114549.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 114549
summary: Send mid-stream errors to users
area: Machine Learning
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/114596.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 114596
summary: Stream Google Completion
area: Machine Learning
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/114683.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 114683
summary: Default inference endpoint for the multilingual-e5-small model
area: Machine Learning
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/114715.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 114715
summary: Ignore unrecognized openai sse fields
area: Machine Learning
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/114732.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 114732
summary: Stream Bedrock Completion
area: Machine Learning
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/reference/esql/functions/description/match.asciidoc

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

13 changes: 13 additions & 0 deletions docs/reference/esql/functions/examples/match.asciidoc

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

85 changes: 85 additions & 0 deletions docs/reference/esql/functions/kibana/definition/match.json

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

2 changes: 1 addition & 1 deletion docs/reference/esql/functions/kibana/definition/qstr.json

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

14 changes: 14 additions & 0 deletions docs/reference/esql/functions/kibana/docs/match.md

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

17 changes: 17 additions & 0 deletions docs/reference/esql/functions/layout/match.asciidoc

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

9 changes: 9 additions & 0 deletions docs/reference/esql/functions/parameters/match.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/match.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/reference/esql/functions/types/match.asciidoc

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

25 changes: 18 additions & 7 deletions docs/reference/modules/network.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,23 +153,34 @@ The only requirements are that each node must be:

* Accessible at its transport publish address by all other nodes in its
cluster, and by any remote clusters that will discover it using
<<sniff-mode>>.
<<sniff-mode,sniff mode>>.

Each node must have its own distinct publish address.

If you specify the transport publish address using a hostname then {es} will
resolve this hostname to an IP address once during startup, and other nodes
will use the resulting IP address instead of resolving the name again
themselves. To avoid confusion, use a hostname which resolves to the node's
address in all network locations.
themselves. You must use a hostname such that all of the addresses to which it
resolves are addresses at which the node is accessible from all other nodes. To
avoid confusion, it is simplest to use a hostname which resolves to a single
address.

If you specify the transport publish address using a
<<network-interface-values,special value>> then {es} will resolve this value to
a single IP address during startup, and other nodes will use the resulting IP
address instead of resolving the value again themselves. You must use a value
such that all of the addresses to which it resolves are addresses at which the
node is accessible from all other nodes. To avoid confusion, it is simplest to
use a value which resolves to a single address. It is usually a mistake to use
`0.0.0.0` as a publish address on hosts with more than one network interface.

===== Using a single address

The most common configuration is for {es} to bind to a single address at which
it is accessible to clients and other nodes. In this configuration you should
just set `network.host` to that address. You should not separately set any bind
or publish addresses, nor should you separately configure the addresses for the
HTTP or transport interfaces.
it is accessible to clients and other nodes. To use this configuration, set
only `network.host` to the desired address. Do not separately set any bind or
publish addresses. Do not separately specify the addresses for the HTTP or
transport interfaces.

===== Using multiple addresses

Expand Down
2 changes: 2 additions & 0 deletions docs/reference/query-rules/apis/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Use the following APIs to manage query rulesets:
* <<put-query-rule>>
* <<get-query-rule>>
* <<delete-query-rule>>
* preview:[] <<test-query-ruleset>>

include::put-query-ruleset.asciidoc[]
include::get-query-ruleset.asciidoc[]
Expand All @@ -31,4 +32,5 @@ include::delete-query-ruleset.asciidoc[]
include::put-query-rule.asciidoc[]
include::get-query-rule.asciidoc[]
include::delete-query-rule.asciidoc[]
include::test-query-ruleset.asciidoc[]

Loading

0 comments on commit cc0b4b2

Please sign in to comment.