Kibana 凭据(Kibana credentials)#
You can use these credentials to authenticate when using the HTTP Request node to make a Custom API call.
先决条件(Prerequisites)#
- 创建一个 Elasticsearch 账户。
- 如果你正在创建新账户以进行测试,请在 Kibana 中加载一些示例数据。有关更多信息,请参阅 Kibana 快速入门。
支持的身份验证方法(Supported authentication methods)#
- 基本身份验证
相关资源(Related resources)#
有关该服务的更多信息,请参阅 Kibana 的 API 文档。
🌐 Refer to Kibana's API documentation for more information about the service.
这是一个仅凭证节点。请参考 自定义 API 操作 以了解更多信息。在 n8n 网站上查看 示例工作流及相关内容。
🌐 This is a credential-only node. Refer to Custom API operations to learn more. View example workflows and related content on n8n's website.
使用基本身份验证(Using basic auth)#
要配置此凭据,你需要:
🌐 To configure this credential, you'll need:
- 你用来访问 Kibana 的 URL,例如
http://localhost:5601 - A 用户名:使用你登录 Elastic 时使用的相同用户名。
- 密码:使用你登录 Elastic 时使用的相同密码。