commit | 0352f86cb7d3803b06354355b2ea46036f73425d | [log] [tgz] |
---|---|---|
author | pasquier-s <spasquier@mirantis.com> | Thu Dec 15 10:58:53 2016 +0100 |
committer | GitHub <noreply@github.com> | Thu Dec 15 10:58:53 2016 +0100 |
tree | 873e8d2e18501460446d1d971b36eb6bfde8b328 | |
parent | b0187b54555024553c735354d602d45001ba3f82 [diff] | |
parent | 9e97c130e6bab598422ac39c57ddadfe5fff7b46 [diff] |
Merge pull request #109 from elemoine/elasticsearch-drop 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"