<?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: How to convert splunk dashboard panel with dynamic token in reports? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-splunk-dashboard-panel-with-dynamic-token-in/m-p/688860#M234808</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/205249"&gt;@karthi2809&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;for my knowledge, reports are static objects and you cannot pass a token to a report.&lt;/P&gt;&lt;P&gt;Why do you want to do this?&lt;/P&gt;&lt;P&gt;if it's to accelerate searches, use other methods as Data_nodels or Summary indexes.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 28 May 2024 10:20:08 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2024-05-28T10:20:08Z</dc:date>
    <item>
      <title>How to convert splunk dashboard panel with dynamic token in reports?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-splunk-dashboard-panel-with-dynamic-token-in/m-p/688856#M234807</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a Splunk dashboard with dynamic token, Here a simplified example of my setup. In the dashboard $new_value$ and $env$&amp;nbsp; are dynamic token that user can select. I want to convert this panel into report that can accommodate these dynamic values. Could you guide me how to achieve this ?.I need to understand. Any details steps or examples would be greatly appreciated.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Base Query:
index=Test environment=$env$ applicationName=$new_value$ 
 | stats values(content.InterfaceName) as InterfaceName values(content.payload) as payloadFile values(content.ErrorMsg) as  errormsg  values(content.Error) as error BY  applicationName,correlationId
| table  Status Timestamp InterfaceName ApplicationName  CorrelationId
| search  interfaceName=$new_interface$ 

Panel Query with dynamic tokens:
 &amp;lt;search base="BankSearch"&amp;gt;
          &amp;lt;query&amp;gt;| where Status LIKE ("$countStatus$")|sort -Timestamp&amp;lt;/query&amp;gt;&amp;lt;/search&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 09:59:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-convert-splunk-dashboard-panel-with-dynamic-token-in/m-p/688856#M234807</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2024-05-28T09:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert splunk dashboard panel with dynamic token in reports?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-splunk-dashboard-panel-with-dynamic-token-in/m-p/688860#M234808</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/205249"&gt;@karthi2809&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;for my knowledge, reports are static objects and you cannot pass a token to a report.&lt;/P&gt;&lt;P&gt;Why do you want to do this?&lt;/P&gt;&lt;P&gt;if it's to accelerate searches, use other methods as Data_nodels or Summary indexes.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 10:20:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-convert-splunk-dashboard-panel-with-dynamic-token-in/m-p/688860#M234808</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-05-28T10:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert splunk dashboard panel with dynamic token in reports?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-splunk-dashboard-panel-with-dynamic-token-in/m-p/688863#M234809</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply. Actually i want to improve my dashboard performance. So i try to convert as report. But as you said its static. So if i use summary index or data model we can pass token ?any sample data model .And both will consume license right?&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 10:32:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-convert-splunk-dashboard-panel-with-dynamic-token-in/m-p/688863#M234809</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2024-05-28T10:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert splunk dashboard panel with dynamic token in reports?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-splunk-dashboard-panel-with-dynamic-token-in/m-p/688865#M234810</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/205249"&gt;@karthi2809&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes, you can pass a token to a search based on DataModels or Summary Indexes.&lt;/P&gt;&lt;P&gt;Both of them don't consume license.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 10:37:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-convert-splunk-dashboard-panel-with-dynamic-token-in/m-p/688865#M234810</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-05-28T10:37:24Z</dc:date>
    </item>
  </channel>
</rss>

