Test Elasticsearch configuration
POST/api/v4/elasticsearch/test
Test the current Elasticsearch configuration to see if the Elasticsearch server can be contacted successfully. Optionally provide a configuration in the request body to test. If no valid configuration is present in the request body the current server configuration will be tested.
Minimum server version: 4.1
Permissions
Must have manage_system permission.
Responses
- 200
- 400
- 500
- 501
Elasticsearch test successful
Invalid or missing parameters in URL or request body
Something went wrong with the server
Feature is disabled