commit | 9e97c130e6bab598422ac39c57ddadfe5fff7b46 | [log] [tgz] |
---|---|---|
author | Éric Lemoine <elemoine@mirantis.com> | Mon Dec 12 15:58:19 2016 +0000 |
committer | Éric Lemoine <elemoine@mirantis.com> | Mon Dec 12 15:58:19 2016 +0000 |
tree | e2310fa9e0081e04f163dde6bd6e89a371c99f76 | |
parent | 4b93fb790cfd6d4ff72ca4904e9d3b318483246b [diff] |
Use full action "drop" for logs
diff --git a/heka/files/toml/output/elasticsearch.toml b/heka/files/toml/output/elasticsearch.toml index 8240f5f..531e9bc 100644 --- a/heka/files/toml/output/elasticsearch.toml +++ b/heka/files/toml/output/elasticsearch.toml
@@ -10,4 +10,4 @@ [{{ output_name }}_output.buffering] max_buffer_size = 1073741824 max_file_size = 134217728 -full_action = "block" +full_action = "drop"