Skip to content

[FEATURE] Add ability for Extension to get the value of a setting from OpenSearch #157

@dbwiddis

Description

@dbwiddis

Is your feature request related to a problem?

Part of #148

In case an extension wants to use an existing OpenSearch setting as a fallback setting, it should be able to query it.

What solution would you like?

This is essentially creating Request/Response actions that do the reverse of the existing sendCustomSetting implementation. The user sends a String key and the response returns a Setting object.

Bonus points: allow querying a list of settings, for efficiency in a single transport request.

What alternatives have you considered?

Querying settings via REST API.

Do you have any additional context?

https://xkcd.com/555/

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions