Kibana 凭据#
¥Kibana credentials
You can use these credentials to authenticate when using the HTTP Request node to make a Custom API call.
先决条件#
¥Prerequisites
- 创建 Elasticsearch 账户
¥Create an Elasticsearch account.
- 如果你要创建一个新账户进行测试,请将一些示例数据加载到 Kibana 中。更多信息,请参阅 Kibana 快速入门。
¥If you're creating a new account to test with, load some sample data into Kibana. Refer to the Kibana quick start for more information.
支持的身份验证方法#
¥Supported authentication methods
- 基本身份验证
¥Basic auth
相关资源#
¥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
¥The URL you use to access Kibana, for example http://localhost:5601
- 用户名:使用你登录 Elastic 时使用的相同用户名。
¥A Username: Use the same username that you use to log in to Elastic.
- 密码:使用你登录 Elastic 时使用的相同密码。
¥A Password: Use the same password that you use to log in to Elastic.