diff --git a/docs/changelog.yml b/docs/changelog.yml index d842079d4105c..7d317afb95d8f 100644 --- a/docs/changelog.yml +++ b/docs/changelog.yml @@ -263,11 +263,11 @@ label_to_areas: # Changelogs matching the specified products and areas/types will be commented out in rendered output files # Dictionary key can be a single product ID or comma-separated product IDs (e.g., "elasticsearch, cloud-serverless") # Dictionary value contains areas and/or types that should be blocked for those products -# render_blockers: - # Multiple products (comma-separated) with areas and types that should be blocked - # "kibana, cloud-serverless": - # areas: # List of area values that should be blocked (commented out) during render - # - Autoscaling - # - Watcher - # types: # List of type values that should be blocked (commented out) during render - # - docs \ No newline at end of file +render_blockers: + Multiple products (comma-separated) with areas and types that should be blocked + "kibana, cloud-serverless": + areas: # List of area values that should be blocked (commented out) during render + - Autoscaling + - Watcher + types: # List of type values that should be blocked (commented out) during render + - docs \ No newline at end of file diff --git a/docs/changelog/2025-01-13/1768349427-[controls-anywhere]-feature-branch.yaml b/docs/changelog/2025-01-13/1768349427-[controls-anywhere]-feature-branch.yaml new file mode 100644 index 0000000000000..39c38f8ca1368 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349427-[controls-anywhere]-feature-branch.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 245588 +type: feature +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Dashboards and Visualizations +title: '[Controls Anywhere] Feature Branch' diff --git a/docs/changelog/2025-01-13/1768349428-[fleet]-implement-agent-upgrade-rollback.yaml b/docs/changelog/2025-01-13/1768349428-[fleet]-implement-agent-upgrade-rollback.yaml new file mode 100644 index 0000000000000..688a809301b77 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349428-[fleet]-implement-agent-upgrade-rollback.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247398 +type: feature +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Data ingestion and Fleet +title: '[Fleet] Implement agent upgrade rollback' diff --git a/docs/changelog/2025-01-13/1768349429-[es|ql]-mark-match_phrase-second-argument-as-const.yaml b/docs/changelog/2025-01-13/1768349429-[es|ql]-mark-match_phrase-second-argument-as-const.yaml new file mode 100644 index 0000000000000..9c9e824d8d91d --- /dev/null +++ b/docs/changelog/2025-01-13/1768349429-[es|ql]-mark-match_phrase-second-argument-as-const.yaml @@ -0,0 +1,92 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247003 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Discover +- ES|QL +title: '[ES|QL] Mark MATCH_PHRASE second argument as constantOnly ' diff --git a/docs/changelog/2025-01-13/1768349429-feat(slo)-instance-selector-visible-when-current-i.yaml b/docs/changelog/2025-01-13/1768349429-feat(slo)-instance-selector-visible-when-current-i.yaml new file mode 100644 index 0000000000000..8d4e10bdb7532 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349429-feat(slo)-instance-selector-visible-when-current-i.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247638 +type: feature +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Observability solution +title: 'feat(slo): instance selector visible when current instance is not defined' diff --git a/docs/changelog/2025-01-13/1768349431-[attack-discovery]-improves-attack-discovery-hallu.yaml b/docs/changelog/2025-01-13/1768349431-[attack-discovery]-improves-attack-discovery-hallu.yaml new file mode 100644 index 0000000000000..698f72c5e3caf --- /dev/null +++ b/docs/changelog/2025-01-13/1768349431-[attack-discovery]-improves-attack-discovery-hallu.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247965 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Security solution +title: '[Attack discovery] Improves Attack discovery hallucination detection' diff --git a/docs/changelog/2025-01-13/1768349431-[entity-analytics][privmon]-prepare-monitoring-ent.yaml b/docs/changelog/2025-01-13/1768349431-[entity-analytics][privmon]-prepare-monitoring-ent.yaml new file mode 100644 index 0000000000000..da0602adc64c3 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349431-[entity-analytics][privmon]-prepare-monitoring-ent.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 246978 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Security solution +title: '[Entity Analytics][Privmon] Prepare Monitoring Entity Source CRUD APIs for GA' diff --git a/docs/changelog/2025-01-13/1768349432-[ml]-inference-ai-connector-mark-429-errors-as-use.yaml b/docs/changelog/2025-01-13/1768349432-[ml]-inference-ai-connector-mark-429-errors-as-use.yaml new file mode 100644 index 0000000000000..b463a2107a4f7 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349432-[ml]-inference-ai-connector-mark-429-errors-as-use.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 246640 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Machine learning +title: '[ML] Inference/AI Connector: mark 429 errors as user errors' diff --git a/docs/changelog/2025-01-13/1768349433-[ml]-trained-models-adds-button-to-synchronize-sav.yaml b/docs/changelog/2025-01-13/1768349433-[ml]-trained-models-adds-button-to-synchronize-sav.yaml new file mode 100644 index 0000000000000..c15b01db90a28 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349433-[ml]-trained-models-adds-button-to-synchronize-sav.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247691 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Machine learning +title: '[ML] Trained Models: Adds button to synchronize saved objects' diff --git a/docs/changelog/2025-01-13/1768349434-[streams]-[streamlang]-expose-range-to-the-ui.yaml b/docs/changelog/2025-01-13/1768349434-[streams]-[streamlang]-expose-range-to-the-ui.yaml new file mode 100644 index 0000000000000..d0575b36ea741 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349434-[streams]-[streamlang]-expose-range-to-the-ui.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 243011 +type: feature +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Management +title: '[Streams] [Streamlang] Expose range to the UI' diff --git a/docs/changelog/2025-01-13/1768349435-[observabilitystreams][streamlang]-add-uppercase,-.yaml b/docs/changelog/2025-01-13/1768349435-[observabilitystreams][streamlang]-add-uppercase,-.yaml new file mode 100644 index 0000000000000..0bd5dda7a4b6e --- /dev/null +++ b/docs/changelog/2025-01-13/1768349435-[observabilitystreams][streamlang]-add-uppercase,-.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 246540 +type: feature +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Management +title: '[Observability:Streams][Streamlang] Add uppercase, lowercase and trim processors' diff --git a/docs/changelog/2025-01-13/1768349436-[build]-set-heap-limit-to-min(75%,-4gb)-for-contai.yaml b/docs/changelog/2025-01-13/1768349436-[build]-set-heap-limit-to-min(75%,-4gb)-for-contai.yaml new file mode 100644 index 0000000000000..0b8b9408a162d --- /dev/null +++ b/docs/changelog/2025-01-13/1768349436-[build]-set-heap-limit-to-min(75%,-4gb)-for-contai.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 246073 +type: feature +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Operations +title: '[build] Set heap limit to min(75%, 4gb) for containers if unset' diff --git a/docs/changelog/2025-01-13/1768349437-fix-the-inference-endpoints-pull-down-on-semantic-.yaml b/docs/changelog/2025-01-13/1768349437-fix-the-inference-endpoints-pull-down-on-semantic-.yaml new file mode 100644 index 0000000000000..074ee5ca78755 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349437-fix-the-inference-endpoints-pull-down-on-semantic-.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247417 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Search +title: Fix the inference endpoints pull-down on semantic text UI diff --git a/docs/changelog/2025-01-13/1768349438-display-the-api-key-tab-if-the-user-has-permission.yaml b/docs/changelog/2025-01-13/1768349438-display-the-api-key-tab-if-the-user-has-permission.yaml new file mode 100644 index 0000000000000..c85ebcb7f83ba --- /dev/null +++ b/docs/changelog/2025-01-13/1768349438-display-the-api-key-tab-if-the-user-has-permission.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 246979 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Search +title: Display the API key tab if the user has permission diff --git a/docs/changelog/2025-01-13/1768349439-[synthetics]-default-rule-creation.yaml b/docs/changelog/2025-01-13/1768349439-[synthetics]-default-rule-creation.yaml new file mode 100644 index 0000000000000..a57199840d868 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349439-[synthetics]-default-rule-creation.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 245441 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Observability solution +title: '[Synthetics] Default Rule creation' diff --git a/docs/changelog/2025-01-13/1768349440-[security-solution]-changes-placement-of-`migratio.yaml b/docs/changelog/2025-01-13/1768349440-[security-solution]-changes-placement-of-`migratio.yaml new file mode 100644 index 0000000000000..d0997ef0e8583 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349440-[security-solution]-changes-placement-of-`migratio.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247002 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Security solution +title: '[Security Solution] Changes placement of `Migrations` and `Inventory` in Security Solution Nav' diff --git a/docs/changelog/2025-01-13/1768349441-[security-solution]-change-alert-suppression-icon.yaml b/docs/changelog/2025-01-13/1768349441-[security-solution]-change-alert-suppression-icon.yaml new file mode 100644 index 0000000000000..bf36b657fa016 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349441-[security-solution]-change-alert-suppression-icon.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247964 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Security solution +title: '[Security Solution] Change alert suppression icon' diff --git a/docs/changelog/2025-01-13/1768349441-[security-solution][attacks-alerts][attacks-page][.yaml b/docs/changelog/2025-01-13/1768349441-[security-solution][attacks-alerts][attacks-page][.yaml new file mode 100644 index 0000000000000..b3aa7159c848d --- /dev/null +++ b/docs/changelog/2025-01-13/1768349441-[security-solution][attacks-alerts][attacks-page][.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 248444 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Security solution +title: '[Security Solution][Attacks/Alerts][Attacks page][Table section] Hide tabs for generic attack groups' diff --git a/docs/changelog/2025-01-13/1768349442-[cases]-update-total-event-in-es-document-when-att.yaml b/docs/changelog/2025-01-13/1768349442-[cases]-update-total-event-in-es-document-when-att.yaml new file mode 100644 index 0000000000000..f37a2371459e6 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349442-[cases]-update-total-event-in-es-document-when-att.yaml @@ -0,0 +1,89 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247996 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +title: '[Cases] Update total event in ES document when attaching an event' diff --git a/docs/changelog/2025-01-13/1768349443-[es|ql]-refetches-controls-options-when-the-timera.yaml b/docs/changelog/2025-01-13/1768349443-[es|ql]-refetches-controls-options-when-the-timera.yaml new file mode 100644 index 0000000000000..242af82cabfee --- /dev/null +++ b/docs/changelog/2025-01-13/1768349443-[es|ql]-refetches-controls-options-when-the-timera.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 248068 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Dashboards and Visualizations +title: '[ES|QL] Refetches controls options when the timerange changes' diff --git a/docs/changelog/2025-01-13/1768349444-[lens]-increase-default-top-values-from-3-5-to-9-c.yaml b/docs/changelog/2025-01-13/1768349444-[lens]-increase-default-top-values-from-3-5-to-9-c.yaml new file mode 100644 index 0000000000000..45a948a1b1771 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349444-[lens]-increase-default-top-values-from-3-5-to-9-c.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247015 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Dashboards and Visualizations +title: '[Lens] Increase default top values from 3/5 to 9 categories' diff --git a/docs/changelog/2025-01-13/1768349445-[obs-ai]-fix-product-documentation-not-available-c.yaml b/docs/changelog/2025-01-13/1768349445-[obs-ai]-fix-product-documentation-not-available-c.yaml new file mode 100644 index 0000000000000..e7237cf58141f --- /dev/null +++ b/docs/changelog/2025-01-13/1768349445-[obs-ai]-fix-product-documentation-not-available-c.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247885 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Observability solution +title: '[Obs AI] Fix product documentation not available callout icon' diff --git a/docs/changelog/2025-01-13/1768349446-[synthetics]-only-update-relevant-monitors-where-m.yaml b/docs/changelog/2025-01-13/1768349446-[synthetics]-only-update-relevant-monitors-where-m.yaml new file mode 100644 index 0000000000000..557476f7aa5fe --- /dev/null +++ b/docs/changelog/2025-01-13/1768349446-[synthetics]-only-update-relevant-monitors-where-m.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 246088 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Observability solution +title: '[Synthetics] Only update relevant monitors where maintenance windows exists' diff --git a/docs/changelog/2025-01-13/1768349447-[synthetics]-fix-validation-of-maintenance-windows.yaml b/docs/changelog/2025-01-13/1768349447-[synthetics]-fix-validation-of-maintenance-windows.yaml new file mode 100644 index 0000000000000..45f1c59f48fc6 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349447-[synthetics]-fix-validation-of-maintenance-windows.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247880 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Observability solution +title: '[Synthetics] Fix validation of maintenance windows in project monitors' diff --git a/docs/changelog/2025-01-13/1768349448-[security-solution]-encode-url-components-for-enti.yaml b/docs/changelog/2025-01-13/1768349448-[security-solution]-encode-url-components-for-enti.yaml new file mode 100644 index 0000000000000..dedd7828dec84 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349448-[security-solution]-encode-url-components-for-enti.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247707 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Security solution +title: '[Security Solution] Encode URL Components for entities' diff --git a/docs/changelog/2025-01-13/1768349448-[security-solution][detection-engine]-fixes-rule-s.yaml b/docs/changelog/2025-01-13/1768349448-[security-solution][detection-engine]-fixes-rule-s.yaml new file mode 100644 index 0000000000000..7ae2074d4c91b --- /dev/null +++ b/docs/changelog/2025-01-13/1768349448-[security-solution][detection-engine]-fixes-rule-s.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247678 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Security solution +title: "[Security Solution][Detection Engine] fixes \"Rule settings pop-up remain open on clicking 'Save' button after enabling/ disabling auto gap fill.\"" diff --git a/docs/changelog/2025-01-13/1768349449-[security-solution]-fix-api-doesnt-use-an-associat.yaml b/docs/changelog/2025-01-13/1768349449-[security-solution]-fix-api-doesnt-use-an-associat.yaml new file mode 100644 index 0000000000000..ebca46c890fee --- /dev/null +++ b/docs/changelog/2025-01-13/1768349449-[security-solution]-fix-api-doesnt-use-an-associat.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 248020 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Security solution +title: "[Security solution] Fix API doesn't use an associated conversation's system prompt " diff --git a/docs/changelog/2025-01-13/1768349450-[security-solution][attack-discovery][bug]-attack-.yaml b/docs/changelog/2025-01-13/1768349450-[security-solution][attack-discovery][bug]-attack-.yaml new file mode 100644 index 0000000000000..6c8b0d5971e64 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349450-[security-solution][attack-discovery][bug]-attack-.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 248439 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Elastic Security solution +title: '[Security Solution][Attack Discovery][Bug] Attack-Discovery misclassified system error "Security AI Anonymization settings configured to not allow any fields" (#246595)' diff --git a/docs/changelog/2025-01-13/1768349451-[ml]-data-visualizer-fixes-display-of-map-view-for.yaml b/docs/changelog/2025-01-13/1768349451-[ml]-data-visualizer-fixes-display-of-map-view-for.yaml new file mode 100644 index 0000000000000..4f08db8a4a09d --- /dev/null +++ b/docs/changelog/2025-01-13/1768349451-[ml]-data-visualizer-fixes-display-of-map-view-for.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247615 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Machine learning +title: '[ML] Data Visualizer: fixes display of map view for small screen sizes' diff --git a/docs/changelog/2025-01-13/1768349452-[ml]-disable-es|ql-field-stats-for-ts-command.yaml b/docs/changelog/2025-01-13/1768349452-[ml]-disable-es|ql-field-stats-for-ts-command.yaml new file mode 100644 index 0000000000000..a638e98fcc5d7 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349452-[ml]-disable-es|ql-field-stats-for-ts-command.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247641 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Machine learning +title: '[ML] Disable ES|QL field stats for TS command' diff --git a/docs/changelog/2025-01-13/1768349453-fix-api-key-visibility-toggle-accessibility-on-sea.yaml b/docs/changelog/2025-01-13/1768349453-fix-api-key-visibility-toggle-accessibility-on-sea.yaml new file mode 100644 index 0000000000000..3fbf6647ffb0e --- /dev/null +++ b/docs/changelog/2025-01-13/1768349453-fix-api-key-visibility-toggle-accessibility-on-sea.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247982 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Search +title: Fix API key visibility toggle accessibility on search homepage diff --git a/docs/changelog/2025-01-13/1768349454-[bug]-[search-homepage]-disable-api-keys-on-insuff.yaml b/docs/changelog/2025-01-13/1768349454-[bug]-[search-homepage]-disable-api-keys-on-insuff.yaml new file mode 100644 index 0000000000000..e8c2aceaeeac3 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349454-[bug]-[search-homepage]-disable-api-keys-on-insuff.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 248072 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Search +title: '[Bug] [Search Homepage] Disable API keys on insufficient permissions' diff --git a/docs/changelog/2025-01-13/1768349455-fix-openai-connector-header-focus-order.yaml b/docs/changelog/2025-01-13/1768349455-fix-openai-connector-header-focus-order.yaml new file mode 100644 index 0000000000000..fe7f2cc612f11 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349455-fix-openai-connector-header-focus-order.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 248204 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Search +title: Fix OpenAI connector header focus order diff --git a/docs/changelog/2025-01-13/1768349456-[search]-fix-only-run-ml-saved-object-check-if-sav.yaml b/docs/changelog/2025-01-13/1768349456-[search]-fix-only-run-ml-saved-object-check-if-sav.yaml new file mode 100644 index 0000000000000..675f7d76524b1 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349456-[search]-fix-only-run-ml-saved-object-check-if-sav.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 248462 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Search +title: '[Search] Fix: Only run ML saved object check if saving semantic text mapping' diff --git a/docs/changelog/2025-01-13/1768349456-use-simplified-retriever,-and-log-requests-and-err.yaml b/docs/changelog/2025-01-13/1768349456-use-simplified-retriever,-and-log-requests-and-err.yaml new file mode 100644 index 0000000000000..80b847a6fb573 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349456-use-simplified-retriever,-and-log-requests-and-err.yaml @@ -0,0 +1,89 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247877 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +title: Use simplified retriever, and log requests and error responses diff --git a/docs/changelog/2025-01-13/1768349457-[lens][data-table]-fix-links-color-contrast.yaml b/docs/changelog/2025-01-13/1768349457-[lens][data-table]-fix-links-color-contrast.yaml new file mode 100644 index 0000000000000..aab50abec776e --- /dev/null +++ b/docs/changelog/2025-01-13/1768349457-[lens][data-table]-fix-links-color-contrast.yaml @@ -0,0 +1,89 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247721 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +title: "[Lens][Data Table] Fix link's color contrast" diff --git a/docs/changelog/2025-01-13/1768349458-[discover]-fix-`toolbarselector`-when-clicking-on-.yaml b/docs/changelog/2025-01-13/1768349458-[discover]-fix-`toolbarselector`-when-clicking-on-.yaml new file mode 100644 index 0000000000000..c9680624efd36 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349458-[discover]-fix-`toolbarselector`-when-clicking-on-.yaml @@ -0,0 +1,89 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247836 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +title: '[Discover] Fix `ToolbarSelector` when clicking on tabs' diff --git a/docs/changelog/2025-01-13/1768349459-[apm][discover]-fix-trace-links-calculating-date-r.yaml b/docs/changelog/2025-01-13/1768349459-[apm][discover]-fix-trace-links-calculating-date-r.yaml new file mode 100644 index 0000000000000..8c636fac5e22b --- /dev/null +++ b/docs/changelog/2025-01-13/1768349459-[apm][discover]-fix-trace-links-calculating-date-r.yaml @@ -0,0 +1,89 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247531 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +title: '[APM][Discover] Fix trace links calculating date range incorrectly' diff --git a/docs/changelog/2025-01-13/1768349460-[cases]-encode-search-term-in-cases-page.yaml b/docs/changelog/2025-01-13/1768349460-[cases]-encode-search-term-in-cases-page.yaml new file mode 100644 index 0000000000000..f6ae0f6b98662 --- /dev/null +++ b/docs/changelog/2025-01-13/1768349460-[cases]-encode-search-term-in-cases-page.yaml @@ -0,0 +1,89 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247992 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +title: '[Cases] Encode search term in cases page' diff --git a/docs/changelog/2025-01-13/1768349461-[traces][discover]-fix-double-scroll-in-fullscreen.yaml b/docs/changelog/2025-01-13/1768349461-[traces][discover]-fix-double-scroll-in-fullscreen.yaml new file mode 100644 index 0000000000000..122f6df27dacb --- /dev/null +++ b/docs/changelog/2025-01-13/1768349461-[traces][discover]-fix-double-scroll-in-fullscreen.yaml @@ -0,0 +1,89 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247744 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +title: '[Traces][Discover] Fix double scroll in fullscreen flyouts' diff --git a/docs/changelog/2025-01-13/1768349462-[discover][traces]-prevent-nested-button-in-full-t.yaml b/docs/changelog/2025-01-13/1768349462-[discover][traces]-prevent-nested-button-in-full-t.yaml new file mode 100644 index 0000000000000..ace283b92bd6d --- /dev/null +++ b/docs/changelog/2025-01-13/1768349462-[discover][traces]-prevent-nested-button-in-full-t.yaml @@ -0,0 +1,89 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: 247808 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +title: '[Discover][Traces] Prevent nested button in full traces in discover' diff --git a/docs/changelog/bundles/cloud-serverless-2025-01-13.yaml b/docs/changelog/bundles/cloud-serverless-2025-01-13.yaml new file mode 100644 index 0000000000000..7d006c53daf8e --- /dev/null +++ b/docs/changelog/bundles/cloud-serverless-2025-01-13.yaml @@ -0,0 +1,124 @@ +products: +- product: cloud-serverless + target: 2025-01-13 +entries: +- file: + name: 1768349442-[cases]-update-total-event-in-es-document-when-att.yaml + checksum: 7de189a93fab0f6927e1352140ccff3dd1067cf7 +- file: + name: 1768349431-[entity-analytics][privmon]-prepare-monitoring-ent.yaml + checksum: 20ae053a552defaae9ed16c987cfce314e8d7127 +- file: + name: 1768349435-[observabilitystreams][streamlang]-add-uppercase,-.yaml + checksum: 453defdf34c8af7877cacc6f201786a791bc2bd7 +- file: + name: 1768349461-[traces][discover]-fix-double-scroll-in-fullscreen.yaml + checksum: f301046673a06909ddc620e1c66256735e12423e +- file: + name: 1768349438-display-the-api-key-tab-if-the-user-has-permission.yaml + checksum: 959e860e3c2f61c68fde953fb4ffcfbc8c713717 +- file: + name: 1768349434-[streams]-[streamlang]-expose-range-to-the-ui.yaml + checksum: 99b13c7ade284d6225986165fff2c77cba56f491 +- file: + name: 1768349441-[security-solution][attacks-alerts][attacks-page][.yaml + checksum: 4e60a780f67932eafdd97c4f6c20b0046946ffc9 +- file: + name: 1768349450-[security-solution][attack-discovery][bug]-attack-.yaml + checksum: 2cf5a79b9ca9ca59c734e145b1846e3036eebac9 +- file: + name: 1768349453-fix-api-key-visibility-toggle-accessibility-on-sea.yaml + checksum: 44e4544909ea13021577812d4dca92f61ccde605 +- file: + name: 1768349427-[controls-anywhere]-feature-branch.yaml + checksum: 5c60a7cd0cc3d728cbc3df5d47f28865ec27c1c2 +- file: + name: 1768349428-[fleet]-implement-agent-upgrade-rollback.yaml + checksum: 20b6095a1ce6ce0c24873387ed449ff81a336381 +- file: + name: 1768349462-[discover][traces]-prevent-nested-button-in-full-t.yaml + checksum: 08ab1dba068fbf6e120c9ea7ce52b861940b89e1 +- file: + name: 1768349440-[security-solution]-changes-placement-of-`migratio.yaml + checksum: 3fdce90cbb9ee9a967f517dcab2031aeedf239ce +- file: + name: 1768349446-[synthetics]-only-update-relevant-monitors-where-m.yaml + checksum: 2b7ff7c368287fa3defc3ba6798a837bc46a7f0c +- file: + name: 1768349433-[ml]-trained-models-adds-button-to-synchronize-sav.yaml + checksum: 8eae24e1d500abcf6ed7c3f2668587934759c912 +- file: + name: 1768349458-[discover]-fix-`toolbarselector`-when-clicking-on-.yaml + checksum: 2df6809e9675f09fdd3a928efdcb272c56d106cd +- file: + name: 1768349460-[cases]-encode-search-term-in-cases-page.yaml + checksum: f420b4bc9acfb4e93b9eb99a1929529c88032a87 +- file: + name: 1768349436-[build]-set-heap-limit-to-min(75%,-4gb)-for-contai.yaml + checksum: 55fcda972d7aa1e451a9d7a4ed9afdc629b43461 +- file: + name: 1768349449-[security-solution]-fix-api-doesnt-use-an-associat.yaml + checksum: 75671f263de505281c1388224c5120420777225b +- file: + name: 1768349447-[synthetics]-fix-validation-of-maintenance-windows.yaml + checksum: b519b2486b8936d363c5c1b23f01aaaef4fde476 +- file: + name: 1768349437-fix-the-inference-endpoints-pull-down-on-semantic-.yaml + checksum: a5246c46f7eaaa560d53f098b0c88b2abc56cdf7 +- file: + name: 1768349445-[obs-ai]-fix-product-documentation-not-available-c.yaml + checksum: a5546f40a8c4aaf3c23ca506a952f603c90ab3ee +- file: + name: 1768349429-[es|ql]-mark-match_phrase-second-argument-as-const.yaml + checksum: 38ad4d1da14f1d5ab0285fda7c51309a41b24fb5 +- file: + name: 1768349439-[synthetics]-default-rule-creation.yaml + checksum: 256d8d15611f6134df75233999be6ebde5bcbe04 +- file: + name: 1768349459-[apm][discover]-fix-trace-links-calculating-date-r.yaml + checksum: 2b03b1e5b7bf67c281fab46c52be7cdbbbc2388e +- file: + name: 1768349457-[lens][data-table]-fix-links-color-contrast.yaml + checksum: adf09687f1e12e0fa21aa47cedb0d0e18b22282f +- file: + name: 1768349454-[bug]-[search-homepage]-disable-api-keys-on-insuff.yaml + checksum: 56d6bf0b361dc025c0b6995bffc81640e7c468b6 +- file: + name: 1768349448-[security-solution][detection-engine]-fixes-rule-s.yaml + checksum: ac09e8401319a049ffe6a33ac37dde49bbb6c1da +- file: + name: 1768349441-[security-solution]-change-alert-suppression-icon.yaml + checksum: e15f7236eab16d1c646e41939b1685ab0cc93092 +- file: + name: 1768349429-feat(slo)-instance-selector-visible-when-current-i.yaml + checksum: ed9952bed23d9404eb24449aac3321f6c0da511e +- file: + name: 1768349431-[attack-discovery]-improves-attack-discovery-hallu.yaml + checksum: 52b295ef8c95c5698b45161abfc27da7c75bad5e +- file: + name: 1768349455-fix-openai-connector-header-focus-order.yaml + checksum: 96f511daadecd65b03feb6507b17c7f666719491 +- file: + name: 1768349448-[security-solution]-encode-url-components-for-enti.yaml + checksum: 3783cc825d004e677a32c2ce208a50b049b60880 +- file: + name: 1768349444-[lens]-increase-default-top-values-from-3-5-to-9-c.yaml + checksum: c87d30388d8177006b60b3a16ac89c19f9d2677a +- file: + name: 1768349456-[search]-fix-only-run-ml-saved-object-check-if-sav.yaml + checksum: 19e4d3158f0bd4f15d2dc2040000f77d6805bff7 +- file: + name: 1768349451-[ml]-data-visualizer-fixes-display-of-map-view-for.yaml + checksum: 5a7247651a5693bc4048c6710454f293cf61c8fb +- file: + name: 1768349443-[es|ql]-refetches-controls-options-when-the-timera.yaml + checksum: d56e109f57b01894e0494ef0c9ed1da707513757 +- file: + name: 1768349456-use-simplified-retriever,-and-log-requests-and-err.yaml + checksum: dc5c4a8da3032570dda6b8306a9bb0c5d6a80129 +- file: + name: 1768349452-[ml]-disable-es|ql-field-stats-for-ts-command.yaml + checksum: ce72d8f337281a1d3ea857770dcca37d8c58f927 +- file: + name: 1768349432-[ml]-inference-ai-connector-mark-429-errors-as-use.yaml + checksum: 4ded31a9784a1b06e2ef0f750844c0fb04e01270