Is your feature request related to a problem?
It was brought to my attention by @cwperks that it would be nice if the settings contained in our startup scripts i.e. install_demo_configuration could be added directly to the opensearch.yml file. This would then allow for the various workflows and GitHub Actions to not require that users specify a path to the demo configurations for their plugins (#2239).
What solution would you like?
Be able to specify in some way the configurations needed for a plugin or a redirect to a file containing these configurations within the opensearch.yml file.
What alternatives have you considered?
Currently the same functionality is implemented by passing a path to a script containing all the configuration steps.
Is your feature request related to a problem?
It was brought to my attention by @cwperks that it would be nice if the settings contained in our startup scripts i.e.
install_demo_configurationcould be added directly to theopensearch.ymlfile. This would then allow for the various workflows and GitHub Actions to not require that users specify a path to the demo configurations for their plugins (#2239).What solution would you like?
Be able to specify in some way the configurations needed for a plugin or a redirect to a file containing these configurations within the opensearch.yml file.
What alternatives have you considered?
Currently the same functionality is implemented by passing a path to a script containing all the configuration steps.