Restoring Backup of specific Indexes
Elasticsearch contains multiple indexes, each used to store different types of
data. To restore specific data, restore specific index or a set of indexes. To view the list
of available indexes in the Elasticsearch, use the following
command:
GET _cat/indices
Elasticsearch has the following indexes:
Index | Description |
---|---|
gateway_tenant_assets |
Specifies information related to all assets in webMethods API Gateway. It includes details about APIs, policies, and other required configurations. |
gateway_tenant_analytics |
Specifies data related to API usage, performance, and metrics. It also provides information on traffic patterns, response times, and overall API health. |
gateway_tenant_audit_auditlogs |
Specifies all significant events and actions within webMethods API Gateway. It includes details such as user access, policy enforcement, and security-related events. |
gateway_tenant_log |
Specifies logs generated by webMethods API Gateway during its operation. These logs capture information about requests, responses, errors, and system events. |
gateway_tenant_cache_cachestatistics |
Specifies cache-related statistics within the webMethods API Gateway. It provides insights into cache hits, misses, and efficiency. |
To restore specific indexes