mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix link to the deprecation service docs (#202338)
## Summary I noticed that the link to Core's deprecation service was broken. This PR fixes it. ### Checklist - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials
This commit is contained in:
parent
35994a4159
commit
d2a60cb262
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ These surface runtime deprecations, e.g. a Painless script that uses a deprecate
|
|||
request to a deprecated API. These are also generally surfaced as deprecation headers within the
|
||||
response. Even if the cluster state is good, app maintainers need to watch the logs in case
|
||||
deprecations are discovered as data is migrated. Starting in 7.x, deprecation logs can be written to a file or a data stream ([#58924](https://github.com/elastic/elasticsearch/pull/58924)). When the data stream exists, the Upgrade Assistant provides a way to analyze the logs through Observability or Discover ([#106521](https://github.com/elastic/kibana/pull/106521)).
|
||||
* [**Kibana deprecations API.**](https://github.com/elastic/kibana/blob/main/src/core/server/deprecations/README.mdx) This is information about deprecated features and configs in Kibana. These deprecations are only communicated to the user if the deployment is using these features. Kibana engineers are responsible for adding deprecations to the deprecations API for their respective team.
|
||||
* [**Kibana deprecations API.**](https://github.com/elastic/kibana/blob/main/src/core/server/docs/kib_core_deprecations_service.mdx) This is information about deprecated features and configs in Kibana. These deprecations are only communicated to the user if the deployment is using these features. Kibana engineers are responsible for adding deprecations to the deprecations API for their respective team.
|
||||
|
||||
### Fixing problems
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue