Home > Net >  How to view Elastic Search configuration settings from Kibana
How to view Elastic Search configuration settings from Kibana

Time:09-27

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

  • Related