我需要将我在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
答案是你必须连接到logstash。 Jhipster提供一种格式将其发送到logstash服务。然后将其转移到elasticsearch - > Kibana。