Is it possible to list the current config settings of the Elastic Search instance with Kibana? I don't have easy access to the installation file system (hence its configuration myl file)
CodePudding user response:
unfortunately there isn't a way to see all of the settings via the API
there is the _nodes
API that contains some of it, but it doesn't pull in everything