[8.x] [OpenAPI][DOCS] Edit role and space tags (#194888) (#195317)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[OpenAPI][DOCS] Edit role and space tags
(#194888)](https://github.com/elastic/kibana/pull/194888)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Lisa
Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2024-10-07T20:09:08Z","message":"[OpenAPI][DOCS]
Edit role and space tags
(#194888)","sha":"e923dca1f4086baff2043791b925c3c2bb8d0bc8","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Security/Spaces","release_note:skip","v9.0.0","docs","v8.16.0","backport:version"],"title":"[OpenAPI][DOCS]
Edit role and space
tags","number":194888,"url":"https://github.com/elastic/kibana/pull/194888","mergeCommit":{"message":"[OpenAPI][DOCS]
Edit role and space tags
(#194888)","sha":"e923dca1f4086baff2043791b925c3c2bb8d0bc8"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194888","number":194888,"mergeCommit":{"message":"[OpenAPI][DOCS]
Edit role and space tags
(#194888)","sha":"e923dca1f4086baff2043791b925c3c2bb8d0bc8"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
Kibana Machine 2024-10-08 08:54:29 +11:00 committed by GitHub
parent 46fd6db925
commit c28764d76c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 3 deletions

View file

@ -54,6 +54,11 @@ actions:
description: Change displayName description: Change displayName
update: update:
x-displayName: "Service level objectives" x-displayName: "Service level objectives"
- target: '$.tags[?(@.name=="spaces")]'
description: Change displayName
update:
x-displayName: "Spaces"
description: Manage your Kibana spaces.
- target: '$.tags[?(@.name=="system")]' - target: '$.tags[?(@.name=="system")]'
description: Change displayName and description description: Change displayName and description
update: update:

View file

@ -23,7 +23,7 @@ actions:
If you use the Kibana console to send API requests, it automatically adds the appropriate space identifier. If you use the Kibana console to send API requests, it automatically adds the appropriate space identifier.
To learn more, check out [Spaces](https://www.elastic.co/guide/en/kibana/current/xpack-spaces.html). To learn more, check out [Spaces](https://www.elastic.co/guide/en/kibana/master/xpack-spaces.html).
# Add some tag descriptions and displayNames # Add some tag descriptions and displayNames
- target: '$.tags[?(@.name=="alerting")]' - target: '$.tags[?(@.name=="alerting")]'
description: Change tag description and displayName description: Change tag description and displayName
@ -34,7 +34,7 @@ actions:
Actions typically involve the use of connectors to interact with Kibana services or third party integrations. Actions typically involve the use of connectors to interact with Kibana services or third party integrations.
externalDocs: externalDocs:
description: Alerting documentation description: Alerting documentation
url: https://www.elastic.co/guide/en/kibana/current/alerting-getting-started.html url: https://www.elastic.co/guide/en/kibana/master/alerting-getting-started.html
x-displayName: "Alerting" x-displayName: "Alerting"
- target: '$.tags[?(@.name=="cases")]' - target: '$.tags[?(@.name=="cases")]'
description: Change tag description and displayName description: Change tag description and displayName
@ -45,7 +45,7 @@ actions:
You can also send cases to external incident management systems by configuring connectors. You can also send cases to external incident management systems by configuring connectors.
externalDocs: externalDocs:
description: Cases documentation description: Cases documentation
url: https://www.elastic.co/guide/en/kibana/current/cases.html url: https://www.elastic.co/guide/en/kibana/master/cases.html
x-displayName: "Cases" x-displayName: "Cases"
- target: '$.tags[?(@.name=="connectors")]' - target: '$.tags[?(@.name=="connectors")]'
description: Change tag description and displayName description: Change tag description and displayName
@ -65,10 +65,26 @@ actions:
description: Change displayName description: Change displayName
update: update:
x-displayName: "Machine learning" x-displayName: "Machine learning"
- target: '$.tags[?(@.name=="roles")]'
description: Change displayName and description
update:
x-displayName: "Roles"
description: Manage the roles that grant Elasticsearch and Kibana privileges.
externalDocs:
description: Kibana role management
url: https://www.elastic.co/guide/en/kibana/master/kibana-role-management.html
- target: '$.tags[?(@.name=="slo")]' - target: '$.tags[?(@.name=="slo")]'
description: Change displayName description: Change displayName
update: update:
x-displayName: "Service level objectives" x-displayName: "Service level objectives"
- target: '$.tags[?(@.name=="spaces")]'
description: Change displayName
update:
x-displayName: "Spaces"
description: Manage your Kibana spaces.
externalDocs:
url: https://www.elastic.co/guide/en/kibana/master/xpack-spaces.html
description: Space overview
- target: '$.tags[?(@.name=="system")]' - target: '$.tags[?(@.name=="system")]'
description: Change displayName and description description: Change displayName and description
update: update: