cerebro icon indicating copy to clipboard operation
cerebro copied to clipboard

Support saving multi ES cluster information?

Open Jacky2 opened this issue 3 years ago • 2 comments

Can you save multiple es cluster information, including account and password? After logging into cerebro, you only need to select different clusters to monitor different es information

Jacky2 avatar May 10 '21 01:05 Jacky2

/opt/cerebro/conf/application.conf can config

eg

hosts = [
  {
    host = "http://10.10.3.2:9200"
    name = "nam2"
  },

  {
    host = "http://10.10.3.3:9200"
    name = "name1"
  },

  {
    host = "http://10.10.3.49200"
    name = "name3"
    auth = {
      username = "elastic"
      password = "ypCDmSVIN2C4"
    }
  }
]

koy1619 avatar Sep 03 '21 01:09 koy1619

thanks

Jacky2 avatar Dec 15 '21 08:12 Jacky2