Skip to content

Commit

Permalink
bug 1565909. Modify the default operation to be create to avoid delet…
Browse files Browse the repository at this point in the history
…ions

(cherry picked from commit e5ddcdf)
  • Loading branch information
jcantrill authored and openshift-cherrypick-robot committed Apr 17, 2018
1 parent d0710f2 commit a999f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fluentd/configs.d/openshift/output-es-config.conf
Expand Up @@ -27,6 +27,8 @@
buffer_chunk_limit "#{ENV['BUFFER_SIZE_LIMIT'] || '8m' }"
buffer_queue_full_action "#{ENV['BUFFER_QUEUE_FULL_ACTION'] || 'block'}"

write_operation 'create'

# 2 ^ 31
request_timeout 2147483648
</store>
2 changes: 2 additions & 0 deletions fluentd/configs.d/openshift/output-es-ops-config.conf
Expand Up @@ -27,6 +27,8 @@
buffer_chunk_limit "#{ENV['BUFFER_SIZE_LIMIT'] || '8m' }"
buffer_queue_full_action "#{ENV['BUFFER_QUEUE_FULL_ACTION'] || 'block'}"

write_operation 'create'

# 2 ^ 31
request_timeout 2147483648
</store>

0 comments on commit a999f87

Please sign in to comment.