[Entity Store v1] Update docs to comply with OpenAPI Specification (OAS)#262526
Merged
[Entity Store v1] Update docs to comply with OpenAPI Specification (OAS)#262526
Conversation
4 tasks
uri-weisman
approved these changes
Apr 14, 2026
Contributor
uri-weisman
left a comment
There was a problem hiding this comment.
LGTM.
This should be backported only for 9.3/8.19, right?
natasha-moore-elastic
approved these changes
Apr 15, 2026
Contributor
natasha-moore-elastic
left a comment
There was a problem hiding this comment.
LGTM, just one minor suggestion, thanks!
alainnahalliday
approved these changes
Apr 15, 2026
| schema: | ||
| $ref: '../common.schema.yaml#/components/schemas/EntityType' | ||
| description: The entity type of the engine (either 'user' or 'host'). | ||
| description: The entity type of the engine (user, host, service, or generic). |
Contributor
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
cc @kubasobon |
Contributor
|
Starting backport for target branches: 8.19, 9.3, 9.4 https://github.com/elastic/kibana/actions/runs/24571575403 |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
This was referenced Apr 17, 2026
kubasobon
added a commit
that referenced
this pull request
Apr 20, 2026
…AS) (#262526) Updates Entity Store v1 API to be compliant with Kibana's OpenAPI Specification. Towards <#258982> Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 8a918fc)
This was referenced Apr 20, 2026
Merged
Merged
kubasobon
added a commit
that referenced
this pull request
Apr 20, 2026
…ion (OAS) (#262526) (#264348) # Backport This will backport the following commits from `main` to `9.4`: - [[Entity Store v1] Update docs to comply with OpenAPI Specification (OAS) (#262526)](#262526) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Contributor
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
kubasobon
added a commit
that referenced
this pull request
Apr 20, 2026
…ion (OAS) (#262526) (#264349) # Backport This will backport the following commits from `main` to `9.3`: - [[Entity Store v1] Update docs to comply with OpenAPI Specification (OAS) (#262526)](#262526) Note: OAS output files (`oas_docs/`) and error baseline still need regeneration after bootstrap. ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
kubasobon
added a commit
that referenced
this pull request
Apr 20, 2026
…tion (OAS) (#262526) (#264350) # Backport This will backport the following commits from `main` to `8.19`: - [[Entity Store v1] Update docs to comply with OpenAPI Specification (OAS) (#262526)](#262526) Note: Only includes changes for APIs that exist on 8.19 (excludes delete_entity, upsert_entity, upsert_entities_bulk, GenericEntity, and other schemas not present on this branch). Generated files (.gen.ts, bundled yamls, OAS output) still need regeneration after bootstrap. ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Updates Entity Store v1 API to be compliant with Kibana's OpenAPI Specification.
Towards #258982
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
backport:*labels.