IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

webMethods API Gateway Q&A - Mapping types removal in API Gateway 10.5 version onwards

  • 1.  webMethods API Gateway Q&A - Mapping types removal in API Gateway 10.5 version onwards

    Posted Tue September 26, 2023 04:22 AM

    Product/components used and version/fix level:

    Operating Systems: All Operating Systems

    Question related to a free trial, or to a production (customer) instance?

    What is the difference between mapping types and index per document type?


    #API-Gateway
    #webMethods
    #API-Management
    #Tuesday-troubleshooting


  • 2.  RE: webMethods API Gateway Q&A - Mapping types removal in API Gateway 10.5 version onwards

    Posted Tue September 26, 2023 04:22 AM

    In API Gateway 10.3 version or lower, each document is stored in a single index and assigned a single mapping type. So, there will be only one gateway_default index with multiple mapping types like APIs, applications, analytics, etc.

    In API Gateway 10.5 version onwards, mapping types have been removed and replaced with index per document type. Instead of storing APIs and analytics in a single gateway_default index, APIs are stored in the gateway_default_apis index and analytics in the gateway_default_analytics index.

    For more information about the removal of mapping types and index per document type, please refer to Removal of mapping types | Elasticsearch Guide [7.17] | Elastic


    #Tuesday-troubleshooting
    #API-Management
    #API-Gateway
    #webMethods