try to fix encoder config
diff --git a/heka/files/encoder/es-json.toml b/heka/files/encoder/es-json.toml
index 5896903..e43203a 100644
--- a/heka/files/encoder/es-json.toml
+++ b/heka/files/encoder/es-json.toml
@@ -2,7 +2,7 @@
 type = "ESJsonEncoder"
 index = "{{ values.index }}"
 
-{% if values.es_index_from_timestamp == 'True' %}
+{% if values.es_index_from_timestamp == True %}
 es_index_from_timestamp = true
 {%- else -%}
 es_index_from_timestamp = false