<?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: suppressing underscore prefixed columns from report in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/suppressing-underscore-prefixed-columns-from-report/m-p/78326#M16016</link>
    <description>&lt;P&gt;You could try the fields command.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/fields"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/fields&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jun 2012 13:03:39 GMT</pubDate>
    <dc:creator>sdaniels</dc:creator>
    <dc:date>2012-06-19T13:03:39Z</dc:date>
    <item>
      <title>suppressing underscore prefixed columns from report</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/suppressing-underscore-prefixed-columns-from-report/m-p/78325#M16015</link>
      <description>&lt;P&gt;I have a report:&lt;BR /&gt;
blah, blah, blah&lt;BR /&gt;
| stats count as NbrSaves, dc(UserId) as DistinctUserIds&lt;BR /&gt;
by _date_numericyear, _date_numericmonth, date_year, date_month, date_mday, date_hour, _date_numericminute&lt;BR /&gt;
| sort 0 +  _date_numericyear, _date_numericmonth, date_mday, date_hour, _date_numericminute&lt;BR /&gt;
| rename date_year as Year, date_month as Month, date_mday as Day, date_hour as Hour, _date_numericminute as Minute&lt;BR /&gt;
| outputcsv AffinityPlanSaveRate.csv &lt;/P&gt;

&lt;P&gt;It outputs too many items for the screen and is instead sent to a report, but _date_numericyear and _date_numericmonth (which are computed fields just used for ordering purposes) also appear in the saved file, although not on the display. I thought the underscore would suppress them from both.  How can I also suppress them from the generated report?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:57:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/suppressing-underscore-prefixed-columns-from-report/m-p/78325#M16015</guid>
      <dc:creator>RVDowning</dc:creator>
      <dc:date>2020-09-28T11:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: suppressing underscore prefixed columns from report</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/suppressing-underscore-prefixed-columns-from-report/m-p/78326#M16016</link>
      <description>&lt;P&gt;You could try the fields command.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/fields"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/fields&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 13:03:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/suppressing-underscore-prefixed-columns-from-report/m-p/78326#M16016</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-06-19T13:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: suppressing underscore prefixed columns from report</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/suppressing-underscore-prefixed-columns-from-report/m-p/78327#M16017</link>
      <description>&lt;P&gt;Ah, didn't know about the + and - signs.  Thanks much.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 13:36:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/suppressing-underscore-prefixed-columns-from-report/m-p/78327#M16017</guid>
      <dc:creator>RVDowning</dc:creator>
      <dc:date>2012-06-19T13:36:33Z</dc:date>
    </item>
  </channel>
</rss>

