<?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 Why is Dashboard studios base search from report, &amp;quot;app undefined&amp;quot;? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Dashboard-studios-base-search-from-report-quot-app/m-p/619308#M77902</link>
    <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;I have a set of python scripts running every night as part of an automation process.&amp;nbsp;&lt;BR /&gt;These scripts output data into the _internal index that is&amp;nbsp;restricted for a large portion of the work force.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However some teams should be able to view the output from these scripts as it would help them troubleshoot why hosts fail.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I was hoping to solve the access issue by having a scheduled search run every night collecting the output of the python scripts and using that report as a base search in a new dashboard powered by dashboard studios.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would then just use the chain search function for creating the tables and reports that staff with less privileges could&amp;nbsp; use to access the otherwise&amp;nbsp;unavailable information.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But my problem is that I can not get the base search to work.&amp;nbsp;&lt;BR /&gt;Not matter what I put under the key&amp;nbsp;&lt;BR /&gt;App: "Put the name of the app holding the saved search here"&lt;BR /&gt;&lt;BR /&gt;When I use the "open in search function" from the dashboard, I notice that whatever I put under the context of "app", splunk does not care, it always just resolves to "undefined".&lt;BR /&gt;&lt;BR /&gt;Here is an example of the code from dashboard studios:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"type": "ds.savedSearch",&lt;BR /&gt;"options": {&lt;BR /&gt;"ref": "internal_base_search", #this should be the name of the report&lt;BR /&gt;"app": "search" #The app where the report exist.&lt;BR /&gt;},&lt;BR /&gt;"name": "Saved Search Data Source From S&amp;amp;R"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;So no matter what I do, the url I get using the "open in search" function, it points to:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;hostname&amp;gt;:8000/en-US/app/&lt;STRONG&gt;undefined&lt;/STRONG&gt;/search?s=Internal%20base%20search%20Clone&lt;BR /&gt;&lt;BR /&gt;and if I manually change it to the app that holds the report it finds it just fine, for example:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;hostname&amp;gt;:8000/en-US/app/&lt;STRONG&gt;search&lt;/STRONG&gt;/search?s=Internal%20base%20search%20Clone&lt;BR /&gt;&lt;BR /&gt;Has anyone had a simlar issue?&amp;nbsp;&lt;BR /&gt;This to me feels like a bug and that "APP" key in the json formatted source code does not resolve correctly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2022 15:32:49 GMT</pubDate>
    <dc:creator>KOJL</dc:creator>
    <dc:date>2022-11-02T15:32:49Z</dc:date>
    <item>
      <title>Why is Dashboard studios base search from report, "app undefined"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Dashboard-studios-base-search-from-report-quot-app/m-p/619308#M77902</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;I have a set of python scripts running every night as part of an automation process.&amp;nbsp;&lt;BR /&gt;These scripts output data into the _internal index that is&amp;nbsp;restricted for a large portion of the work force.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However some teams should be able to view the output from these scripts as it would help them troubleshoot why hosts fail.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I was hoping to solve the access issue by having a scheduled search run every night collecting the output of the python scripts and using that report as a base search in a new dashboard powered by dashboard studios.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would then just use the chain search function for creating the tables and reports that staff with less privileges could&amp;nbsp; use to access the otherwise&amp;nbsp;unavailable information.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But my problem is that I can not get the base search to work.&amp;nbsp;&lt;BR /&gt;Not matter what I put under the key&amp;nbsp;&lt;BR /&gt;App: "Put the name of the app holding the saved search here"&lt;BR /&gt;&lt;BR /&gt;When I use the "open in search function" from the dashboard, I notice that whatever I put under the context of "app", splunk does not care, it always just resolves to "undefined".&lt;BR /&gt;&lt;BR /&gt;Here is an example of the code from dashboard studios:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"type": "ds.savedSearch",&lt;BR /&gt;"options": {&lt;BR /&gt;"ref": "internal_base_search", #this should be the name of the report&lt;BR /&gt;"app": "search" #The app where the report exist.&lt;BR /&gt;},&lt;BR /&gt;"name": "Saved Search Data Source From S&amp;amp;R"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;So no matter what I do, the url I get using the "open in search" function, it points to:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;hostname&amp;gt;:8000/en-US/app/&lt;STRONG&gt;undefined&lt;/STRONG&gt;/search?s=Internal%20base%20search%20Clone&lt;BR /&gt;&lt;BR /&gt;and if I manually change it to the app that holds the report it finds it just fine, for example:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;hostname&amp;gt;:8000/en-US/app/&lt;STRONG&gt;search&lt;/STRONG&gt;/search?s=Internal%20base%20search%20Clone&lt;BR /&gt;&lt;BR /&gt;Has anyone had a simlar issue?&amp;nbsp;&lt;BR /&gt;This to me feels like a bug and that "APP" key in the json formatted source code does not resolve correctly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 15:32:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Dashboard-studios-base-search-from-report-quot-app/m-p/619308#M77902</guid>
      <dc:creator>KOJL</dc:creator>
      <dc:date>2022-11-02T15:32:49Z</dc:date>
    </item>
  </channel>
</rss>

