Skip to content

Commit

Permalink
Merge branch 'elastic:main' into enable-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
CAWilson94 authored Nov 8, 2024
2 parents 4978729 + 3124a72 commit a74f683
Show file tree
Hide file tree
Showing 180 changed files with 4,512 additions and 1,670 deletions.
4 changes: 2 additions & 2 deletions docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Deprecated functionality does not have an immediate impact on your application,
you make the necessary updates after you upgrade to 8.16.0.

[discrete]
* The Logs Stream is now hidden by default in favor of the Logs Explorer app.
.The Logs Stream is now hidden by default in favor of the Logs Explorer app.
[%collapsible]
====
*Details* +
Expand All @@ -105,7 +105,7 @@ You can still show the Logs Stream app again by navigating to Stack Management >
====

[discrete]
* Deprecates the Observability AI Assistant specific advanced setting `observability:aiAssistantLogsIndexPattern`.
.Deprecates the Observability AI Assistant specific advanced setting `observability:aiAssistantLogsIndexPattern`.
[%collapsible]
====
*Details* +
Expand Down
7 changes: 2 additions & 5 deletions docs/upgrade-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1725,19 +1725,16 @@ When you create *Lens* visualization, the default for the *Legend width* is now

[discrete]
[[deprecation-192003]]
* Deprecated the Observability AI Assistant specific advanced setting `observability:aiAssistantLogsIndexPattern`. (8.16)
.Deprecated the Observability AI Assistant specific advanced setting `observability:aiAssistantLogsIndexPattern`. (8.16)
[%collapsible]
====
*Details* +
The Observability AI Assistant specific advanced setting for Logs index patterns `observability:aiAssistantLogsIndexPattern` is deprecated and no longer used. The AI Assistant will now use the existing **Log sources** setting `observability:logSources` instead. For more information, refer to ({kibana-pull}192003[#192003]).
//*Impact* +
//!!TODO!!
====

[discrete]
[[deprecation-194519]]
* The Logs Stream was hidden by default in favor of the Logs Explorer app. (8.16)
.The Logs Stream was hidden by default in favor of the Logs Explorer app. (8.16)
[%collapsible]
====
*Details* +
Expand Down
198 changes: 0 additions & 198 deletions oas_docs/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -23782,39 +23782,6 @@
"topic": {
"type": "string"
},
"topics": {
"items": {
"additionalProperties": true,
"properties": {
"topic": {
"type": "string"
},
"when": {
"additionalProperties": true,
"properties": {
"condition": {
"type": "string"
},
"type": {
"enum": [
"equals",
"contains",
"regexp"
],
"type": "string"
}
},
"type": "object"
}
},
"required": [
"topic"
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"type": {
"enum": [
"kafka"
Expand Down Expand Up @@ -24917,39 +24884,6 @@
"topic": {
"type": "string"
},
"topics": {
"items": {
"additionalProperties": false,
"properties": {
"topic": {
"type": "string"
},
"when": {
"additionalProperties": false,
"properties": {
"condition": {
"type": "string"
},
"type": {
"enum": [
"equals",
"contains",
"regexp"
],
"type": "string"
}
},
"type": "object"
}
},
"required": [
"topic"
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"type": {
"enum": [
"kafka"
Expand Down Expand Up @@ -25978,39 +25912,6 @@
"topic": {
"type": "string"
},
"topics": {
"items": {
"additionalProperties": true,
"properties": {
"topic": {
"type": "string"
},
"when": {
"additionalProperties": true,
"properties": {
"condition": {
"type": "string"
},
"type": {
"enum": [
"equals",
"contains",
"regexp"
],
"type": "string"
}
},
"type": "object"
}
},
"required": [
"topic"
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"type": {
"enum": [
"kafka"
Expand Down Expand Up @@ -27213,39 +27114,6 @@
"topic": {
"type": "string"
},
"topics": {
"items": {
"additionalProperties": true,
"properties": {
"topic": {
"type": "string"
},
"when": {
"additionalProperties": true,
"properties": {
"condition": {
"type": "string"
},
"type": {
"enum": [
"equals",
"contains",
"regexp"
],
"type": "string"
}
},
"type": "object"
}
},
"required": [
"topic"
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"type": {
"enum": [
"kafka"
Expand Down Expand Up @@ -28321,39 +28189,6 @@
"topic": {
"type": "string"
},
"topics": {
"items": {
"additionalProperties": false,
"properties": {
"topic": {
"type": "string"
},
"when": {
"additionalProperties": false,
"properties": {
"condition": {
"type": "string"
},
"type": {
"enum": [
"equals",
"contains",
"regexp"
],
"type": "string"
}
},
"type": "object"
}
},
"required": [
"topic"
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"type": {
"enum": [
"kafka"
Expand Down Expand Up @@ -29379,39 +29214,6 @@
"topic": {
"type": "string"
},
"topics": {
"items": {
"additionalProperties": true,
"properties": {
"topic": {
"type": "string"
},
"when": {
"additionalProperties": true,
"properties": {
"condition": {
"type": "string"
},
"type": {
"enum": [
"equals",
"contains",
"regexp"
],
"type": "string"
}
},
"type": "object"
}
},
"required": [
"topic"
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"type": {
"enum": [
"kafka"
Expand Down
Loading

0 comments on commit a74f683

Please sign in to comment.