<?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 How to run a dashboard search in verbose mode through Simple XML? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-run-a-dashboard-search-in-verbose-mode-through-Simple-XML/m-p/254634#M76268</link>
    <description>&lt;P&gt;I am trying to run a dashboard search in verbose mode. I am using workflow actions from within the events, but the required fields for the workflow action are not populating. I need this to be done in simple XML (through simple XML).&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2016 14:15:24 GMT</pubDate>
    <dc:creator>rdownie</dc:creator>
    <dc:date>2016-05-19T14:15:24Z</dc:date>
    <item>
      <title>How to run a dashboard search in verbose mode through Simple XML?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-run-a-dashboard-search-in-verbose-mode-through-Simple-XML/m-p/254634#M76268</link>
      <description>&lt;P&gt;I am trying to run a dashboard search in verbose mode. I am using workflow actions from within the events, but the required fields for the workflow action are not populating. I need this to be done in simple XML (through simple XML).&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 14:15:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-run-a-dashboard-search-in-verbose-mode-through-Simple-XML/m-p/254634#M76268</guid>
      <dc:creator>rdownie</dc:creator>
      <dc:date>2016-05-19T14:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to run a dashboard search in verbose mode through Simple XML?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-run-a-dashboard-search-in-verbose-mode-through-Simple-XML/m-p/254635#M76269</link>
      <description>&lt;P&gt;I figured a workaround, by adding &lt;CODE&gt;fieldname=* fieldname2=*&lt;/CODE&gt; to the search, it added them to the output in fast mode. I would like to still find a way to force it to verbose mode in a dashboard if that is possible.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 14:24:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-run-a-dashboard-search-in-verbose-mode-through-Simple-XML/m-p/254635#M76269</guid>
      <dc:creator>rdownie</dc:creator>
      <dc:date>2016-05-19T14:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to run a dashboard search in verbose mode through Simple XML?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-run-a-dashboard-search-in-verbose-mode-through-Simple-XML/m-p/254636#M76270</link>
      <description>&lt;P&gt;I don't think so there is an option in Simple xml to change search mode (in advanced xml, yes). Your solution is more of best practice than workaround.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 16:54:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-run-a-dashboard-search-in-verbose-mode-through-Simple-XML/m-p/254636#M76270</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-05-19T16:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to run a dashboard search in verbose mode through Simple XML?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-run-a-dashboard-search-in-verbose-mode-through-Simple-XML/m-p/254637#M76271</link>
      <description>&lt;P&gt;Hi @rdownie,&lt;BR /&gt;
You could try adjusting the settings for the saved search that drives this visualization. In savedsearches.conf, there is a display.page.search.mode setting that allows you to set the mode. &lt;/P&gt;

&lt;P&gt;See&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Admin/Savedsearchesconf#Display_Formatting_Options"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/Admin/Savedsearchesconf#Display_Formatting_Options&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;See also this previous Answers discussion for more info and possible limitations on the setting:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/124352/scheduled-report-in-verbose-mode.html"&gt;https://answers.splunk.com/answers/124352/scheduled-report-in-verbose-mode.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 23:43:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-run-a-dashboard-search-in-verbose-mode-through-Simple-XML/m-p/254637#M76271</guid>
      <dc:creator>frobinson_splun</dc:creator>
      <dc:date>2016-05-20T23:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to run a dashboard search in verbose mode through Simple XML?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-run-a-dashboard-search-in-verbose-mode-through-Simple-XML/m-p/254638#M76272</link>
      <description>&lt;P&gt;Ran into the same basic problem, and still can't find any explicit support for "Verbose" mode in Simple XML as of Splunk 6.5.  However, that being said, a very simple but effective work around is to simply add a &lt;CODE&gt;| fields *&lt;/CODE&gt; to your search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;base search&amp;gt; | fields * | ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Oct 2016 17:19:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-run-a-dashboard-search-in-verbose-mode-through-Simple-XML/m-p/254638#M76272</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2016-10-20T17:19:31Z</dc:date>
    </item>
  </channel>
</rss>

