<?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: Analyse Apache Other Vhosts Access Log in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Analyse-Apache-Other-Vhosts-Access-Log/m-p/62775#M12554</link>
    <description>&lt;P&gt;Hi Moonpixel - Can you share the search queries you used to generate your successful results? Knowing that will help get you an answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Sep 2013 05:41:33 GMT</pubDate>
    <dc:creator>rturk</dc:creator>
    <dc:date>2013-09-13T05:41:33Z</dc:date>
    <item>
      <title>Analyse Apache Other Vhosts Access Log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Analyse-Apache-Other-Vhosts-Access-Log/m-p/62774#M12553</link>
      <description>&lt;P&gt;Hello, I am new to splunk, wondering if you could help me please, I am trying to analyse my vhosts access log.&lt;/P&gt;

&lt;P&gt;the format is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;somedomain.com:80 123.123.123.123 - - [13/Sep/2013:02:15:21 +0000] "POST /wp-login.php HTTP/1.1" 200 1904 "some url here" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I was able to graph by the vhost (somedomain.com) value, and by the bytes separately&lt;BR /&gt;
but I would like to see bytes per vhost, could you please advise how could I do this?&lt;BR /&gt;
Thank you very much, sofar splunk looks very robust and exciting...&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2013 04:34:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Analyse-Apache-Other-Vhosts-Access-Log/m-p/62774#M12553</guid>
      <dc:creator>moonpixel</dc:creator>
      <dc:date>2013-09-13T04:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Analyse Apache Other Vhosts Access Log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Analyse-Apache-Other-Vhosts-Access-Log/m-p/62775#M12554</link>
      <description>&lt;P&gt;Hi Moonpixel - Can you share the search queries you used to generate your successful results? Knowing that will help get you an answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2013 05:41:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Analyse-Apache-Other-Vhosts-Access-Log/m-p/62775#M12554</guid>
      <dc:creator>rturk</dc:creator>
      <dc:date>2013-09-13T05:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Analyse Apache Other Vhosts Access Log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Analyse-Apache-Other-Vhosts-Access-Log/m-p/62776#M12555</link>
      <description>&lt;P&gt;Hi Moonpixel,&lt;/P&gt;

&lt;P&gt;Welcome to Splunk! If I had to guess, something like this might work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;base search&amp;gt; | stats sum(bytes) AS total_bytes by vhost
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Let me know how you go &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2013 05:53:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Analyse-Apache-Other-Vhosts-Access-Log/m-p/62776#M12555</guid>
      <dc:creator>rturk</dc:creator>
      <dc:date>2013-09-13T05:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Analyse Apache Other Vhosts Access Log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Analyse-Apache-Other-Vhosts-Access-Log/m-p/62777#M12556</link>
      <description>&lt;P&gt;fantastic, thank you, this is exactly what I was looking for...&lt;/P&gt;

&lt;P&gt;source="/.../other_vhosts_access.log" | stats sum(sc_bytes) AS total_bytes by s_sitename&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:46:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Analyse-Apache-Other-Vhosts-Access-Log/m-p/62777#M12556</guid>
      <dc:creator>moonpixel</dc:creator>
      <dc:date>2020-09-28T14:46:18Z</dc:date>
    </item>
  </channel>
</rss>

