<?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 generate an IIS search for how many transactions have hit a single server? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-IIS-search-for-how-many-transactions-have-hit/m-p/353526#M104634</link>
    <description>&lt;P&gt;New to Splunk and am having trouble writing a search that would tell me how many IIS transactions have hit a single server over one month with one minute granularity. I would also like this to be "visualized" with the average response time.  &lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2017 19:02:26 GMT</pubDate>
    <dc:creator>Curman</dc:creator>
    <dc:date>2017-06-14T19:02:26Z</dc:date>
    <item>
      <title>How to generate an IIS search for how many transactions have hit a single server?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-IIS-search-for-how-many-transactions-have-hit/m-p/353526#M104634</link>
      <description>&lt;P&gt;New to Splunk and am having trouble writing a search that would tell me how many IIS transactions have hit a single server over one month with one minute granularity. I would also like this to be "visualized" with the average response time.  &lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 19:02:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-IIS-search-for-how-many-transactions-have-hit/m-p/353526#M104634</guid>
      <dc:creator>Curman</dc:creator>
      <dc:date>2017-06-14T19:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate an IIS search for how many transactions have hit a single server?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-IIS-search-for-how-many-transactions-have-hit/m-p/353527#M104635</link>
      <description>&lt;P&gt;Show a few sample events.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 19:22:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-IIS-search-for-how-many-transactions-have-hit/m-p/353527#M104635</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-14T19:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate an IIS search for how many transactions have hit a single server?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-IIS-search-for-how-many-transactions-have-hit/m-p/353528#M104636</link>
      <description>&lt;P&gt;OK, great.  Can you help us with a bit more information? &lt;/P&gt;

&lt;P&gt;1) You do have the events coming into Splunk already?&lt;BR /&gt;
2) And you can find them in a search?&lt;BR /&gt;
3) Your issue is really how to transform those raw events into that particular search/report?&lt;/P&gt;

&lt;P&gt;If that's all true, then..&lt;/P&gt;

&lt;P&gt;4) Are the events parsed into fields properly (e.g. is the sourcetype set right, so that if you run a search in "Verbose" mode you can see fields like &lt;CODE&gt;c_ip&lt;/CODE&gt; and &lt;CODE&gt;time_taken&lt;/CODE&gt; ) ?&lt;/P&gt;

&lt;P&gt;Lastly, then, what do you mean by ...&lt;/P&gt;

&lt;P&gt;5) How would you define an "IIS transaction?"&lt;BR /&gt;&lt;BR /&gt;
6) How does that interact with "time_taken"?&lt;BR /&gt;
7) 1 minute stats over 30 days is ~45,000 points.  Can you display that?  I can't.&lt;/P&gt;

&lt;P&gt;It's possible something as simple as &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=iis | bin span=1m _time | stats avg(time_taken) by _time 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and switching to your Visualization tab and playing with some things in there.  Indeed, try the above search over the past 4 hours or so and tell me what it gets you...&lt;/P&gt;

&lt;P&gt;If that actually works for your needs, I'll move this to an answer and we'll be done.  But I think you'll have an answer in here that either a) says we need a bit more work or b) need to redefine the problem.&lt;/P&gt;

&lt;P&gt;Happy Splunking!&lt;BR /&gt;
-Rich&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 00:01:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-IIS-search-for-how-many-transactions-have-hit/m-p/353528#M104636</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2017-06-15T00:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate an IIS search for how many transactions have hit a single server?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-IIS-search-for-how-many-transactions-have-hit/m-p/353529#M104637</link>
      <description>&lt;P&gt;Thank You but I don't think I can post examples from our logs without heavily editing them &lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 20:26:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-IIS-search-for-how-many-transactions-have-hit/m-p/353529#M104637</guid>
      <dc:creator>Curman</dc:creator>
      <dc:date>2017-06-21T20:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate an IIS search for how many transactions have hit a single server?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-IIS-search-for-how-many-transactions-have-hit/m-p/353530#M104638</link>
      <description>&lt;P&gt;Thank you, this has given me the start that I needed to achieve what I'm looking for.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 20:27:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-an-IIS-search-for-how-many-transactions-have-hit/m-p/353530#M104638</guid>
      <dc:creator>Curman</dc:creator>
      <dc:date>2017-06-21T20:27:24Z</dc:date>
    </item>
  </channel>
</rss>

