首页 > 解决方案 > 如何将aws上的jhipster连接到elk cloud

问题描述

我需要将AWS / elasticbeanstalk 中的JHIPSTER应用程序连接到 ELK Cloud。

它不适用于此:

jhipster:
     logging:
         logstash:
             enabled: true
             host: localhost # If using a Virtual Machine on Mac OS X or Windows with docker-machine, use the Docker's host IP here
             port: 5000
             queueSize: 512

作为参考https://www.jhipster.tech/monitoring/

标签: jhipsterelastic-stack

解决方案


答案是你必须连接到logstash。Jhipster 提供一种格式以将其发送到 logstash 服务。进而将其转移到 elasticsearch -> Kibana。


推荐阅读