<?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: How do I append a column to a chart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-append-a-column-to-a-chart/m-p/332196#M98838</link>
    <description>&lt;P&gt;This worked exactly the way I needed.  Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 25 Oct 2017 12:32:30 GMT</pubDate>
    <dc:creator>j_partsch</dc:creator>
    <dc:date>2017-10-25T12:32:30Z</dc:date>
    <item>
      <title>How do I append a column to a chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-append-a-column-to-a-chart/m-p/332194#M98836</link>
      <description>&lt;P&gt;I have the following search&lt;/P&gt;

&lt;P&gt;index=firewall policy_name="/Common/default"  request_status=blocked (violations="Access from malicious IP address" OR violations="Web scraping detected") | chart count over date_mday by violations&lt;/P&gt;

&lt;P&gt;which gives the following chart&lt;BR /&gt;
date_mday   Access from malicious IP address    Web scraping detected&lt;BR /&gt;
14  18951   65&lt;BR /&gt;
15  16891   176&lt;BR /&gt;
but what I want is&lt;BR /&gt;
date_mday   Access from malicious IP address    Web scraping detected   Total&lt;BR /&gt;
14  18951   65    19016&lt;BR /&gt;
15  16891   176  17067&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:27:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-append-a-column-to-a-chart/m-p/332194#M98836</guid>
      <dc:creator>j_partsch</dc:creator>
      <dc:date>2020-09-29T16:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I append a column to a chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-append-a-column-to-a-chart/m-p/332195#M98837</link>
      <description>&lt;P&gt;I think this should do it:&lt;BR /&gt;
&lt;CODE&gt;| addtotals "Access from malicious IP address" "Web scraping detected" fieldname=Total&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 19:19:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-append-a-column-to-a-chart/m-p/332195#M98837</guid>
      <dc:creator>elliotproebstel</dc:creator>
      <dc:date>2017-10-24T19:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I append a column to a chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-append-a-column-to-a-chart/m-p/332196#M98838</link>
      <description>&lt;P&gt;This worked exactly the way I needed.  Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 12:32:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-append-a-column-to-a-chart/m-p/332196#M98838</guid>
      <dc:creator>j_partsch</dc:creator>
      <dc:date>2017-10-25T12:32:30Z</dc:date>
    </item>
  </channel>
</rss>

