<?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 How to create stacked bar chart for http/https? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-stacked-bar-chart-for-http-https/m-p/11517#M796</link>
    <description>&lt;P&gt;is it possible to do a stacked bar chart where it splits it in two to show how much is https requests and how much is http requests?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Apr 2010 00:56:06 GMT</pubDate>
    <dc:creator>jrich523</dc:creator>
    <dc:date>2010-04-15T00:56:06Z</dc:date>
    <item>
      <title>How to create stacked bar chart for http/https?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-stacked-bar-chart-for-http-https/m-p/11517#M796</link>
      <description>&lt;P&gt;is it possible to do a stacked bar chart where it splits it in two to show how much is https requests and how much is http requests?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2010 00:56:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-stacked-bar-chart-for-http-https/m-p/11517#M796</guid>
      <dc:creator>jrich523</dc:creator>
      <dc:date>2010-04-15T00:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create stacked bar chart for http/https?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-stacked-bar-chart-for-http-https/m-p/11518#M797</link>
      <description>&lt;P&gt;You must make sure you have an extraction on your data to differentiate the two, but you would simply do:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=whatever | chart count by ssl_type
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;where ssl_type might be the field that contains, say, the inbound port number or a search-time extraction of the incoming URL request, assuming that is logged.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2010 01:03:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-stacked-bar-chart-for-http-https/m-p/11518#M797</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-04-15T01:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create stacked bar chart for http/https?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-stacked-bar-chart-for-http-https/m-p/11519#M798</link>
      <description>&lt;P&gt;Try this search:&lt;/P&gt;

&lt;P&gt;sourcetype=whatever | chart count(ssl_type) over protocol by ssl_type&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2010 09:43:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-stacked-bar-chart-for-http-https/m-p/11519#M798</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-04-15T09:43:51Z</dc:date>
    </item>
  </channel>
</rss>

