Commit fe5b7f2
# Backport
This will backport the following commits from `main` to `9.1`:
- [Integers should be type:integer
(#233253)](#233253)
<!--- Backport version: 9.6.6 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT [{"author":{"name":"Toby
Brain","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-09-01T06:38:16Z","message":"Integers
should be type:integer (#233253)\n\n## Summary\n\nFrom
the\n[spec](https://swagger.io/docs/specification/v3_0/data-models/data-types/#numbers)\n`type:number`
defines floating point numbers optionally with `type:\nfloat32|float64`.
Integer fields should be `type:integer` where `format`\ncan be one of
`int32` or `int64` if required.\n\nRelated to
https://github.com/elastic/kibana/issues/228077\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"c7ef6cfb87d3e591ff1c0c6ebab1af0f96926117","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v9.2.0"],"title":"Integers
should be
type:integer","number":233253,"url":"https://github.com/elastic/kibana/pull/233253","mergeCommit":{"message":"Integers
should be type:integer (#233253)\n\n## Summary\n\nFrom
the\n[spec](https://swagger.io/docs/specification/v3_0/data-models/data-types/#numbers)\n`type:number`
defines floating point numbers optionally with `type:\nfloat32|float64`.
Integer fields should be `type:integer` where `format`\ncan be one of
`int32` or `int64` if required.\n\nRelated to
https://github.com/elastic/kibana/issues/228077\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"c7ef6cfb87d3e591ff1c0c6ebab1af0f96926117"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/233253","number":233253,"mergeCommit":{"message":"Integers
should be type:integer (#233253)\n\n## Summary\n\nFrom
the\n[spec](https://swagger.io/docs/specification/v3_0/data-models/data-types/#numbers)\n`type:number`
defines floating point numbers optionally with `type:\nfloat32|float64`.
Integer fields should be `type:integer` where `format`\ncan be one of
`int32` or `int64` if required.\n\nRelated to
https://github.com/elastic/kibana/issues/228077\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"c7ef6cfb87d3e591ff1c0c6ebab1af0f96926117"}}]}]
BACKPORT-->
Co-authored-by: Toby Brain <[email protected]>
1 parent 0683a70 commit fe5b7f2
File tree
6 files changed
+12
-22
lines changed- oas_docs/output
- x-pack/solutions/security/plugins/security_solution
- common/api/entity_analytics/common
- docs/openapi
- ess
- serverless
6 files changed
+12
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67081 | 67081 | | |
67082 | 67082 | | |
67083 | 67083 | | |
67084 | | - | |
67085 | | - | |
| 67084 | + | |
67086 | 67085 | | |
67087 | 67086 | | |
67088 | 67087 | | |
67089 | 67088 | | |
67090 | 67089 | | |
67091 | | - | |
67092 | | - | |
| 67090 | + | |
67093 | 67091 | | |
67094 | 67092 | | |
67095 | 67093 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76644 | 76644 | | |
76645 | 76645 | | |
76646 | 76646 | | |
76647 | | - | |
76648 | | - | |
| 76647 | + | |
76649 | 76648 | | |
76650 | 76649 | | |
76651 | 76650 | | |
76652 | 76651 | | |
76653 | 76652 | | |
76654 | | - | |
76655 | | - | |
| 76653 | + | |
76656 | 76654 | | |
76657 | 76655 | | |
76658 | 76656 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
| 206 | + | |
208 | 207 | | |
209 | 208 | | |
210 | 209 | | |
| |||
215 | 214 | | |
216 | 215 | | |
217 | 216 | | |
218 | | - | |
219 | | - | |
| 217 | + | |
220 | 218 | | |
221 | 219 | | |
222 | 220 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1550 | 1550 | | |
1551 | 1551 | | |
1552 | 1552 | | |
1553 | | - | |
1554 | | - | |
| 1553 | + | |
1555 | 1554 | | |
1556 | 1555 | | |
1557 | 1556 | | |
1558 | 1557 | | |
1559 | 1558 | | |
1560 | 1559 | | |
1561 | 1560 | | |
1562 | | - | |
1563 | | - | |
| 1561 | + | |
1564 | 1562 | | |
1565 | 1563 | | |
1566 | 1564 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1550 | 1550 | | |
1551 | 1551 | | |
1552 | 1552 | | |
1553 | | - | |
1554 | | - | |
| 1553 | + | |
1555 | 1554 | | |
1556 | 1555 | | |
1557 | 1556 | | |
1558 | 1557 | | |
1559 | 1558 | | |
1560 | 1559 | | |
1561 | 1560 | | |
1562 | | - | |
1563 | | - | |
| 1561 | + | |
1564 | 1562 | | |
1565 | 1563 | | |
1566 | 1564 | | |
| |||
0 commit comments