0

Is there a way to query the list of effective configuration variables (defaults + configured values) just like a "SHOW VARIABLES" statement in MySQL?

1 Answer 1

1

The _settings endpoint provides a simple way to retrieve the customized configuration for a given index.

Mapping defaults can only be printed for specific fields calling

GET /index/_mapping/type/field/content?include_defaults=true

where index, type and content have to be replaced with the relevant names.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.