Quick fix for the elasticsearch search engine Ref T8274
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T8274: Misconfigured Elasticsearch can fatal the setup issue process
- Commits
- Restricted Diffusion Commit
rP7ecd5155e52f: elasticsearch host quick fix
Did a couple of searches
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
That is:
public function __construct() { $this->uri = PhabricatorEnv::getEnvConfig('search.elastic.host'); $this->index = PhabricatorEnv::getEnvConfig('search.elastic.namespace'); }