mozilla-services / heka

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

ES encoders should support replacement of dot ('.') characters in JSON keys #1946

Closed jxstanford closed 8 years ago

jxstanford commented 8 years ago

As of Elasticsearch 2.0, attempting to index a document with a dot character in a key name will result in an exception. The ESJsonEncoder and ESLogstashV0Encoder should support replacement of dots with a user provided string.