ElasticSearch showing disabled in gitlab:env:info

When I run ‘sudo gitlab-rake gitlab:env:info’, Elasticsearch is showing ‘no’, which I think means that it is disabled.

However, I installed and setup Elasticsearch a couple weeks ago and it is indeed running. When I run ‘sudo gitlab-rake gitlab:elastic:index’ the command succeeds.

Elasticsearch is also enabled in the Admin Settings.

Is this just a bug in the gitlab:env:info task or something else?