mozilla-services / heka

DEPRECATED: Data collection and processing made easy.
http://hekad.readthedocs.org/
Other
3.4k stars 531 forks source link

removing the out of range checkpoint file and stopping #1940

Closed Hujinyong closed 7 years ago

Hujinyong commented 8 years ago

Heka run several minutes, then output the following error:

2016/05/30 11:40:43 Input 'ngx_log' error: removing the out of range checkpoint file and stopping

Following is my ElasticSearchOutput config:

[es_payload] type = "SandboxEncoder" filename = "lua_encoders/es_payload.lua" [es_payload.config] es_index_from_timestamp = true index = "testnginx-2016-05-27" type_name = "nginx_access"

[ElasticSearchOutput] message_matcher = "TRUE" server = "http://xxx.xxx.xxx.xxx:9200" flush_interval = 1000 flush_count = 200 encoder = "es_payload"

michaelgibson commented 7 years ago

Please send support requests to the mailing list instead (and close this issue). Thanks