<?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 Load dashboard panels in verbose mode? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152237#M9285</link>
    <description>&lt;P&gt;Is there any way I can load charts in a dashboard based on a verbose search? I tried saving a report with verbose which shows all the intended results but still loads in fast mode when linked to a dashboard panel. &lt;/P&gt;

&lt;P&gt;I'm using Splunk 6&lt;/P&gt;

&lt;P&gt;Here's a search that might show the difference a bit better...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype=tickets assignee=aUser | convert timeformat="%Y-%m-%d %T" mktime(created_at) | fieldformat created_at=strftime(created_at,"%Y-%m-%d %T") | convert timeformat="%Y-%m-%d %T" mktime(closed_at) | fieldformat closed_at=strftime(closed_at,"%Y-%m-%d %T") | eval DaysOpen=round((now() - created_at)/3600/24,0) | eval DaysFromClose=round((now() - closed_at)/3600/24,0) | stats first(status) as status first(summary) as summary first(DaysOpen) as DaysOpen first(DaysFromClose) as DaysFromClose first(due_at) as due_at by ticket_number,assignee | search (status="open" AND DaysOpen&amp;gt;30) OR (status="closed" AND DaysFromClose&amp;lt;30) | top status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;returns a count of&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;open = 18
closed = 17
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;searching the same thing in verbose mode returns a count of&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;open = 18
closed = 18
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The number of results for both search modes is the same until I run the last search command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search (status="open" AND DaysOpen&amp;gt;30) OR (status="closed" AND DaysFromClose&amp;lt;30)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 05 May 2014 10:35:29 GMT</pubDate>
    <dc:creator>clymbouris</dc:creator>
    <dc:date>2014-05-05T10:35:29Z</dc:date>
    <item>
      <title>Load dashboard panels in verbose mode?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152237#M9285</link>
      <description>&lt;P&gt;Is there any way I can load charts in a dashboard based on a verbose search? I tried saving a report with verbose which shows all the intended results but still loads in fast mode when linked to a dashboard panel. &lt;/P&gt;

&lt;P&gt;I'm using Splunk 6&lt;/P&gt;

&lt;P&gt;Here's a search that might show the difference a bit better...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype=tickets assignee=aUser | convert timeformat="%Y-%m-%d %T" mktime(created_at) | fieldformat created_at=strftime(created_at,"%Y-%m-%d %T") | convert timeformat="%Y-%m-%d %T" mktime(closed_at) | fieldformat closed_at=strftime(closed_at,"%Y-%m-%d %T") | eval DaysOpen=round((now() - created_at)/3600/24,0) | eval DaysFromClose=round((now() - closed_at)/3600/24,0) | stats first(status) as status first(summary) as summary first(DaysOpen) as DaysOpen first(DaysFromClose) as DaysFromClose first(due_at) as due_at by ticket_number,assignee | search (status="open" AND DaysOpen&amp;gt;30) OR (status="closed" AND DaysFromClose&amp;lt;30) | top status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;returns a count of&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;open = 18
closed = 17
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;searching the same thing in verbose mode returns a count of&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;open = 18
closed = 18
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The number of results for both search modes is the same until I run the last search command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search (status="open" AND DaysOpen&amp;gt;30) OR (status="closed" AND DaysFromClose&amp;lt;30)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 May 2014 10:35:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152237#M9285</guid>
      <dc:creator>clymbouris</dc:creator>
      <dc:date>2014-05-05T10:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Load dashboard panels in verbose mode?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152238#M9286</link>
      <description>&lt;P&gt;You can do set the search mode (fast | smart | verbose) in advanced xml. Go to below link and search for module "SearchMode"&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.3/AdvancedDev/ModuleReference"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.3/AdvancedDev/ModuleReference&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Example implementation can be seen in flashtimeline view in Search app.&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2014 14:41:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152238#M9286</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-05-05T14:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Load dashboard panels in verbose mode?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152239#M9287</link>
      <description>&lt;P&gt;What's the search you're running?&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2014 19:49:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152239#M9287</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-05-05T19:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load dashboard panels in verbose mode?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152240#M9288</link>
      <description>&lt;P&gt;eventtype=tickets assignee=aUser | eval DaysSinceUpdate=round((now() - _time)/3600/24,0) |  convert timeformat="%Y-%m-%d %T" mktime(due_at) | fieldformat due_at=strftime(due_at,"%Y-%m-%d %T") | eval DaysOverdue=round((now() - due_at)/3600/24,0) | stats first(status) as status values(summary) as Summary  first(DaysSinceUpdate) as DaysSinceUpdate first(DaysOverdue) as DaysOverdue values(due_at) as due_at by ticket_number,creator | search  (status="open" AND (DaysSinceUpdate&amp;gt;6 OR DaysOverdue&amp;gt;0)) | sort -DaysSinceUpdate&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:32:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152240#M9288</guid>
      <dc:creator>clymbouris</dc:creator>
      <dc:date>2020-09-28T16:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load dashboard panels in verbose mode?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152241#M9289</link>
      <description>&lt;P&gt;How do the results differ between fast mode and verbose mode?&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2014 17:11:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152241#M9289</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-05-06T17:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Load dashboard panels in verbose mode?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152242#M9290</link>
      <description>&lt;P&gt;I've edited my original post to clarify this a bit better&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2014 06:22:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152242#M9290</guid>
      <dc:creator>clymbouris</dc:creator>
      <dc:date>2014-05-07T06:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load dashboard panels in verbose mode?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152243#M9291</link>
      <description>&lt;P&gt;Use eventstats instead of stats.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2014 22:19:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152243#M9291</guid>
      <dc:creator>devin_stonecyph</dc:creator>
      <dc:date>2014-09-10T22:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load dashboard panels in verbose mode?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152244#M9292</link>
      <description>&lt;P&gt;I have the exact problem.  Following &lt;A href="https://answers.splunk.com/answers/455319/how-to-set-search-mode-to-verbose-in-simple-xml-an.html"&gt;link text&lt;/A&gt; and &lt;A href="https://answers.splunk.com/answers/403257/how-to-run-a-dashboard-search-in-verbose-mode-thro.html"&gt;link text&lt;/A&gt;, I tried | fields * as well as eventstats as opposed to stats.  It made no difference.  Only verbose will give the correct result. (I also need to do this in Simple XML.)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:01:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152244#M9292</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2017-02-16T21:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load dashboard panels in verbose mode?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152245#M9293</link>
      <description>&lt;P&gt;yuan - best to create a new question with your details and link to this one, and you'll hopefully get feedback that is more useful to you. &lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:52:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Load-dashboard-panels-in-verbose-mode/m-p/152245#M9293</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-02-16T21:52:17Z</dc:date>
    </item>
  </channel>
</rss>

