Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APM\ Update index template names considered in the diagnostics page #184343

Merged
merged 5 commits into from
May 28, 2024

Conversation

crespocarlos
Copy link
Contributor

@crespocarlos crespocarlos commented May 28, 2024

closes #184333

Summary

This PR updates the index template names that the diagnostics page verifies the existence of.

After the changes made in the APM package, to favor APM indices and ingest pipelines configured by elasticsearch, the index templates now have a @template suffix. eg: metrics-apm.service_destination.1m is now metrics-apm.service_destination.1m@template

image image

When no indices are found
image

How to test

  • Start a local ES and kibana instance
  • navigate to /apm/diagnostics/index-templates?rangeFrom=now-15m&rangeTo=now

@apmmachine
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@crespocarlos
Copy link
Contributor Author

/ci

@crespocarlos crespocarlos added release_note:skip Skip the PR/issue when compiling release notes backport:skip This commit does not require backporting Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team v8.15.0 labels May 28, 2024
@crespocarlos crespocarlos marked this pull request as ready for review May 28, 2024 12:13
@crespocarlos crespocarlos requested a review from a team as a code owner May 28, 2024 12:13
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@crespocarlos
Copy link
Contributor Author

@elasticmachine merge upstream

@botelastic botelastic bot added the ci:project-deploy-observability Create an Observability project label May 28, 2024
Copy link
Contributor

@MiriamAparicio MiriamAparicio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kibana-ci
Copy link
Collaborator

kibana-ci commented May 28, 2024

💚 Build Succeeded

Metrics [docs]

Canvas Sharable Runtime

The Canvas "shareable runtime" is an bundle produced to enable running Canvas workpads outside of Kibana. This bundle is included in third-party webpages that embed canvas and therefor should be as slim as possible.

id before after diff
module count - 5412 +5412
total size - 8.8MB +8.8MB

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@crespocarlos crespocarlos merged commit ad27105 into elastic:main May 28, 2024
20 checks passed
@crespocarlos crespocarlos deleted the 184333-diagnostics-page-fix branch May 28, 2024 16:17
rshen91 pushed a commit to rshen91/kibana that referenced this pull request May 30, 2024
…lastic#184343)

closes [elastic#184333](elastic#184333)

## Summary

This PR updates the index template names that the diagnostics page
verifies the existence of.

After the changes made in the [APM
package](elastic/integrations#9949), to favor
APM indices and ingest pipelines configured by elasticsearch, the index
templates now have a `@template` suffix. eg:
`metrics-apm.service_destination.1m` is now
`metrics-apm.service_destination.1m@template`

<img width="709" alt="image"
src="https://github.com/elastic/kibana/assets/2767137/4608da37-679a-411c-85c4-409b2af62cec">

<img width="709" alt="image"
src="https://github.com/elastic/kibana/assets/2767137/837c8ae0-2c92-4763-811c-22fc619ba5f6">

**When no indices are found**
<img width="709" alt="image"
src="https://github.com/elastic/kibana/assets/2767137/33d7264a-dc90-49a0-a3f4-f169dcbda861">


### How to test

- Start a local ES and kibana instance
- navigate to
`/apm/diagnostics/index-templates?rangeFrom=now-15m&rangeTo=now`

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting ci:project-deploy-observability Create an Observability project release_note:skip Skip the PR/issue when compiling release notes Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team v8.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] Diagnostics page not finding APM index templates
6 participants