<?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: Splunk:  Query not returning all columns in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-not-returning-all-columns/m-p/488731#M136500</link>
    <description>&lt;P&gt;maybe those fields arent in the data when you use your keyword filter?&lt;BR /&gt;
try to remove it, run the search in verbose and look on the fields on the left hand side, are title and department there?&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2020 18:32:18 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2020-01-17T18:32:18Z</dc:date>
    <item>
      <title>Splunk:  Query not returning all columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-not-returning-all-columns/m-p/488730#M136499</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; For some reason, my search is not returning all of the columns that I'd like to include in my search.  It's returning all of the columns EXCEPT "title" and "department".  Is there a limit to how many fields one can use? AND why would the columns noted not populate once the query is done?

index=* sourcetype=* "my keyword" 
| fields _time, user, src_user, action, EventCodeDescription, title, department
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Jan 2020 17:58:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-not-returning-all-columns/m-p/488730#M136499</guid>
      <dc:creator>itsmevic</dc:creator>
      <dc:date>2020-01-17T17:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk:  Query not returning all columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-not-returning-all-columns/m-p/488731#M136500</link>
      <description>&lt;P&gt;maybe those fields arent in the data when you use your keyword filter?&lt;BR /&gt;
try to remove it, run the search in verbose and look on the fields on the left hand side, are title and department there?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 18:32:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-not-returning-all-columns/m-p/488731#M136500</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2020-01-17T18:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk:  Query not returning all columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-not-returning-all-columns/m-p/488732#M136501</link>
      <description>&lt;P&gt;Related to adonio's requirement, make sure there's data in the fields, and ask for it before the first pipe. This will only get when all of them have a value. Example:&lt;BR /&gt;
     index=* sourcetype=* "my keyword" user=* src_user=* action=* EventCodeDescription=* title=* department=*&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 18:56:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-not-returning-all-columns/m-p/488732#M136501</guid>
      <dc:creator>efavreau</dc:creator>
      <dc:date>2020-01-17T18:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk:  Query not returning all columns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-not-returning-all-columns/m-p/488733#M136502</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| makeresults count=1000
| streamstats count
| transpose 0 header_field=count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;1000 fields are all right.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* sourcetype=* "my keyword" 
 | fields _time, user, src_user, action, EventCodeDescription, title, department
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I think these fields may not be present in the event containing the keyword.    &lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 04:56:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-not-returning-all-columns/m-p/488733#M136502</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-01-18T04:56:45Z</dc:date>
    </item>
  </channel>
</rss>

