Advanced search with elastic search not working

Hi,

  • I am working on a GitLab Self-managed Trial and I want advanced search to work in all repos
  • I have created a dedicated server for elastic search with version 8.9.0 with single node cluster
epoch      timestamp cluster           status node.total node.data shards pri relo init unassign pending_tasks max_task_wait_time active_shards_percent
1692102971 12:36:11  gitlab-es-cluster yellow          1         1     33  33    0    0       31             0                  -                 51.6%

  • I have ran “index all projects” under Gitlab UI and got the following in /var/log/gitlab/gitlab-rails/elasticsearch.log
{"severity":"INFO","time":"2023-08-15T11:48:07.657Z","correlation_id":"d5ee4f03ca5a170846e2f1162e38df03","message":"bulk_indexing_end","redis_set":"elastic:incremental:updates:12:zset","records_count"
:1,"first_score":16.0,"last_score":16.0,"failures_count":0,"bulk_execution_duration_s":0.518713002}



When I try to search “test” and for sure it exist in some repos, for example
image

I got empty results although Advanced search is enabled

Thank you for your help