Configure your storage settings

Conversation responses are saved in an Elastic index, and the HTML templates/adaptive cards templates used inside a conversation are saved on disk.

To configure the Elastic settings, follow the next steps:

  1. Navigate to the General Settings page. It is located under ADMINISTRATION section of the SmartHub Administration portal.
  2. In the Storage Settings section click Edit.
  3. Enter the information for your Indexes and Elastic Server settings:
    1. Elastic Server Address: This is the URL of your Elasticsearch server, including port number. The default value is http://localhost:9200.
    2. Kibana Server Address: This is the URL of your Kibana server, including port number. The default value is http://localhost:5601.
    3. Bot Index Name: This is the name of your bot index. The default name is bot-index.
    4. Unanswered User Questions index name: This is the name of your unanswered user questions index. The default value is unanswered-user-questions-bot-index.
    5. Analytics Index Name. This is the name of your analytics index. The default value is paxindex.
    6. Auto QnA Index Name: This is the name of your auto QnA index. The default value is auto-qna-index.
    7. Elastic Authentication: Choose and configure the desired authentication mode.
      1. If you selected ApiKey, enter your API key in the following format: id:api_key. For more information, see Configure your Elasticsearch search engine to use API key for authentication.
    8. Elastic Server Username: Specify the username for your Elastic server instance.
    9. Elastic Server Password: Specify the password for your Elastic sever instance.