Advanced Search: Code not searchable
Summary
After following this documentation we enabled the Advanced Search Feature. We can successfully search for
- issues
- merge requests
- projects
but we cannot search for any code. We've used
sudo gitlab-rake gitlab:elastic:create_empty_index
sudo gitlab-rake gitlab:elastic:index_repositories_async
sudo gitlab-rake gitlab:elastic:index_database
to transfer everything into our Elasticsearch domain (AWS ElasticSearch) which seems to work (sudo tail -f /var/log/gitlab/sidekiq/current)
...
b2e8ea8236e1442cb08bf802 INFO: Indexing [group] / [project] (ID=2)...
2018-06-29_14:21:21.98263 2018-06-29T14:21:21.982Z 32345 TID-os1ak1k7h UpdateAllMirrorsWorker JID-d44c0bff4314de34c6baea29 INFO: start
2018-06-29_14:21:21.98624 2018-06-29T14:21:21.986Z 32345 TID-os1ak1m9h Geo::SidekiqCronConfigWorker JID-4b98cbac55d820239a201ff6 INFO: start
2018-06-29_14:21:22.03388 2018-06-29T14:21:22.033Z 32345 TID-os1ak1k7h UpdateAllMirrorsWorker JID-d44c0bff4314de34c6baea29 INFO: done: 0.051 sec
2018-06-29_14:21:22.04102 2018-06-29T14:21:22.040Z 32345 TID-os1ak1m9h Geo::SidekiqCronConfigWorker JID-4b98cbac55d820239a201ff6 INFO: done: 0.055 sec
2018-06-29_14:22:02.34254 2018-06-29T14:22:02.342Z 32345 TID-os1ak1kml UpdateAllMirrorsWorker JID-c71eebe037cfc7f3f789fb53 INFO: start
2018-06-29_14:22:02.34898 2018-06-29T14:22:02.348Z 32345 TID-os1ak1mjh Geo::SidekiqCronConfigWorker JID-1d0a5dbc193ffd61135ad4e5 INFO: start
2018-06-29_14:22:02.38911 2018-06-29T14:22:02.389Z 32345 TID-os1ak1kml UpdateAllMirrorsWorker JID-c71eebe037cfc7f3f789fb53 INFO: done: 0.047 sec
2018-06-29_14:22:02.39982 2018-06-29T14:22:02.399Z 32345 TID-os1ak1mjh Geo::SidekiqCronConfigWorker JID-1d0a5dbc193ffd61135ad4e5 INFO: done: 0.051 sec
2018-06-29_14:22:33.24410 2018-06-29T14:22:33.244Z 32345 TID-os1ak1me5 ElasticBatchProjectIndexerWorker JID-b2e8ea8236e1442cb08bf802 INFO: Indexing [group] / [project] (ID=2) is done!
2018-06-29_14:22:33.24493 2018-06-29T14:22:33.244Z 32345 TID-os1ak1me5 ElasticBatchProjectIndexerWorker JID-b2e8ea8236e1442cb08bf802 INFO: Indexing [group] / [project] (ID=5)...
2018-06-29_14:23:06.29529 2018-06-29T14:23:06.295Z 32345 TID-os1ak0tj5 UpdateAllMirrorsWorker JID-370c31daa11d2563684f7b82 INFO: start
2018-06-29_14:23:06.30205 2018-06-29T14:23:06.301Z 32345 TID-os1ak1mjh Geo::SidekiqCronConfigWorker JID-34eded5cba373c46e414bf0e INFO: start
2018-06-29_14:23:06.34193 2018-06-29T14:23:06.341Z 32345 TID-os1ak0tj5 UpdateAllMirrorsWorker JID-370c31daa11d2563684f7b82 INFO: done: 0.047 sec
2018-06-29_14:23:06.35353 2018-06-29T14:23:06.353Z 32345 TID-os1ak1mjh Geo::SidekiqCronConfigWorker JID-34eded5cba373c46e414bf0e INFO: done: 0.052 sec
2018-06-29_14:24:06.76110 2018-06-29T14:24:06.760Z 32345 TID-os1ak0tj5 UpdateAllMirrorsWorker JID-7df89328dc3d1bc5ab28d1ed INFO: start
2018-06-29_14:24:06.85182 2018-06-29T14:24:06.851Z 32345 TID-os1ak1kml Geo::SidekiqCronConfigWorker JID-64d54a9c5c54506bedb8adc7 INFO: start
2018-06-29_14:24:06.86635 2018-06-29T14:24:06.865Z 32345 TID-os1ak0tj5 UpdateAllMirrorsWorker JID-7df89328dc3d1bc5ab28d1ed INFO: done: 0.105 sec
2018-06-29_14:24:06.93380 2018-06-29T14:24:06.932Z 32345 TID-os1ak1kml Geo::SidekiqCronConfigWorker JID-64d54a9c5c54506bedb8adc7 INFO: done: 0.081 sec
2018-06-29_14:24:39.22899 2018-06-29T14:24:39.228Z 32345 TID-os1ak1me5 ElasticBatchProjectIndexerWorker JID-b2e8ea8236e1442cb08bf802 INFO: Indexing [group] / [project] (ID=5) is done!
...
But after it's done we cannot find any code.
What is the current bug behavior?
No code searchable, just issues, merge requests and projects.
What is the expected correct behavior?
Code searchable as well.
Relevant logs and/or screenshots
Output of ElasticSearch /_stats after syncing one repository.
{
"_shards": {
"total": 12,
"successful": 6,
"failed": 0
},
"_all": {
"primaries": {
"docs": {
"count": 2,
"deleted": 0
},
"store": {
"size_in_bytes": 16016,
"throttle_time_in_millis": 0
},
"indexing": {
"index_total": 3,
"index_time_in_millis": 65,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 75,
"time_in_millis": 71,
"exists_total": 75,
"exists_time_in_millis": 71,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 65026,
"query_time_in_millis": 2325,
"query_current": 0,
"fetch_total": 64980,
"fetch_time_in_millis": 2031,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 125829120
},
"refresh": {
"total": 5,
"total_time_in_millis": 144,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 19
},
"warmer": {
"current": 0,
"total": 11,
"total_time_in_millis": 34
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 4148,
"terms_memory_in_bytes": 3020,
"stored_fields_memory_in_bytes": 624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 320,
"points_memory_in_bytes": 0,
"doc_values_memory_in_bytes": 184,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {}
},
"translog": {
"operations": 0,
"size_in_bytes": 258
},
"request_cache": {
"memory_size_in_bytes": 770,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 2,
"deleted": 0
},
"store": {
"size_in_bytes": 16016,
"throttle_time_in_millis": 0
},
"indexing": {
"index_total": 3,
"index_time_in_millis": 65,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 75,
"time_in_millis": 71,
"exists_total": 75,
"exists_time_in_millis": 71,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 65026,
"query_time_in_millis": 2325,
"query_current": 0,
"fetch_total": 64980,
"fetch_time_in_millis": 2031,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 125829120
},
"refresh": {
"total": 5,
"total_time_in_millis": 144,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 19
},
"warmer": {
"current": 0,
"total": 11,
"total_time_in_millis": 34
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 4148,
"terms_memory_in_bytes": 3020,
"stored_fields_memory_in_bytes": 624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 320,
"points_memory_in_bytes": 0,
"doc_values_memory_in_bytes": 184,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {}
},
"translog": {
"operations": 0,
"size_in_bytes": 258
},
"request_cache": {
"memory_size_in_bytes": 770,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
}
},
"indices": {
".kibana": {
"primaries": {
"docs": {
"count": 2,
"deleted": 0
},
"store": {
"size_in_bytes": 15206,
"throttle_time_in_millis": 0
},
"indexing": {
"index_total": 3,
"index_time_in_millis": 65,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 75,
"time_in_millis": 71,
"exists_total": 75,
"exists_time_in_millis": 71,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 64981,
"query_time_in_millis": 2325,
"query_current": 0,
"fetch_total": 64980,
"fetch_time_in_millis": 2031,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 144,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 19
},
"warmer": {
"current": 0,
"total": 6,
"total_time_in_millis": 34
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 4148,
"terms_memory_in_bytes": 3020,
"stored_fields_memory_in_bytes": 624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 320,
"points_memory_in_bytes": 0,
"doc_values_memory_in_bytes": 184,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {}
},
"translog": {
"operations": 0,
"size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 770,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 2,
"deleted": 0
},
"store": {
"size_in_bytes": 15206,
"throttle_time_in_millis": 0
},
"indexing": {
"index_total": 3,
"index_time_in_millis": 65,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 75,
"time_in_millis": 71,
"exists_total": 75,
"exists_time_in_millis": 71,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 64981,
"query_time_in_millis": 2325,
"query_current": 0,
"fetch_total": 64980,
"fetch_time_in_millis": 2031,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 144,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 19
},
"warmer": {
"current": 0,
"total": 6,
"total_time_in_millis": 34
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 4148,
"terms_memory_in_bytes": 3020,
"stored_fields_memory_in_bytes": 624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 320,
"points_memory_in_bytes": 0,
"doc_values_memory_in_bytes": 184,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {}
},
"translog": {
"operations": 0,
"size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 770,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
}
},
"gitlab-production": {
"primaries": {
"docs": {
"count": 0,
"deleted": 0
},
"store": {
"size_in_bytes": 810,
"throttle_time_in_millis": 0
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 45,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 104857600
},
"refresh": {
"total": 0,
"total_time_in_millis": 0,
"listeners": 0
},
"flush": {
"total": 0,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 5,
"total_time_in_millis": 0
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 0,
"memory_in_bytes": 0,
"terms_memory_in_bytes": 0,
"stored_fields_memory_in_bytes": 0,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 0,
"doc_values_memory_in_bytes": 0,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {}
},
"translog": {
"operations": 0,
"size_in_bytes": 215
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 0,
"deleted": 0
},
"store": {
"size_in_bytes": 810,
"throttle_time_in_millis": 0
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 45,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 104857600
},
"refresh": {
"total": 0,
"total_time_in_millis": 0,
"listeners": 0
},
"flush": {
"total": 0,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 5,
"total_time_in_millis": 0
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 0,
"memory_in_bytes": 0,
"terms_memory_in_bytes": 0,
"stored_fields_memory_in_bytes": 0,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 0,
"doc_values_memory_in_bytes": 0,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {}
},
"translog": {
"operations": 0,
"size_in_bytes": 215
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
}
}
}
}
Output of checks
Results of GitLab environment info
$ sudo gitlab-rake gitlab:env:info
System information
System: Ubuntu 16.04
Proxy: no
Current User: git
Using RVM: no
Ruby Version: 2.4.4p296
Gem Version: 2.7.6
Bundler Version:1.16.2
Rake Version: 12.3.1
Redis Version: 3.2.11
Git Version: 2.17.1
Sidekiq Version:5.1.3
Go Version: unknown
GitLab information
Version: 11.0.1-ee
Revision: b0260b1
Directory: /opt/gitlab/embedded/service/gitlab-rails
DB Adapter: postgresql
DB Version: 9.6.8
URL: https://[my-domain]
HTTP Clone URL: https://[my-domain]/some-group/some-project.git
SSH Clone URL: git@[my-domain]:some-group/some-project.git
Elasticsearch: yes
Geo: no
Using LDAP: yes
Using Omniauth: no
GitLab Shell
Version: 7.1.4
Repository storage paths:
- default: /var/opt/gitlab/git-data/repositories
Hooks: /opt/gitlab/embedded/service/gitlab-shell/hooks
Git: /opt/gitlab/embedded/bin/git
Results of GitLab application Check
Checking GitLab Shell ...
GitLab Shell version >= 7.1.4 ? ... OK (7.1.4)
Repo base directory exists?
default... yes
Repo storage directories are symlinks?
default... no
Repo paths owned by git:root, or git:git?
default... yes
Repo paths access is drwxrws---?
default... yes
hooks directories in repos are links: ...
3/1 ... ok
4/2 ... ok
4/5 ... ok
4/7 ... ok
3/9 ... ok
18/10 ... ok
16/12 ... ok
18/13 ... ok
4/14 ... ok
23/18 ... ok
23/19 ... ok
23/20 ... ok
23/21 ... ok
23/22 ... ok
23/23 ... ok
16/24 ... ok
16/25 ... ok
8/29 ... ok
8/30 ... ok
8/31 ... ok
8/32 ... ok
8/33 ... ok
8/34 ... ok
8/35 ... ok
8/36 ... ok
8/37 ... ok
8/38 ... ok
8/39 ... ok
8/40 ... ok
8/41 ... ok
8/42 ... ok
8/43 ... ok
8/44 ... ok
8/45 ... ok
8/46 ... ok
8/47 ... ok
8/48 ... ok
8/49 ... ok
8/50 ... ok
8/51 ... ok
8/52 ... ok
8/53 ... ok
8/55 ... ok
8/56 ... ok
8/57 ... ok
23/58 ... ok
8/59 ... ok
39/60 ... ok
39/61 ... repository is empty
39/62 ... ok
23/63 ... ok
23/64 ... ok
41/65 ... ok
8/66 ... ok
4/67 ... ok
3/71 ... ok
18/72 ... ok
18/73 ... ok
18/74 ... ok
18/75 ... ok
18/76 ... ok
3/77 ... ok
18/78 ... ok
18/79 ... ok
4/80 ... ok
18/81 ... ok
18/82 ... ok
18/83 ... ok
18/84 ... ok
8/85 ... ok
18/87 ... ok
16/88 ... ok
16/89 ... ok
18/90 ... ok
18/91 ... ok
18/92 ... ok
8/94 ... ok
16/95 ... ok
43/96 ... ok
18/97 ... ok
18/98 ... ok
18/100 ... ok
18/101 ... ok
18/102 ... ok
4/103 ... ok
56/104 ... ok
8/105 ... ok
8/106 ... ok
39/107 ... ok
16/108 ... ok
16/109 ... ok
18/110 ... ok
18/111 ... ok
4/112 ... ok
67/113 ... ok
18/114 ... ok
18/115 ... ok
18/116 ... ok
67/118 ... ok
18/119 ... ok
16/120 ... ok
3/121 ... ok
76/122 ... ok
3/124 ... ok
31/125 ... ok
18/126 ... ok
8/127 ... ok
76/128 ... ok
71/129 ... repository is empty
18/130 ... ok
18/131 ... ok
76/132 ... ok
80/133 ... ok
8/134 ... ok
58/135 ... repository is empty
18/136 ... ok
18/137 ... ok
18/138 ... ok
3/139 ... ok
4/140 ... ok
8/141 ... ok
8/142 ... ok
76/143 ... ok
67/144 ... ok
Running /opt/gitlab/embedded/service/gitlab-shell/bin/check
Check GitLab API access: OK
Redis available via internal API: OK
Access to /var/opt/gitlab/.ssh/authorized_keys: OK
gitlab-shell self-check successful
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Number of Sidekiq processes ... 1
Checking Sidekiq ... Finished
Reply by email is disabled in config/gitlab.yml
Checking LDAP ...
Server: ldapmain
LDAP authentication... Success
LDAP users with access to your GitLab server (only showing the first 100 results)
...
Checking LDAP ... Finished
Checking GitLab ...
Git configured correctly? ... yes
Database config exists? ... yes
All migrations up? ... yes
Database contains orphaned GroupMembers? ... no
GitLab config exists? ... yes
GitLab config up to date? ... yes
Log directory writable? ... yes
Tmp directory writable? ... yes
Uploads directory exists? ... yes
Uploads directory has correct permissions? ... yes
Uploads directory tmp has correct permissions? ... yes
Init script exists? ... skipped (omnibus-gitlab has no init script)
Init script up-to-date? ... skipped (omnibus-gitlab has no init script)
Projects have namespace: ...
3/1 ... yes
4/2 ... yes
4/5 ... yes
4/7 ... yes
3/9 ... yes
18/10 ... yes
16/12 ... yes
18/13 ... yes
4/14 ... yes
23/18 ... yes
23/19 ... yes
23/20 ... yes
23/21 ... yes
23/22 ... yes
23/23 ... yes
16/24 ... yes
16/25 ... yes
8/29 ... yes
8/30 ... yes
8/31 ... yes
8/32 ... yes
8/33 ... yes
8/34 ... yes
8/35 ... yes
8/36 ... yes
8/37 ... yes
8/38 ... yes
8/39 ... yes
8/40 ... yes
8/41 ... yes
8/42 ... yes
8/43 ... yes
8/44 ... yes
8/45 ... yes
8/46 ... yes
8/47 ... yes
8/48 ... yes
8/49 ... yes
8/50 ... yes
8/51 ... yes
8/52 ... yes
8/53 ... yes
8/55 ... yes
8/56 ... yes
8/57 ... yes
23/58 ... yes
8/59 ... yes
39/60 ... yes
39/61 ... yes
39/62 ... yes
23/63 ... yes
23/64 ... yes
41/65 ... yes
8/66 ... yes
4/67 ... yes
3/71 ... yes
18/72 ... yes
18/73 ... yes
18/74 ... yes
18/75 ... yes
18/76 ... yes
3/77 ... yes
18/78 ... yes
18/79 ... yes
4/80 ... yes
18/81 ... yes
18/82 ... yes
18/83 ... yes
18/84 ... yes
8/85 ... yes
18/87 ... yes
16/88 ... yes
16/89 ... yes
18/90 ... yes
18/91 ... yes
18/92 ... yes
8/94 ... yes
16/95 ... yes
43/96 ... yes
18/97 ... yes
18/98 ... yes
18/100 ... yes
18/101 ... yes
18/102 ... yes
4/103 ... yes
56/104 ... yes
8/105 ... yes
8/106 ... yes
39/107 ... yes
16/108 ... yes
16/109 ... yes
18/110 ... yes
18/111 ... yes
4/112 ... yes
67/113 ... yes
18/114 ... yes
18/115 ... yes
18/116 ... yes
67/118 ... yes
18/119 ... yes
16/120 ... yes
3/121 ... yes
76/122 ... yes
3/124 ... yes
31/125 ... yes
18/126 ... yes
8/127 ... yes
76/128 ... yes
71/129 ... yes
18/130 ... yes
18/131 ... yes
76/132 ... yes
80/133 ... yes
8/134 ... yes
58/135 ... yes
18/136 ... yes
18/137 ... yes
18/138 ... yes
3/139 ... yes
4/140 ... yes
8/141 ... yes
8/142 ... yes
76/143 ... yes
67/144 ... yes
Redis version >= 2.8.0? ... yes
Ruby version >= 2.3.5 ? ... yes (2.4.4)
Git version >= 2.9.5 ? ... yes (2.17.1)
Git user has default SSH configuration? ... yes
Active users: ... 70
Elasticsearch version 5.1 - 5.5? ... yes (5.5.2)
Checking GitLab ... Finished
Edited by Benjamin Otto
