opensearch-project / opensearch-catalog

The OpenSearch Catalog is designed to make it easier for developers and community to contribute, search and install artifacts like plugins, visualization dashboards, ingestion to visualization content packs (data pipeline configurations, normalization, ingestion, dashboards).
Apache License 2.0
17 stars 18 forks source link

[BUG] Otel Services Demo is broken #170

Open spapadop opened 1 week ago

spapadop commented 1 week ago

What is the bug? The "Otel Services Demo" that comes by default on cluster installation does not work. There is an error produced on creating index templates and then the dashboards are broken.

How can one reproduce the bug? Steps to reproduce the behavior:

  1. Go to "Integrations"
  2. Click on "Available"
  3. Click on "Otel Services Demo"
  4. Click on "Try It"
  5. See the "Bad request" error produced

What is the expected behavior? The "Try It" button should not produce any errors and the demo dashboards/visualisations should work.

What is your host/environment?

Do you have any screenshots? Screenshot 2024-07-03 at 16 36 45

Do you have any additional context? Checking the logs, it's likely that the wrong path is used in order to create the index templates. I see path=_component_template%2Fss4o_services-1.0.1-template&method=POST. Maybe here it should had been path=_index_template?

YANG-DB commented 1 week ago

@spapadop thanks for your comments - we will review and upload a fix to the otel demo catalog release repo