|
Is it possible (probably via undocumented functionality) to override any other mako templates than the EventsViewer_default_renderer.html? Also, in a template, is event_layout the only function called by splunk to display stuff? For example, if I put, lets say regular html outside of a mako syntax block
or a regular python block outside of a <%def, or any function, eventually called by event_layout
Nothing shows up. It's only after I put the above inside of a def'd function, that is ultimately called by event_layout, that I see anything. |
