<?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 Fortigate internet access reports in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Fortigate-internet-access-reports/m-p/105507#M2417</link>
    <description>&lt;P&gt;I have Fortinet Fortigate sending syslog to Splunk
But how do I get any meaningful reports out of Splunk?&lt;/P&gt;

&lt;P&gt;Very simple: user, all accessed websites in the last 7 days with time per each site visited&lt;/P&gt;

&lt;P&gt;Seb&lt;/P&gt;</description>
    <pubDate>Thu, 16 Dec 2010 05:26:29 GMT</pubDate>
    <dc:creator>spgsitsupport</dc:creator>
    <dc:date>2010-12-16T05:26:29Z</dc:date>
    <item>
      <title>Fortigate internet access reports</title>
      <link>https://community.splunk.com/t5/Reporting/Fortigate-internet-access-reports/m-p/105507#M2417</link>
      <description>&lt;P&gt;I have Fortinet Fortigate sending syslog to Splunk
But how do I get any meaningful reports out of Splunk?&lt;/P&gt;

&lt;P&gt;Very simple: user, all accessed websites in the last 7 days with time per each site visited&lt;/P&gt;

&lt;P&gt;Seb&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2010 05:26:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Fortigate-internet-access-reports/m-p/105507#M2417</guid>
      <dc:creator>spgsitsupport</dc:creator>
      <dc:date>2010-12-16T05:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fortigate internet access reports</title>
      <link>https://community.splunk.com/t5/Reporting/Fortigate-internet-access-reports/m-p/105508#M2418</link>
      <description>&lt;P&gt;Seb, &lt;/P&gt;

&lt;P&gt;Is Splunk creating fields out of the data that look interesting? Can you send a snippet of the log and I can show you how to build reports. &lt;/P&gt;

&lt;P&gt;Here is a link in Docs to more information:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/4.1.6/User/Buildreportstutorial" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.1.6/User/Buildreportstutorial&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Regards, &lt;/P&gt;

&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2010 06:35:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Fortigate-internet-access-reports/m-p/105508#M2418</guid>
      <dc:creator>tgow</dc:creator>
      <dc:date>2010-12-16T06:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fortigate internet access reports</title>
      <link>https://community.splunk.com/t5/Reporting/Fortigate-internet-access-reports/m-p/105509#M2419</link>
      <description>&lt;P&gt;I use this for a report that generates every morning to show me what happened yesterday.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;cat_desc!="" | chart count by cat_desc | sort -count | rename cat_desc as Categories
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will show the categories and how many hits per category.  To get a good view of what is going on in a specific category I use the follow example.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;cat_desc="Adult Materials" | fields src,hostname,url | collect
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That will show from which computer it came from, the server, and the url.  &lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://www.anthonyreinke.com/wp-content/uploads/2011/04/Capture.jpg" alt="Splunk Fortinet Example" /&gt;&lt;/P&gt;

&lt;P&gt;If you have your DHCP logs in to Splunk, you can combine the results.  The following will shoud you the Source IP, Source Computer, Website, and URL.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;cat_desc="Pornography" | join src,date_mday [search sourcetype="DhcpSrvLog" NOT desc="Expired"] | fields src,src_host,hostname,url | collect | rename src as IpAddress | rename src_host as Computer | rename hostname as WebSite | rename url as URL
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope these examples help.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2011 20:52:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Fortigate-internet-access-reports/m-p/105509#M2419</guid>
      <dc:creator>treinke</dc:creator>
      <dc:date>2011-04-09T20:52:51Z</dc:date>
    </item>
  </channel>
</rss>

