http://wmj5kiicroak3dvoelipkcqobw7kwtltbqnmuv576l6x4b56b6dvmdad.onion/help/integration/advanced_search/elasticsearch.md
Check for pending migrations To check for pending advanced search migrations, run this command: curl " $CLUSTER_URL /gitlab-production-migrations/_search?size=100&q=*" | jq . This should return something similar to: { "took" : 14 , "timed_out" : false , "_shards" : { "total" : 1 , "successful" : 1 , "skipped" : 0 , "failed" : 0 }, "hits" : { "total" : { "value" : 1 , "relation" : "eq" }, "max_score" : 1 , "hits" : [ { "_index" : "gitlab-production-migrations" , "_type" : "_doc" , "_id" :...