Hi, all.

I put this script down for several weeks and just resumed work on it.  I'm
getting an error about "date-time not found" in my SandboxDecoder plug-in,
but I don't think that was there before because I was successfully using it
in the grammars I successfully developed.

I looked to see if I'm missing any relevant changes between Heka releases
-- maybe date_time is no longer provided -- but I didn't find anything.
Using v0.9.2, here's what I get:

---------------------
2015/07/02 13:14:47 MessageRouter started.
2015/07/02 13:14:47 Input started: websphere-test-input
2015/07/02 13:14:47 Input started: testInput
2015/07/02 13:14:47 Decoder 'websphere-test-input-ibm_systemout_decoder-1'
error: Init() ...app/heka_custom/lua_decoders/websphere_systemout.lua:3:
module 'd
ate_time' not found:
        no file '/usr/share/heka/lua_modules/date_time.lua'
        no file '/usr/share/heka/lua_modules/date_time.so'
2015/07/02 13:14:47 Shutdown initiated.
---------------------

The relevant line in websphere_systemout.lua is:

local dt = require "date_time"

TIA,
Ali
_______________________________________________
Heka mailing list
[email protected]
https://mail.mozilla.org/listinfo/heka

Reply via email to