Skip to content

Commit

Permalink
Merge pull request #2282 from amazeeio/logstash-timeout-incresase
Browse files Browse the repository at this point in the history
Logstash timeout increase
  • Loading branch information
Schnitzel authored Oct 23, 2020
2 parents f066ab5 + f9e4b5d commit 85f9fa4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/logs2logs-db/pipeline/lagoon-logs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ output {
user => admin
password => "${LOGSDB_ADMIN_PASSWORD}"
hosts => ["${ELASTICSEARCH_URL}"]
timeout => 3600
index => "lagoon-logs-%{[project]}-%{+YYYY.MM}"
template => "/usr/share/logstash/templates/lagoon-logs.json"
template_name => "lagoon-logs"
Expand Down
2 changes: 2 additions & 0 deletions services/logs2logs-db/pipeline/router-application-logs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ output {
user => admin
password => "${LOGSDB_ADMIN_PASSWORD}"
hosts => ["${ELASTICSEARCH_URL}"]
timeout => 3600
index => "router-logs-%{[openshift_project]}-%{+YYYY.MM}"
template => "/usr/share/logstash/templates/router-logs.json"
template_name => "router-logs"
Expand All @@ -103,6 +104,7 @@ output {
user => admin
password => "${LOGSDB_ADMIN_PASSWORD}"
hosts => ["${ELASTICSEARCH_URL}"]
timeout => 3600
index => "application-logs-%{[openshift_project]}-%{+YYYY.MM}"
template => "/usr/share/logstash/templates/application-logs.json"
template_name => "application-logs"
Expand Down
1 change: 1 addition & 0 deletions services/logs2logs-db/pipeline/service-logs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ output {
user => admin
password => "${LOGSDB_ADMIN_PASSWORD}"
hosts => ["${ELASTICSEARCH_URL}"]
timeout => 3600
index => "service-logs-%{+YYYY.MM}"
template => "/usr/share/logstash/templates/service-logs.json"
template_name => "service-logs"
Expand Down

0 comments on commit 85f9fa4

Please sign in to comment.