Splunk Search

Use variable from views.py on a Django search manager

gustavomichels
Path Finder

Hi all,

Using Splunk 6.2.2.

I want to use a single Django template for several different sources that follow the same format. I was able to set the rules in urls.py and send the expected variables to the template through views.py, as I can successfully use the variables in the content area for the template. Like:

<p class="description">Overview of the operational status for {{ pagetitle }}</p>

Now I need to use variables in search managers, for example:

    {% searchmanager
        id="search1"
        search="| inputlookup apps | search app={{ appname }}"
        cache=True
    %}

And this doesn't work.

I've seen a solution in http://answers.splunk.com/answers/181510/how-to-use-django-template-tags-inside-a-search-ma.html but I am trying to prevent doing stuff directly and JS and I'd rather have a clean Django solution.

Does anyone have any idea?

Thank you

Tags (2)
0 Karma
1 Solution

gustavomichels
Path Finder

Answering myself:

     {% searchmanager
         id="search1"
         search="| inputlookup apps | search app="|add:appname
         cache=True
     %}

View solution in original post

0 Karma

gustavomichels
Path Finder

Answering myself:

     {% searchmanager
         id="search1"
         search="| inputlookup apps | search app="|add:appname
         cache=True
     %}
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...