Comments on: Splunk Eventgen Jinja templating https://isbyr.com/splunk-eventgen-jinja-templating/ Infrequent Smarts by Reshetnikov Sat, 09 Aug 2025 13:16:42 +0000 hourly 1 https://wordpress.org/?v=6.7.4 By: Ilya Reshetnikov https://isbyr.com/splunk-eventgen-jinja-templating/#comment-25139 Sat, 09 Aug 2025 13:15:41 +0000 http://isbyr.com/?p=796#comment-25139 In reply to Emily Dern.

Hi Emily,
I think the SA-Eventgen app comes with jinja libraries
“`
find /opt/splunk912/ -name “jinja*”
/opt/splunk912//etc/apps/SA-Eventgen/bin/jinja2
/opt/splunk912//etc/apps/SA-Eventgen/lib/splunk_eventgen/lib/plugins/generator/jinja.py
/opt/splunk912//etc/apps/SA-Eventgen/lib/splunk_eventgen/lib/plugins/generator/__pycache__/jinja.cpython-37.pyc
“`

]]>
By: Emily Dern https://isbyr.com/splunk-eventgen-jinja-templating/#comment-24631 Thu, 31 Jul 2025 17:16:17 +0000 http://isbyr.com/?p=796#comment-24631 The install documentation says jinja is not included with the Splunk App by default: How did you go about adding that plugin? Similar to the standalone, can you simply copy the jinja.py script into a newly created ../lib/plugins/generators/ path?

]]>