How to configure this module without routing and config form

Created on 23 July 2024, 4 months ago

Problem/Motivation

Not able to see config form for Elasticsearch Connector
Need to add required config form and routing as per version 8.x-7.0-alpha5

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Closed: works as designed

Version

8.0

Component

Code

Created by

🇮🇳India sanket.addweb

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @sanket.addweb
  • Status changed to Closed: works as designed 4 months ago
  • 🇨🇦Canada mparker17 UTC-4

    The 8.0.x-dev branch of this module (including 8.0.0-alpha1) uses Search API's configuration forms...

    1. To add an Elasticsearch server, go to /admin/config/search/search-api, click the Add server button, set Backend to ElasticSearch, and fill in the Configure ElasticSearch backend section of the form.
    2. To add an Elasticsearch index, go to /admin/config/search/search-api, click the "Add index" button, and set Server to a server whose Backend is set to ElasticSearch, fill in the rest of the index information, and click Save and add fields. In the next step, click Add next to each field you want to index (you will configure the fields in the next step), then click Done. Configure the fields, then click Save changes. Click Processors at the top to modify processors.
    3. To see a list of Elasticsearch servers and indexes, go to /admin/config/search/search-api
    4. To edit an Elasticsearch server and/or index, go to /admin/config/search/search-api and click the Edit button next to the server or index that you want to change. When editing an index, use the Edit, Fields, and Processors tabs at the top to change those things.
    5. To delete an Elasticsearch server or index, go to /admin/config/search/search-api and click the Delete button next to the server or index that you want to delete.
Production build 0.71.5 2024