<?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 aren't my dashboard searches returning all expected field results like searches from the Search Bar? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-my-dashboard-searches-returning-all-expected-field/m-p/191174#M55028</link>
    <description>&lt;P&gt;Thanks, this worked just as expected.&lt;/P&gt;</description>
    <pubDate>Sat, 01 Nov 2014 19:52:07 GMT</pubDate>
    <dc:creator>john_l_mottola</dc:creator>
    <dc:date>2014-11-01T19:52:07Z</dc:date>
    <item>
      <title>Why aren't my dashboard searches returning all expected field results like searches from the Search Bar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-my-dashboard-searches-returning-all-expected-field/m-p/191171#M55025</link>
      <description>&lt;P&gt;I am trying to build dashboards for common searches to minimize what operations needs to learn, but I am having an issue. I was able to get the searches working as expected, but the results are not parsing in the dashboard as expected. When viewing this data following a search everything parses as expected, but when using the same search in a Dashboard the data is not parse properly. In the dashboard I only get host, source, sourcetype, index, linecount, and splunk_server. All of these fields are in my search, plus all the fields defined in the transforms.conf.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Sample Data&lt;/STRONG&gt;&lt;BR /&gt;
&lt;EM&gt;&lt;A href="mailto:email@email.com" target="_blank"&gt;email@email.com&lt;/A&gt;,2014-10-31T03:59:47+00:00,10.0.0.1,read,1363::14::1703::658352::0::0&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;BR /&gt;
[dyn_bounce_record]&lt;BR /&gt;
TZ = GMT&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
CHECK_FOR_HEADER = false&lt;BR /&gt;
REPORT-fields = dyn_bounce&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;BR /&gt;
[dyn_bounce]&lt;BR /&gt;
FIELDS = "EmailAddress","Bounce_Type","Bounce_Rule","Bounce_Code","Timestamp","X-MailingID"&lt;BR /&gt;
DELIMS = ","&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;XML Source from Dashboard&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Dyn Email Reports&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false" autoRun="true"&amp;gt;
    &amp;lt;input type="time" token="dtPicker" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;@d&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="dropdown" token="ddSourceType" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Source Type&amp;lt;/label&amp;gt;
      &amp;lt;choice value="dyn_bounce_record"&amp;gt;Bounces&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="dyn_sent_record"&amp;gt;Sent&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="dyn_complaint_record"&amp;gt;Complaints&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="dyn_open_record"&amp;gt;Opens&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="dyn_delivered_record"&amp;gt;Delivered&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="text" token="txtEmail" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Email Address&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;seed&amp;gt;*&amp;lt;/seed&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Dyn Reporting&amp;lt;/title&amp;gt;
      &amp;lt;event&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=dyn sourcetype=$ddSourceType$ $txtEmail$&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$dtPicker.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$dtPicker.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="count"&amp;gt;25&amp;lt;/option&amp;gt;
        &amp;lt;option name="list.drilldown"&amp;gt;full&amp;lt;/option&amp;gt;
        &amp;lt;option name="list.wrap"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="maxLines"&amp;gt;5&amp;lt;/option&amp;gt;
        &amp;lt;option name="raw.drilldown"&amp;gt;full&amp;lt;/option&amp;gt;
        &amp;lt;option name="rowNumbers"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="table.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="table.wrap"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="type"&amp;gt;list&amp;lt;/option&amp;gt;
        &amp;lt;fields&amp;gt;["host","source","sourcetype"]&amp;lt;/fields&amp;gt;
      &amp;lt;/event&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am running Splunk Enterprise 6.2 on Windows Server 2008 R2 x64&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:03:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-my-dashboard-searches-returning-all-expected-field/m-p/191171#M55025</guid>
      <dc:creator>john_l_mottola</dc:creator>
      <dc:date>2020-09-28T18:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why aren't my dashboard searches returning all expected field results like searches from the Search Bar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-my-dashboard-searches-returning-all-expected-field/m-p/191172#M55026</link>
      <description>&lt;P&gt;Can you share your xml?&lt;/P&gt;

&lt;P&gt;Also note that dashboards run searches in fast mode by default.  So if you want/need specific fields to be parsed and available (in a post process for example), you will need to add the fields command to your base search with the fields you want.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 21:44:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-my-dashboard-searches-returning-all-expected-field/m-p/191172#M55026</guid>
      <dc:creator>nfilippi_splunk</dc:creator>
      <dc:date>2014-10-31T21:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why aren't my dashboard searches returning all expected field results like searches from the Search Bar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-my-dashboard-searches-returning-all-expected-field/m-p/191173#M55027</link>
      <description>&lt;P&gt;Just as nfilippi mentioned, if you have restricted fields, only those would be displayed in my Interesting fields&lt;/P&gt;

&lt;P&gt;Example: Lets say you have 100 Interesting fields before search.&lt;BR /&gt;
index = abc sourcetype=xyz|fields source,user,uid,ip,_raw,_time|timechart count by user&lt;/P&gt;

&lt;P&gt;Now i am down from 100 to 4 fields.Hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:03:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-my-dashboard-searches-returning-all-expected-field/m-p/191173#M55027</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2020-09-28T18:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why aren't my dashboard searches returning all expected field results like searches from the Search Bar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-my-dashboard-searches-returning-all-expected-field/m-p/191174#M55028</link>
      <description>&lt;P&gt;Thanks, this worked just as expected.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2014 19:52:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-my-dashboard-searches-returning-all-expected-field/m-p/191174#M55028</guid>
      <dc:creator>john_l_mottola</dc:creator>
      <dc:date>2014-11-01T19:52:07Z</dc:date>
    </item>
  </channel>
</rss>

