You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The setup job for elasticsearch does not create the index datahub_usage_event.
With that missing, the analytics page only displays a wide screen.
When creating the index manually with curl -XPUT 'http://localhost:9200/_data_stream/datahub_usage_event',
the analytics page renders successfully.
Expected behavior
The index datahub_usage_event is created by the elasticsearch setup job.
Describe the bug
The setup job for elasticsearch does not create the index
datahub_usage_event
.With that missing, the analytics page only displays a wide screen.
When creating the index manually with
curl -XPUT 'http://localhost:9200/_data_stream/datahub_usage_event'
,the analytics page renders successfully.
Expected behavior
The index
datahub_usage_event
is created by the elasticsearch setup job.Versions
datahub-chart:
0.2.116
datahub-prerequisites:
0.0.11
elasticsearch-setup-job:
0.9.3
Additional context
see also https://datahubspace.slack.com/archives/CV2UVAPPG/p1672673087716239
logs of the setup job:
The text was updated successfully, but these errors were encountered: