Skip to content

Commit

Permalink
Revert "Removed ES_USER and ES_PASSORD"
Browse files Browse the repository at this point in the history
This reverts commit b40cca7.
  • Loading branch information
Felix Friedrich committed Nov 28, 2018
1 parent 6257ef3 commit bd405a3
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifest/operations/pipelines/cf-apps-es-mirroring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
value:
"((es-host))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_USER?
value:
"((es-user))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_PASSWORD?
value:
"((es-password))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_INDEX_PREFIX?
value:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
value:
"((es-host))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_USER?
value:
"((es-user))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_PASSWORD?
value:
"((es-password))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_INDEX_PREFIX?
value:
Expand Down
10 changes: 10 additions & 0 deletions manifest/operations/pipelines/cf-apps-es-throttling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
value:
"((es-host))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_USER?
value:
"((es-user))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_PASSWORD?
value:
"((es-password))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_INDEX_PREFIX?
value:
Expand Down
10 changes: 10 additions & 0 deletions manifest/operations/pipelines/cf-apps-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
value:
"((es-host))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_USER?
value:
"((es-user))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_PASSWORD?
value:
"((es-password))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_INDEX_PREFIX?
value:
Expand Down
10 changes: 10 additions & 0 deletions manifest/operations/pipelines/cf-platform-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
value:
"((es-host))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_USER?
value:
"((es-user))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_PASSWORD?
value:
"((es-password))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_INDEX_PREFIX?
value:
Expand Down
10 changes: 10 additions & 0 deletions manifest/operations/pipelines/generate_pipeline_operations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ add_oper_snippets() {
value:
"((es-host))"
- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_USER?
value:
"((es-user))"
- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_PASSWORD?
value:
"((es-password))"
- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_INDEX_PREFIX?
value:
Expand Down
10 changes: 10 additions & 0 deletions manifest/operations/pipelines/on-prem-logstash-conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
value:
"((es-host))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_USER?
value:
"((es-user))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_PASSWORD?
value:
"((es-password))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/ES_INDEX_PREFIX?
value:
Expand Down

0 comments on commit bd405a3

Please sign in to comment.