Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
- set
- image
- deployment/groomeong-logstash
- logstash-sha256-1=asia.gcr.io/project-groomeong/logstash:1.2
- logstash-sha256-1=asia.gcr.io/project-groomeong/logstash:1.3
env:
- CLOUDSDK_COMPUTE_ZONE=asia-northeast3
- CLOUDSDK_CONTAINER_CLUSTER=autopilot-cluster-5
2 changes: 1 addition & 1 deletion docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
dockerfile: Dockerfile.prod

logstash:
image: asia.gcr.io/project-groomeong/logstash:1.2
image: asia.gcr.io/project-groomeong/logstash:1.3
platform: linux/x86_64
build:
context: .
Expand Down
2 changes: 1 addition & 1 deletion elk/logstash/logstash.prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ input {
jdbc_connection_string => "jdbc:mysql://10.42.208.3:3306/prod" # jdbc:mysql://SQL인스턴스비공개IP주소:포트번호/db이름
jdbc_user => "root"
jdbc_password => "root"
schedule => "*/30 * * * *"
schedule => "*/5 * * * *"
use_column_value => true
tracking_column => "updatedat"
tracking_column_type => "numeric"
Expand Down