Closed
Bug 714290
Opened 14 years ago
Closed 14 years ago
Enable Elastic Search on SUMO -dev
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rrosario, Assigned: jason)
Details
We are ready to start testing Elastic Search on support-dev. Please enable Elastic Search by setting the following in settings_local.py:
ES_LIVE_INDEXING = True
ES_HOSTS = [...] # addresses to our Elastic Search cluster for -dev. Probably same as what AMO and others use for dev?
Updated•14 years ago
|
Assignee: server-ops → jthomas
Assignee | ||
Comment 1•14 years ago
|
||
Added to settings_local.py:
ES_LIVE_INDEXING = True
ES_HOSTS = ['elasticsearch-dev:9200']
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•