Open prashanthzen opened 8 months ago
Can you try to remove all filters? Or try using temporal/CLI to see if you can list workflow from using the CLI.
After changing the index name from temporal-visibility to temporal_visibility_v1_dev in the es-visibility visibilityStore configuration, the UI started working as expected.
@yiminc We've encountered this issue to when trying to plug 2 different temporal cluster on a same elasticsearch cluster with different index name. It's because pattern for template index is fixed to match index with prefix of temporal_visibility_v1
. Changing index to have name prefix of temporal_visibility_v1
fix the issue for us. However, seems like it's a good chance to have this implication mentioned somewhere.
I have a temporal setup as following: defaultstore: postgres advancedVisibilityStore: es-visibility (the database behind es-visiblity is opensearch cluster) I ran some workflows and I see the data going into the opensearch. But the temporal UI does not show any data. Neither do I see any error logs from the temporal pods. The configmap for the temporal services look as following: (.venv) temporal prashanth$ kubectl get cm ft1-mm-temporal-frontend-config -o yaml apiVersion: v1 data: config_template.yaml: |- log: stdout: true level: "debug,info"
UI: