Deo Kim
Deo Kim
log plugin is not working. expect - service.go ```go // `service.go` generated by goa `example` command. package service import ( "{module}/gen/log" ) ``` now - service.go ```go // `service.go` generated...
Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/ I fixed the part that didn't work as expected according to the official...
## docker-compose.yml ```yaml version: '3' services: nginx: image: nginx hostname: ${PROJECT_NAME}-nginx container_name: ${PROJECT_NAME}-nginx app: image: myapp hostname: ${PROJECT_NAME}-myapp container_name: ${PROJECT_NAME}-myapp mysql: image: mysql:5.7 hostname: ${PROJECT_NAME}-mysql container_name: ${PROJECT_NAME}-mysql command: --default-authentication-plugin=mysql_native_password restart:...