<?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 exclude a column from a timechart table in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/exclude-a-column-from-a-timechart-table/m-p/314361#M4313</link>
    <description>&lt;P&gt;Hi at all,&lt;BR /&gt;
I have a search that extract a time distribution by tag::eventtype:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index | timechart count by  tag:: eventtype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;e.g.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;_time            tag1   tag2   tag3
2017-05-28    4         3         5
2017-05-29    2         6         4
2017-05-30    4         5         2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Events can have more than one tag:: eventtype and this is the problem, because I'd like to exclude one column (e.g. tag3) from results without exclude results from other tag:: eventtype.&lt;BR /&gt;
In other words if I put in my search &lt;CODE&gt;tag:: eventtype!=tag1&lt;/CODE&gt; results in tag1 are different because events that have both tag1 and tag3 are excluded.&lt;/P&gt;

&lt;P&gt;Is it possible to exclude these events without modify other results?&lt;/P&gt;

&lt;P&gt;Thank you in advance.&lt;/P&gt;

&lt;P&gt;Bye.&lt;/P&gt;

&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2017 11:16:53 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-05-30T11:16:53Z</dc:date>
    <item>
      <title>exclude a column from a timechart table</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/exclude-a-column-from-a-timechart-table/m-p/314361#M4313</link>
      <description>&lt;P&gt;Hi at all,&lt;BR /&gt;
I have a search that extract a time distribution by tag::eventtype:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index | timechart count by  tag:: eventtype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;e.g.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;_time            tag1   tag2   tag3
2017-05-28    4         3         5
2017-05-29    2         6         4
2017-05-30    4         5         2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Events can have more than one tag:: eventtype and this is the problem, because I'd like to exclude one column (e.g. tag3) from results without exclude results from other tag:: eventtype.&lt;BR /&gt;
In other words if I put in my search &lt;CODE&gt;tag:: eventtype!=tag1&lt;/CODE&gt; results in tag1 are different because events that have both tag1 and tag3 are excluded.&lt;/P&gt;

&lt;P&gt;Is it possible to exclude these events without modify other results?&lt;/P&gt;

&lt;P&gt;Thank you in advance.&lt;/P&gt;

&lt;P&gt;Bye.&lt;/P&gt;

&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 11:16:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/exclude-a-column-from-a-timechart-table/m-p/314361#M4313</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-05-30T11:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: exclude a column from a timechart table</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/exclude-a-column-from-a-timechart-table/m-p/314362#M4314</link>
      <description>&lt;P&gt;Do you know the tag you want to exclude? If so, why cant you add &lt;CODE&gt;| fields - tag3&lt;/CODE&gt; after the timechart?&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 11:24:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/exclude-a-column-from-a-timechart-table/m-p/314362#M4314</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-05-30T11:24:39Z</dc:date>
    </item>
  </channel>
</rss>

