Skip to content

Commit

Permalink
Add Kibana Security APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefnestor authored Mar 3, 2022
1 parent 3ade890 commit 7cd3567
Showing 1 changed file with 12 additions and 0 deletions.
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"

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"

0 comments on commit 7cd3567

Please sign in to comment.