Skip to main content
jinja_formatter app icon

jinja_formatter

In many cases, people format a user-readable content within Splunk -- either because they need to send an e-mail, show a text in a dashboard, or push the results to JIRA or other ticketing tool.Built by Václav Lorenc
splunk product badge

Default Version 1.0.5

April 5, 2025

Compatibility

Splunk Enterprise, Splunk Cloud

Platform Version: 10.5, 10.4, 10.3, 10.2, 10.1, 10.0, 9.4, 9.3, 9.2, 9.1, 9.0

Rating
5
(1)

Log in to rate this app

Support
Developer Supported
Ranking

#29 in Generic

In many cases, people format a user-readable content within Splunk -- either because they need to send an e-mail, show a text in a dashboard, or push the results to JIRA or other ticketing tool. But when they format the actual readable message, they have to use a very simple formatting techniques, making the query look rather ugly and difficult to maintain. With a template, it's possible to specify the resulting text with placeholders, which will later on be properly populated by the query results. And that's exactly what `jinja2format` does.