<?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 to chart the count of requests to a website with the website's shannon value (ut_shannon)? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-the-count-of-requests-to-a-website-with-the-website/m-p/256210#M76706</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;SearchTerm (anything like sourcetype="access*" ) | chart count as "Number of Request to Website" over websitename
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;1) save this report to a dashboard.&lt;BR /&gt;
2) Add panel new &amp;gt;Event &amp;gt; type same search and extract that field (ut_shannon )&lt;BR /&gt;
3) Save this panel on top of your dashboard.&lt;/P&gt;

&lt;P&gt;please upvote and mark my answer correct if this works for you thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
don't hesitate to ask me for any further doubt&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2016 06:59:59 GMT</pubDate>
    <dc:creator>ashutoshsharma1</dc:creator>
    <dc:date>2016-09-01T06:59:59Z</dc:date>
    <item>
      <title>How to chart the count of requests to a website with the website's shannon value (ut_shannon)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-the-count-of-requests-to-a-website-with-the-website/m-p/256208#M76704</link>
      <description>&lt;P&gt;Dear  Team,&lt;/P&gt;

&lt;P&gt;I am trying to build a chart like this:&lt;BR /&gt;
 - x-axis is the website name&lt;BR /&gt;
 - y-axis is the number of request to that website&lt;BR /&gt;
 - on top of the bar for Website, I want to display the ut_shannon value of that website.&lt;/P&gt;

&lt;P&gt;Is there anyway that we can do it?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 21:52:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-the-count-of-requests-to-a-website-with-the-website/m-p/256208#M76704</guid>
      <dc:creator>phudinhha</dc:creator>
      <dc:date>2016-08-31T21:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart the count of requests to a website with the website's shannon value (ut_shannon)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-the-count-of-requests-to-a-website-with-the-website/m-p/256209#M76705</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Similar to this question it appears:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/111704/values-on-the-bar-chart.html"&gt;https://answers.splunk.com/answers/111704/values-on-the-bar-chart.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Which is using this as the search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;....&amp;lt;your search using chart/stats like count by somefield&amp;gt; | eval somefield=somefield."-".count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but instead yours will be something along the lines of:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; * | chart ... by somefield | eval &amp;lt;whatever&amp;gt;=somefield." - ".ut_shannon
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then in 6.3 and later you should be able to show the values on the actual chart by:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Format &amp;gt; General &amp;gt; Show Data Values &amp;gt; On&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 01 Sep 2016 06:35:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-the-count-of-requests-to-a-website-with-the-website/m-p/256209#M76705</guid>
      <dc:creator>maclel</dc:creator>
      <dc:date>2016-09-01T06:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart the count of requests to a website with the website's shannon value (ut_shannon)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-the-count-of-requests-to-a-website-with-the-website/m-p/256210#M76706</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;SearchTerm (anything like sourcetype="access*" ) | chart count as "Number of Request to Website" over websitename
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;1) save this report to a dashboard.&lt;BR /&gt;
2) Add panel new &amp;gt;Event &amp;gt; type same search and extract that field (ut_shannon )&lt;BR /&gt;
3) Save this panel on top of your dashboard.&lt;/P&gt;

&lt;P&gt;please upvote and mark my answer correct if this works for you thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
don't hesitate to ask me for any further doubt&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 06:59:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-the-count-of-requests-to-a-website-with-the-website/m-p/256210#M76706</guid>
      <dc:creator>ashutoshsharma1</dc:creator>
      <dc:date>2016-09-01T06:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart the count of requests to a website with the website's shannon value (ut_shannon)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-the-count-of-requests-to-a-website-with-the-website/m-p/256211#M76707</link>
      <description>&lt;P&gt;Yes, i will try  both solutions now to see which one is working. Thank you everyone.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 13:58:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-the-count-of-requests-to-a-website-with-the-website/m-p/256211#M76707</guid>
      <dc:creator>phudinhha</dc:creator>
      <dc:date>2016-09-01T13:58:02Z</dc:date>
    </item>
  </channel>
</rss>

