<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why is outputlookup not working in dashboard? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Why-is-outputlookup-not-working-in-dashboard/m-p/616271#M11993</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/98525"&gt;@johnjester&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I used outputlookup in a Classic dashboard and it runs without errors.&lt;/P&gt;&lt;P&gt;The only issue is that the lookup is updated at every dashboard reload.&lt;/P&gt;&lt;P&gt;I didn't tried with Dashboard Studio, but it should be the same thing.&lt;/P&gt;&lt;P&gt;Maybe there something else.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 07 Oct 2022 06:31:43 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2022-10-07T06:31:43Z</dc:date>
    <item>
      <title>Why is outputlookup not working in dashboard?</title>
      <link>https://community.splunk.com/t5/Installation/Why-is-outputlookup-not-working-in-dashboard/m-p/616241#M11992</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I initialize a lookup file using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| makeresults
| outputlookup status.csv&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I then have this simple search:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| inputlookup status.csv
| eval a=if(isnull(a),1,a+1)
| outputlookup status.csv&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This works fine when I run it in Search.&amp;nbsp; The "a" value gets incremented each time the search is executed.&lt;/P&gt;
&lt;P&gt;But if I put the same thing in a dashboard it results in an error and does not update the lookup table.&lt;/P&gt;
&lt;P&gt;In a classic dashboard, the panel with this search just says "Search was cancelled".&lt;/P&gt;
&lt;P&gt;In dashboard studio, a panel with this search as its data source reports this error: "Unexpected non-whitespace character after JSON at position 4"&lt;/P&gt;
&lt;P&gt;Removing the outputlookup command in either case makes the search work, and it shows an up-to-date value for "a" (given how many times the search was executed in Search).&lt;/P&gt;
&lt;P&gt;I have no clue what I'm doing wrong with what seems like such a simple thing - really hoping someone can help me!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 23:49:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-is-outputlookup-not-working-in-dashboard/m-p/616241#M11992</guid>
      <dc:creator>johnjester</dc:creator>
      <dc:date>2022-10-06T23:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why is outputlookup not working in dashboard?</title>
      <link>https://community.splunk.com/t5/Installation/Why-is-outputlookup-not-working-in-dashboard/m-p/616271#M11993</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/98525"&gt;@johnjester&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I used outputlookup in a Classic dashboard and it runs without errors.&lt;/P&gt;&lt;P&gt;The only issue is that the lookup is updated at every dashboard reload.&lt;/P&gt;&lt;P&gt;I didn't tried with Dashboard Studio, but it should be the same thing.&lt;/P&gt;&lt;P&gt;Maybe there something else.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 06:31:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-is-outputlookup-not-working-in-dashboard/m-p/616271#M11993</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-10-07T06:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why is outputlookup not working in dashboard?</title>
      <link>https://community.splunk.com/t5/Installation/Why-is-outputlookup-not-working-in-dashboard/m-p/616272#M11994</link>
      <description>&lt;P&gt;Are you running a multi-search-head environment?&lt;/P&gt;&lt;P&gt;I have found that updates to csv are not instantaneous, so is there perhaps a lag between the outputlookup and inputlookup?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 06:46:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-is-outputlookup-not-working-in-dashboard/m-p/616272#M11994</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-10-07T06:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why is outputlookup not working in dashboard?</title>
      <link>https://community.splunk.com/t5/Installation/Why-is-outputlookup-not-working-in-dashboard/m-p/757674#M14433</link>
      <description>&lt;P&gt;I had the same problem in 2026, and happened upon this post again. This time I have the solution!&lt;BR /&gt;&lt;BR /&gt;To this file (create if needed):&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;splunk home&amp;gt;/etc/apps/&amp;lt;app name&amp;gt;/default/commands.conf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Add this section:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[outputlookup]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is_risky = false&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 19:20:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-is-outputlookup-not-working-in-dashboard/m-p/757674#M14433</guid>
      <dc:creator>johnjester</dc:creator>
      <dc:date>2026-01-26T19:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why is outputlookup not working in dashboard?</title>
      <link>https://community.splunk.com/t5/Installation/Why-is-outputlookup-not-working-in-dashboard/m-p/757682#M14434</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/98525"&gt;@johnjester&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 07:47:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-is-outputlookup-not-working-in-dashboard/m-p/757682#M14434</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2026-01-27T07:47:14Z</dc:date>
    </item>
  </channel>
</rss>

