Elasticsearch 凭证(Elasticsearch credentials)#
你可以使用以下凭据验证以下节点:
🌐 You can use these credentials to authenticate the following nodes:
支持的身份验证方法(Supported authentication methods)#
- 基本身份验证
相关资源(Related resources)#
有关该服务的更多信息,请参考Elasticsearch文档。
🌐 Refer to Elasticsearch's documentation for more information about the service.
使用基本身份验证(Using basic auth)#
要配置此凭证,你需要一个具有部署的Elasticsearch账户,并且:
🌐 To configure this credential, you'll need an Elasticsearch account with a deployment and:
- 用户名
- 密码
- 您的 Elasticsearch 应用程序的 基础 URL(也称为 Elasticsearch 应用程序端点)
要设置凭据:
🌐 To set up the credential:
- 请输入你的 Elasticsearch 用户名。
- 请输入你的 Elasticsearch 密码。
- 在 Elasticsearch 中,转到 部署。
- 选择你的部署。
- 选择 管理此部署。
- 在应用部分,复制Elasticsearch应用的端点。
- 在 n8n 中将此输入为 基础 URL。
- 默认情况下,n8n 仅在 SSL 证书验证成功时才会连接。如果你希望即使 SSL 证书验证失败也能连接,请启用 忽略 SSL 问题。
自定义端点别名
如果你向部署添加了一个 自定义端点别名,请使用新的端点更新你的 n8n 凭证 基础 URL。