Cannot See Workflows while Running Temporal on AWS ECS with AWS Elasticsearch

Hi @tihomir and @hamed_Yousefi1
I checked the temporal-system namespace here and I was able to see the workflows: http://localhost:8088/namespaces/temporal-system/workflows?range=last-30-days&status=ALL

I can also see workflows in our namespaces.

I did the following things:

  • I enabled authentication (username and password) on Elasticsearch for successful connectivity.
  • I deleted the temporal index from Elasticsearch.
  • I upgraded the temporal version to v1.15.0 by using the following image: temporalio/auto-setup:1.15.0
    • It was 1.13.1 before.
  • I deleted the temporal databases from Postgres.
  • I restarted the temporal ECS services and the services that create namespaces.

It worked.

1 Like