mozilla-services / heka

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

SandboxInput/SandboxOutput plugins missing ${SHARE_PATH}/lua_io_modules in lua load path #1866

Closed nathwill closed 7 years ago

nathwill commented 8 years ago

i just set up some redis SandboxInput and SandboxOutput plugins, and was surprised to see that the module_directory config exposed doesn't include lua_io_modules. It's easy enough to override, but seems like a bit of a gotcha for Sandbox plugin types that will always need to do I/O.

thoughts?

joell commented 7 years ago

I just got bitten by the same issue. Is this by design (for reasons not yet apparent to us), or was it simply a mistake that slipped into a commit somewhere?