Skip to content
Open
Changes from 3 commits
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
22 changes: 18 additions & 4 deletions src/main/resources/kibana-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,19 @@

kibana_actions:
versions:
">= 7.0.0": "/api/actions"
">= 7.0.0 < 9.0.0": "/api/actions"
">= 9.0.0": "/api/actions/connectors"

kibana_alerts:
versions:
">= 7.9.0":
">= 7.9.0 < 9.0.0":
url: "/api/alerts/_find"
spaceaware: true
paginate: per_page
">= 9.0.0":
url: "/api/alerting/rules/_find"
spaceaware: true
paginate: per_page

kibana_alerts_health:
versions:
Expand All @@ -45,13 +50,15 @@ kibana_data_views:
kibana_detection_engine_health_cluster:
versions:
">= 8.8.2": "/internal/detection_engine/health/_cluster"
# ">= 9.0.0": "uri [/internal/detection_engine/health/_cluster] with method [get] exists but is not available with the current configuration"

# Calculates health of Detection Engine and returns a health snapshot.
# Scope: all detection rules in the current/default Kibana space.
# https://github.com/elastic/kibana/blob/main/x-pack/plugins/security_solution/common/detection_engine/rule_monitoring/api/detection_engine_health/README.md
kibana_detection_engine_health_space:
versions:
">= 8.8.2": "/internal/detection_engine/health/_space"
# ">= 9.0.0": "uri [/internal/detection_engine/health/_space] with method [get] exists but is not available with the current configuration"

kibana_detection_engine_privileges:
versions:
Expand All @@ -72,6 +79,7 @@ kibana_detection_engine_rules_prebuilt_status:
">= 7.10.0 < 7.15.0": "/api/detection_engine/prepackaged"
">= 7.15.0 < 8.9.0": "/api/detection_engine/rules/prepackaged/_status"
">= 8.9.0": "/internal/detection_engine/prebuilt_rules/status"
# ">= 9.0.0": "uri [/internal/detection_engine/prebuilt_rules/status] with method [get] exists but is not available with the current configuration"

kibana_fleet_agents:
versions:
Expand All @@ -87,7 +95,8 @@ kibana_fleet_agent_policies:

kibana_fleet_packages:
versions:
">= 7.11.0": "/api/fleet/epm/packages?experimental=true"
">= 7.11.0 < 9.0.0": "/api/fleet/epm/packages?experimental=true"
">= 9.0.0": "/api/fleet/epm/packages?withPackagePoliciesCount=true"

kibana_fleet_agent_status:
versions:
Expand All @@ -109,6 +118,7 @@ kibana_fleet_settings:
kibana_reporting_diagnose_browser:
versions:
">= 8.16.0": "/internal/reporting/diagnose/browser"
# ">= 9.0.0": "uri [/internal/reporting/diagnose/browser] with method [get] exists but is not available with the current configuration"

kibana_roles:
versions:
Expand Down Expand Up @@ -154,7 +164,8 @@ kibana_security_exception_list:

kibana_security_packages:
versions:
">= 7.10.0": "/api/fleet/epm/packages?experimental=true&category=security"
">= 7.10.0 < 9.0.0": "/api/fleet/epm/packages?experimental=true&category=security"
">= 9.0.0": "/api/fleet/epm/packages?withPackagePoliciesCount=true&category=security"

kibana_settings:
versions:
Expand All @@ -180,6 +191,7 @@ kibana_status:
kibana_synthetics_monitor_filters:
versions:
">= 8.12.0": "/internal/synthetics/monitor/filters"
# ">= 9.0.0": "uri [/internal/synthetics/monitor/filters] with method [get] exists but is not available with the current configuration"

# Disabled pending review
#kibana_synthetics_monitors:
Expand Down Expand Up @@ -208,7 +220,9 @@ kibana_user:
versions:
">= 7.6.0": "/internal/security/me"
">= 5.0.0 < 7.6.0": "/api/security/v1/me"
# ">= 9.0.0": "uri [/internal/security/me] with method [get] exists but is not available with the current configuration"

kibana_stack_monitoring_health:
versions:
">= 8.3.1": "/api/monitoring/v1/_health"
# ">= 9.0.0": "uri [/api/monitoring/v1/_health] with method [get] exists but is not available with the current configuration"