Skip to content

Commit

Permalink
Revert "Added DLQs feature"
Browse files Browse the repository at this point in the history
This reverts commit 35c49b0.
  • Loading branch information
antoniocascais committed Feb 5, 2019
1 parent a103f24 commit d891202
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 84 deletions.
22 changes: 0 additions & 22 deletions manifest/operations/pipelines/cf-apps-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,14 +659,6 @@
#}
}
input-20-dlq: |
input {
dead_letter_queue {
path => "/var/vcap/store/logstash/plugins/inputs/dead_letter_queue"
commit_offsets => true
pipeline_id => "cf-apps-es"
}
}
output-10-statsd: |
output {
if ([@type] == "LogMessage" and [@input] == "syslog") {
Expand Down Expand Up @@ -698,20 +690,6 @@
}
}
}
output-20-dlq: |
output {
elasticsearch {
# DS_HOSTS is default from elasticsearch_master property
hosts => [ "${DST_HOSTS}" ]
user => "${ES_USER}"
password => "${ES_PASSWORD}"
sniffing => false
index => "${ES_INDEX_PREFIX:logs}-dlq-%{[@cf][app]}-${ES_VERSION:v0.0}-%{+YYYY.MM.dd}"
http_compression => true
manage_template => false
id => "output-dlq/${JOB_FULL_AZ_DEPLOYMENT}"
}
}
output-50-es: |
output {
elasticsearch {
Expand Down
7 changes: 0 additions & 7 deletions manifest/operations/pipelines/cf-apps-es/input-20-dlq.conf

This file was deleted.

13 changes: 0 additions & 13 deletions manifest/operations/pipelines/cf-apps-es/output-20-dlq.conf

This file was deleted.

22 changes: 0 additions & 22 deletions manifest/operations/pipelines/cf-platform-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,6 @@
}
input-20-dlq: |
input {
dead_letter_queue {
path => "/var/vcap/store/logstash/plugins/inputs/dead_letter_queue"
commit_offsets => true
pipeline_id => "cf-platform-es"
}
}
output-10-es: |
output {
elasticsearch {
Expand All @@ -197,17 +189,3 @@
}
# stdout { codec => rubydebug }
}
output-20-dlq: |
output {
elasticsearch {
# DS_HOSTS is default from elasticsearch_master property
hosts => [ "${DST_HOSTS}" ]
user => "${ES_USER}"
password => "${ES_PASSWORD}"
sniffing => false
index => "${ES_INDEX_PREFIX}-dlq-%{+YYYY.MM.dd}"
http_compression => true
manage_template => false
id => "output-dlq/${JOB_FULL_AZ_DEPLOYMENT}"
}
}

This file was deleted.

13 changes: 0 additions & 13 deletions manifest/operations/pipelines/cf-platform-es/output-20-dlq.conf

This file was deleted.

0 comments on commit d891202

Please sign in to comment.