es 的 url 加入賬號密碼

ponponon發表於2023-01-09

seo 最佳化:

  • 如果使用cur 帶上賬號密碼訪問 es
  • cur 訪問目標網站如何帶上賬號密碼

es 的 url 加入賬號密碼

把賬號密碼加到 url 中

curl  http://yourusername:yourpassword@host:9200/yourindexname/_settings

把賬號密碼加到 curl 的 user 引數中

curl --user yourusername:yourpassword http://yourusername:yourpassword@host:9200/yourindexname/_settings

相關文章