Skip to content

Commit

Permalink
Added persistent queue to generation script
Browse files Browse the repository at this point in the history
The script overrides the pipeline file, so the persistent queues
settings need to be added to the script.

This is a really bad approach and should be fixed in the future, but for
now it stays like it is.
  • Loading branch information
antoniocascais committed Mar 5, 2019
1 parent 323922a commit ff16338
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifest/operations/pipelines/generate_pipeline_operations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ add_oper_snippets() {
path: /instance_groups/name=logstash/properties/logstash/pipelines?
value:
- name: ${name}
params:
queue.type: persisted
queue.max_bytes: 8gb
path.queue: /var/vcap/store/logstash
config:
OperSNIPPETS

Expand Down

0 comments on commit ff16338

Please sign in to comment.