<?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: Indexing FortiGate firewall syslog data, why does Splunk License Usage show 543MB indexed, but our Kiwi syslog server shows 2.7GB for the same data? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132951#M27317</link>
    <description>&lt;P&gt;I just checked the search app license usage gives the same result as above search, however in bits. &lt;/P&gt;

&lt;P&gt;Are you sure the data in kiwi is just for today and not for last 4-5 days? &lt;/P&gt;</description>
    <pubDate>Mon, 01 Jun 2015 20:43:54 GMT</pubDate>
    <dc:creator>bohrasaurabh</dc:creator>
    <dc:date>2015-06-01T20:43:54Z</dc:date>
    <item>
      <title>Indexing FortiGate firewall syslog data, why does Splunk License Usage show 543MB indexed, but our Kiwi syslog server shows 2.7GB for the same data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132949#M27315</link>
      <description>&lt;P&gt;I have a FortiGate firewall sending logs via syslog protocol to a Kiwi syslog server on one host, and to Splunk on another host directly via a UDP input. &lt;BR /&gt;
When I look at the splunk License Usage page it shows that today it indexed 543MB so far, but the Kiwi log file of the same data is 2.7GB so far. &lt;BR /&gt;
Is Splunk missing some of the data? or is syslogging directly to a Splunk UDP port more efficient in terms of Splunk licensed indexing limits due to something about the syslog protocol that makes it count as less than a straight txt log of the same data??&lt;/P&gt;

&lt;P&gt;We are about to buy splunk and thought we needed 4-5GB/day just to account for heavier days of Firewall logs, but if the license usage screen is right it seems that only 1GB would be lots. &lt;BR /&gt;
If anyone can give me some insight into this large discrepancy between indexing license used when sending syslogs to UDP inputs vs ingesting them as txt files made by kiwi, I would greatly appreciate it.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2015 19:16:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132949#M27315</guid>
      <dc:creator>whitby</dc:creator>
      <dc:date>2015-06-01T19:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing FortiGate firewall syslog data, why does Splunk License Usage show 543MB indexed, but our Kiwi syslog server shows 2.7GB for the same data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132950#M27316</link>
      <description>&lt;P&gt;We use fortigate too and what I have found that the license usage page in deployment monitor app is accurate. I havent used the License usage in search app. if you run the below search for a week you should get the results very close to the DM app. the result are in Mb.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=_internal source=*license_usage.log type="Usage" | eval h=if(len(h)=0 OR isnull(h),"(SQUASHED)",h) | eval s=if(len(s)=0 OR isnull(s),"(SQUASHED)",s) | eval idx=if(len(idx)=0 OR isnull(idx),"(UNKNOWN)",idx) | bin _time span=1d |eval mb=(b/1024/1024) | eval Date=strftime(_time,"%Y-%m-%d") |  chart sum(mb) as b over idx by Date | fillnull | rename idx as "Index Name"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2015 19:44:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132950#M27316</guid>
      <dc:creator>bohrasaurabh</dc:creator>
      <dc:date>2015-06-01T19:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing FortiGate firewall syslog data, why does Splunk License Usage show 543MB indexed, but our Kiwi syslog server shows 2.7GB for the same data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132951#M27317</link>
      <description>&lt;P&gt;I just checked the search app license usage gives the same result as above search, however in bits. &lt;/P&gt;

&lt;P&gt;Are you sure the data in kiwi is just for today and not for last 4-5 days? &lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2015 20:43:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132951#M27317</guid>
      <dc:creator>bohrasaurabh</dc:creator>
      <dc:date>2015-06-01T20:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing FortiGate firewall syslog data, why does Splunk License Usage show 543MB indexed, but our Kiwi syslog server shows 2.7GB for the same data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132952#M27318</link>
      <description>&lt;P&gt;Sending Syslog directly to Splunk via UDP is your worst option. You are almost certainly dropping events.&lt;/P&gt;

&lt;P&gt;You should just put a Universal Forwarder on your syslog server and let it monitor files. That is clean, efficient, and much less likely to fail.&lt;/P&gt;

&lt;P&gt;Your indexed license volume should match very closely to the size of the files you are monitoring.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2015 20:55:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132952#M27318</guid>
      <dc:creator>jacobwilkins</dc:creator>
      <dc:date>2015-06-01T20:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing FortiGate firewall syslog data, why does Splunk License Usage show 543MB indexed, but our Kiwi syslog server shows 2.7GB for the same data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132953#M27319</link>
      <description>&lt;P&gt;To supplement, here's an awesome previous Answers post on the point brought up by @jacobwilkins that is definitely worth reading, especially the blog by @starcher&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/144357/why-is-syslog-right-into-splunk-so-bad-wrong.html"&gt;http://answers.splunk.com/answers/144357/why-is-syslog-right-into-splunk-so-bad-wrong.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.georgestarcher.com/splunk-success-with-syslog/"&gt;http://www.georgestarcher.com/splunk-success-with-syslog/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2015 21:06:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132953#M27319</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2015-06-01T21:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing FortiGate firewall syslog data, why does Splunk License Usage show 543MB indexed, but our Kiwi syslog server shows 2.7GB for the same data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132954#M27320</link>
      <description>&lt;P&gt;Yes, the Kiwi server rolls logs every night at midnight.&lt;BR /&gt;
It has been recording 3-5GB per day from that firewall for the past several years. &lt;BR /&gt;
Obviously the Splunk server is not catching everything I'm sending it. &lt;/P&gt;

&lt;P&gt;I will have to re-architect the solution to include a syslog close to or directly attached to the firewall with a universal forwarder. I thought that This would work fine as there is plenty of bandwidth between them and the VM I'm running Splunk in has 8 cores and 12GB RAM. Obviously I should keep Syslog on a dedicated syslog machine and indexing/searching on a dedicated Splunk machine. &lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 13:07:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132954#M27320</guid>
      <dc:creator>whitby</dc:creator>
      <dc:date>2015-06-02T13:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing FortiGate firewall syslog data, why does Splunk License Usage show 543MB indexed, but our Kiwi syslog server shows 2.7GB for the same data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132955#M27321</link>
      <description>&lt;P&gt;Seems like despite the reasonably high specs I gave the Splunk VM  (8 cores, 12GB RAM) Somehow it is missing stuff coming in on the UDP ports (lots of stuff!) so I will try again with a dedicated syslog machine and universal forwarder to the splunk machine that will do just splunk related functions. Thanks guys. &lt;BR /&gt;
I'll have to talk to our VAR about getting a month extension on our 10GB trial so that I can test this out better and see where we will really stand with all of the things we want to be indexed. &lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 13:12:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-FortiGate-firewall-syslog-data-why-does-Splunk-License/m-p/132955#M27321</guid>
      <dc:creator>whitby</dc:creator>
      <dc:date>2015-06-02T13:12:01Z</dc:date>
    </item>
  </channel>
</rss>

