Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi,
I'm working to upgrade my LHC version and all installed extensions.
Old Elasticsearch extension settings.ini.php had:
'index' => 'chat',
'index_search' => 'chat*',
So I upgrade this extension and set in settings.ini.php same index configuration:
'index' => 'chat',
'index_search' => 'chat*',
But, in admin panel in Modules --> ElastichSearch, he says:
Elastic structure check
Elastic index not exist
Array
(
[0] => chat-lh_chat
[1] => chat-lh_msg
[2] => chat-lh_os
[3] => chat-lh_pc
[4] => chat-lh_op
)
I'm using AWS ElasticSearch Service and, in it's admin panel, all index exists!
Maybe the '-' character is the reason for this "unmatching" ?
Thanks in advance
Offline
Elastic search indexes were changed. So you will need just re-index all chats after creating fresh indices. Or you can do rename using elastic itself.
Offline
Ok, thanks remdex
Offline
Hi remdex,
I create a new ElasticSearch instance (v7.9), cloned master branch of LHC elasticsearch extension, follow readme and it goes better
but indexes view is "sformatted", something like:
Array
(
[chat-lh_chat-lh_chat] => Array
(
[mappings] => Array
(
[properties] => Array
(
[additional_data] => Array
(
[type] => text
[index] =>
)
[auto_responder_id] => Array
(
[type] => integer
)
. . .
p.s. where is the section with statistics ?
Thanks in advance,
Offline
At the bottom of view should be.
First goes Mapping seciton in index view afterward stats.
Offline
Thanks for the answer.
Under Mapping I have that array printed
Offline
Please write in discord chat. I don't have time to paste screenshots here :d
Offline
Pages: 1