Skip to content

Commit ec5cbdb

Browse files
committed
Merge remote-tracking branch 'upstream/main' into fix-replace-missing-fields-with-null
2 parents 8a5893c + 47edd0a commit ec5cbdb

File tree

157 files changed

+1619
-1620
lines changed

Some content is hidden

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

157 files changed

+1619
-1620
lines changed

build-conventions/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
api buildLibs.apache.rat
7878
compileOnly buildLibs.checkstyle
7979
constraints {
80-
api("org.eclipse.platform:org.eclipse.osgi:3.18.300") {
80+
api("org.eclipse.platform:org.eclipse.osgi:3.18.500") {
8181
because("Use the same version as we do in spotless gradle plugin at runtime")
8282
}
8383
}

docs/changelog/123156.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 123156
2+
summary: Wrap remote errors with cluster name to provide more context
3+
area: Search
4+
type: enhancement
5+
issues: []

docs/changelog/125652.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 125652
2+
summary: Run `TransportGetIndexAction` on local node
3+
area: Indices APIs
4+
type: enhancement
5+
issues: []

docs/changelog/125694.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 125694
2+
summary: LTR score bounding
3+
area: Ranking
4+
type: bug
5+
issues: []

docs/changelog/126002.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 126002
2+
summary: Run `TransportGetLifecycleAction` on local node
3+
area: ILM+SLM
4+
type: enhancement
5+
issues: []

docs/changelog/126051.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 126051
2+
summary: Run `TransportGetSettingsAction` on local node
3+
area: Indices APIs
4+
type: enhancement
5+
issues: []

docs/reference/enrich-processor/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Refer to [Enrich your data](docs-content://manage-data/ingest/transform-enrich/d
8888
: Extracts the registered domain (also known as the effective top-level domain or eTLD), sub-domain, and top-level domain from a fully qualified domain name (FQDN).
8989

9090
[`set_security_user` processor](/reference/enrich-processor/ingest-node-set-security-user-processor.md)
91-
: Sets user-related details (such as `username`, `roles`, `email`, `full_name`,`metadata`, `api_key`, `realm` and `authentication_type`) from the current authenticated user to the current document by pre-processing the ingest.
91+
: Sets user-related details (such as `username`, `roles`, `email`, `full_name`,`metadata`, `api_key`, `realm` and `authentication_type`) from the current authenticated user.
9292

9393
[`uri_parts` processor](/reference/enrich-processor/uri-parts-processor.md)
9494
: Parses a Uniform Resource Identifier (URI) string and extracts its components as an object.
@@ -138,7 +138,7 @@ Refer to [Enrich your data](docs-content://manage-data/ingest/transform-enrich/d
138138
[`date` processor](/reference/enrich-processor/date-processor.md)
139139
: Extracts and converts date fields.
140140

141-
[`dot_expand`](/reference/enrich-processor/dot-expand-processor.md) processor
141+
[`dot_expand` processor](/reference/enrich-processor/dot-expand-processor.md)
142142
: Expands a field with dots into an object field.
143143

144144
[`html_strip` processor](/reference/enrich-processor/htmlstrip-processor.md)

docs/reference/enrich-processor/ingest-node-set-security-user-processor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mapped_pages:
77
# Set security user processor [ingest-node-set-security-user-processor]
88

99

10-
Sets user-related details (such as `username`, `roles`, `email`, `full_name`, `metadata`, `api_key`, `realm` and `authentication_type`) from the current authenticated user to the current document by pre-processing the ingest. The `api_key` property exists only if the user authenticates with an API key. It is an object containing the `id`, `name` and `metadata` (if it exists and is non-empty) fields of the API key. The `realm` property is also an object with two fields, `name` and `type`. When using API key authentication, the `realm` property refers to the realm from which the API key is created. The `authentication_type` property is a string that can take value from `REALM`, `API_KEY`, `TOKEN` and `ANONYMOUS`.
10+
Sets user-related details (such as `username`, `roles`, `email`, `full_name`, `metadata`, `api_key`, `realm` and `authentication_type`) from the current authenticated user. The `api_key` property exists only if the user authenticates with an API key. It is an object containing the `id`, `name` and `metadata` (if it exists and is non-empty) fields of the API key. The `realm` property is also an object with two fields, `name` and `type`. When using API key authentication, the `realm` property refers to the realm from which the API key is created. The `authentication_type` property is a string that can take value from `REALM`, `API_KEY`, `TOKEN` and `ANONYMOUS`.
1111

1212
::::{important}
1313
Requires an authenticated user for the index request.

gradle/build.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ snakeyaml = { group = "org.yaml", name = "snakeyaml", version = { strictly = "2.
4343
spock-core = { group = "org.spockframework", name="spock-core", version.ref="spock" }
4444
spock-junit4 = { group = "org.spockframework", name="spock-junit4", version.ref="spock" }
4545
spock-platform = { group = "org.spockframework", name="spock-bom", version.ref="spock" }
46-
spotless-plugin = "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
46+
spotless-plugin = "com.diffplug.spotless:spotless-plugin-gradle:7.0.2"
4747
wiremock = "com.github.tomakehurst:wiremock-jre8-standalone:2.23.2"
4848
xmlunit-core = "org.xmlunit:xmlunit-core:2.8.2"
4949

0 commit comments

Comments
 (0)