Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5f29cd5
docs: add OpenAPI docs for Entity Store v2
kubasobon Apr 10, 2026
7495c86
docs: update Entity schema
kubasobon Apr 10, 2026
b6ea981
ci: validate schema in CI
kubasobon Apr 10, 2026
efb6ba0
fix: bulk update docs
kubasobon Apr 10, 2026
efdee1b
fix: fix examples after testing
kubasobon Apr 10, 2026
3efd881
fix: use exact errors & messages
kubasobon Apr 10, 2026
4574e4d
Merge branch 'main' into document-entity-store-v2-api
kubasobon Apr 10, 2026
31f7b7f
oas: add Entity Store v2 routes to OAS snapshot
kubasobon Apr 10, 2026
d380add
Merge branch 'document-entity-store-v2-api' of github.com:elastic/kib…
kubasobon Apr 10, 2026
e5b4c51
Changes from make api-docs
kibanamachine Apr 10, 2026
dca9bf8
Merge branch 'main' into document-entity-store-v2-api
kubasobon Apr 12, 2026
ce09e12
Merge branch 'main' into document-entity-store-v2-api
kubasobon Apr 13, 2026
805a9bb
fix: resolve merge conflicts and missing descriptions
kubasobon Apr 13, 2026
72b6101
fix: make entity store use openapi:generate script, like others
kubasobon Apr 13, 2026
6592bbc
fix: update doc comment
kubasobon Apr 13, 2026
ed550d0
Changes from node scripts/lint_packages --fix
kibanamachine Apr 13, 2026
3a875be
Merge branch 'document-entity-store-v2-api' of github.com:elastic/kib…
kubasobon Apr 13, 2026
44e877c
Merge branch 'main' into document-entity-store-v2-api
kubasobon Apr 17, 2026
07f2e14
fix: add description to the new field
kubasobon Apr 17, 2026
193e741
docs: apply review remarks
kubasobon Apr 17, 2026
24d09ef
Changes from make api-docs
kibanamachine Apr 17, 2026
4aa2443
Merge branch 'main' into document-entity-store-v2-api
kubasobon Apr 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .buildkite/scripts/steps/checks/capture_oas_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ cmd="node scripts/capture_oas_snapshot\
--include-path /api/saved_objects/_export \
--include-path /api/maintenance_window \
--include-path /api/agent_builder \
--include-path /api/workflows"
--include-path /api/workflows \
--include-path /api/security/entity_store"

run_check() {
eval "$cmd"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ echo -e "\n[Security Solution OpenAPI Code Generation] Endpoint Exceptions Commo
echo -e "\n[Security Solution OpenAPI Code Generation] Security Solution Plugin\n"
(cd x-pack/solutions/security/plugins/security_solution && yarn openapi:generate)

check_for_changed_files "yarn openapi:generate" true
echo -e "\n[Security Solution OpenAPI Code Generation] Entity Store Plugin\n"
(cd x-pack/solutions/security/plugins/entity_store && yarn openapi:generate)

Comment thread
macroscopeapp[bot] marked this conversation as resolved.
check_for_changed_files "yarn openapi:generate" true
1,240 changes: 1,240 additions & 0 deletions oas_docs/output/kibana.serverless.yaml

Large diffs are not rendered by default.

1,240 changes: 1,240 additions & 0 deletions oas_docs/output/kibana.yaml

Large diffs are not rendered by default.

Loading
Loading