您需要安装 Talend LogServer,其中包括用于收集日志的 Kibana 和 Filebeat。
步骤
结果
现在您可以使用以下 URL 访问 Talend LogServer:http://localhost:5601/app/kibana#/dashboard/Default-Dashboard
。
ⓘ
适用产品:
Data Fabric
Data Services Platform
ESB
MDM Platform
Real-Time Big Data Platform
Talend Administration Center 的 Logging (日志记录) 页中显示的 ESB 事件日志是借助可从 Runtime Container 中启动的事件日志记录功能来收集的。有关更多信息,请参阅《Talend ESB Container 管理指南》。
排错: 当您启动 Talend LogServer 时或没有看到
logstash-*
、talendesb-*
和 talendaudit-*
索引时,请完成以下步骤:- 删除 .kibana 索引。
curl -XDELETE 'http://localhost:9200/.kibana'
对于 Windows 用户,请使用在 utils\curl-7.50.3-windows-x86.exe 中找到的 curl
- 停止 Talend LogServer。
- 启动 Talend LogServer。