Improved index name.
This commit is contained in:
parent
b163b2eb0f
commit
52f60e81a9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class AddSearchIndex < ActiveRecord::Migration
|
|||
Setting.set('es_url', 'http://217.111.80.181')
|
||||
Setting.set('es_user', 'elasticsearch')
|
||||
Setting.set('es_password', 'zammad')
|
||||
Setting.set('es_index', Socket.gethostname + 'zammad')
|
||||
Setting.set('es_index', Socket.gethostname + '_zammad')
|
||||
|
||||
Ticket.search_index_reload
|
||||
User.search_index_reload
|
||||
|
|
Loading…
Reference in a new issue