<?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: Write to summary index, Why are some fields are not populating? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Write-to-summary-index-Why-are-some-fields-are-not-populating/m-p/605831#M105304</link>
    <description>&lt;P&gt;Are there any indications in the job inspector as to what may have happened?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 17:52:06 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-07-15T17:52:06Z</dc:date>
    <item>
      <title>Write to summary index, Why are some fields are not populating?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Write-to-summary-index-Why-are-some-fields-are-not-populating/m-p/605828#M105302</link>
      <description>&lt;P&gt;Have a query comprised of 2 subqueries (joins).&amp;nbsp; &lt;U&gt;Output is exactly as expected&lt;/U&gt;.&amp;nbsp;&lt;BR /&gt;When I try to push that data to a summary index, only the fields from the original query make it, for all fields and event data generated from the sub queries there is nothing.&amp;nbsp;&amp;nbsp;&amp;nbsp; Finally, when I run the query (including '|collect index=summary' as the last line) everything expected is in the output, just not making it to the summary index.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=blah_blah &amp;lt;followed by a search&amp;gt;
| join [&amp;lt;search string1&amp;gt; [ &amp;lt;search string 2]]
| fields _time IP DNS NETBIOS TRACKING_METHOD OS TAGS QID TITLE TYPE SEVERITY STATUS LAST_SCAN_DATETIME LAST_FOUND_DATETIME LAST_FIXED_DATETIME PUBLISHED_DATETIME THREAT_INTEL_VALUES THREAT_INTEL_IDS CVSS_V3_BASE VENDOR_REFERENCE RESULTS 
| collect index=summary&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output is fully populated, yet summary index is missing several fields (and the associated data).&lt;/P&gt;
&lt;P&gt;Note: the missing fields in the summary index are all from the sub-searches/join.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 17:25:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Write-to-summary-index-Why-are-some-fields-are-not-populating/m-p/605828#M105302</guid>
      <dc:creator>tlmayes</dc:creator>
      <dc:date>2022-07-15T17:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Write to summary index, Why are some fields are not populating?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Write-to-summary-index-Why-are-some-fields-are-not-populating/m-p/605831#M105304</link>
      <description>&lt;P&gt;Are there any indications in the job inspector as to what may have happened?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 17:52:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Write-to-summary-index-Why-are-some-fields-are-not-populating/m-p/605831#M105304</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-07-15T17:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Write to summary index, Why are some fields are not populating?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Write-to-summary-index-Why-are-some-fields-are-not-populating/m-p/605832#M105305</link>
      <description>&lt;P&gt;Interesting, and thanks for the reminder (I forget about the job inspector).&amp;nbsp; No smoking gun, other than the fact it says is wrote "1,000" results??&amp;nbsp; The query returns 60,000 events.&amp;nbsp; Is there a limit to how much you can write to a summary?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 17:58:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Write-to-summary-index-Why-are-some-fields-are-not-populating/m-p/605832#M105305</guid>
      <dc:creator>tlmayes</dc:creator>
      <dc:date>2022-07-15T17:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Write to summary index, Why are some fields are not populating?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Write-to-summary-index-Why-are-some-fields-are-not-populating/m-p/605834#M105306</link>
      <description>&lt;P&gt;Which query? There is a limit of 50,000 events in a subsearch - could that be your issue?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 18:02:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Write-to-summary-index-Why-are-some-fields-are-not-populating/m-p/605834#M105306</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-07-15T18:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Write to summary index, Why are some fields are not populating?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Write-to-summary-index-Why-are-some-fields-are-not-populating/m-p/605835#M105307</link>
      <description>&lt;P&gt;You actually provided a solution several weeks ago that resolved the query count problem for subsearches.&amp;nbsp; Sub-search#1 produces ~ 1000 events.&amp;nbsp; Outcome of sub-search#2 produces ~ 4,500 events.&amp;nbsp; The final search produces ~60,000 events (the same query that ends with "|collect index=summary"&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 18:10:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Write-to-summary-index-Why-are-some-fields-are-not-populating/m-p/605835#M105307</guid>
      <dc:creator>tlmayes</dc:creator>
      <dc:date>2022-07-15T18:10:25Z</dc:date>
    </item>
  </channel>
</rss>

