Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append Kibana Security APIs #580

Merged
merged 2 commits into from
Apr 29, 2022
Merged
Changes from 1 commit
Commits
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
12 changes: 12 additions & 0 deletions src/main/resources/kibana-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ kibana_detection_engine_signals:
versions:
"> 7.10.0": "/api/detection_engine/prepackaged"

kibana_roles:
versions:
">= 6.4.0": "/api/security/role"

kibana_spaces:
versions:
">= 6.4.0": "/api/spaces/space?include_authorized_purposes=true"
pickypg marked this conversation as resolved.
Show resolved Hide resolved

kibana_settings:
versions:
">= 6.5.0 < 8.0.0": "/api/settings"
Expand All @@ -45,3 +53,7 @@ kibana_stats:
kibana_task_manager_help:
versions:
">= 7.11.0": "/api/task_manager/_health"

kibana_user:
versions:
">= 7.6.0": "/internal/security/me"
pickypg marked this conversation as resolved.
Show resolved Hide resolved