Skip to content
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
2 changes: 1 addition & 1 deletion solutions/observability/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@

There are out of the box {{kib}} dashboards that help visualize some metrics for the CI/CD platform.

Using the [Import API](https://www.elastic.co/docs/api/doc/kibana/group/endpoint-dashboards) or the {{kib}} UI, you can [install dashboards](https://github.com/jenkinsci/opentelemetry-plugin/blob/master/docs/DASHBOARDS.md#elastic) that are compatible with version 7.12 or higher.
Using the [Import saved objects API]([https://www.elastic.co/docs/api/doc/kibana/group/endpoint-dashboards](https://www.elastic.co/docs/api/doc/kibana/v9/operation/operation-post-saved-objects-import)) or the {{kib}} UI, you can [install dashboards](https://github.com/jenkinsci/opentelemetry-plugin/blob/master/docs/DASHBOARDS.md#elastic) that are compatible with version 7.12 or higher.

Check failure on line 288 in solutions/observability/cicd.md

View workflow job for this annotation

GitHub Actions / preview / build

`[https://www.elastic.co/docs/api/doc/kibana/group/endpoint-dashboards](https://www.elastic.co/docs/api/doc/kibana/v9/operation/operation-post-saved-objects-import)` does not exist. resolved to `/github/workspace/solutions/observability/[https:/www.elastic.co/docs/api/doc/kibana/group/endpoint-dashboards](https:/www.elastic.co/docs/api/doc/kibana/v9/operation/operation-post-saved-objects-import)

For instance, you can follow the below steps:

Expand Down
Loading