<?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 best configure Splunk syslog and Cisco Sourcefire Defense Center? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222244#M43597</link>
    <description>&lt;P&gt;Can you try testing this syslog source using a UDP input on port 514 vs a TCP input? Since you're getting nothing regarding the host in Splunk, it means it's probably not hitting the input queue at all and is getting stopped in the socket layer somewhere. &lt;/P&gt;

&lt;P&gt;Also try doing a search in the internal index for "syslog" and "UDP" incase it is using a different hostname for your device (since there are some default syslog transforms) and if there are any errors messages regarding the protocols/inputs themselves. &lt;/P&gt;</description>
    <pubDate>Sun, 13 Nov 2016 04:56:44 GMT</pubDate>
    <dc:creator>goodsellt</dc:creator>
    <dc:date>2016-11-13T04:56:44Z</dc:date>
    <item>
      <title>How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222232#M43585</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am new to Splunk and I'm trying to configure the Syslog for Sourcefire Defense Center. I am using the latest version of Splunk Light (installed on Windows 7 64 bit) and the latest Defense Center. I have configured the Defense Center to send Syslogs on TCP 514. I have configured the data input as "syslog" and "TCP 514", but I am unable to see the Syslogs on Splunk search. &lt;/P&gt;

&lt;P&gt;I ran a wireshark on the Windows 7 on which Splunk is installed, and I confirm that the Syslogs are being captured. I must be missing some configuration on the Splunk. Can you please advise?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 15:07:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222232#M43585</guid>
      <dc:creator>abhsha</dc:creator>
      <dc:date>2016-11-07T15:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222233#M43586</link>
      <description>&lt;P&gt;Can you confirm with a wide-open all-time search that they're not in there?  From that point, you can drill down and find them if they're anywhere...  Something like :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Run over all time.  Then perhaps start digging into the host fields looking for your defense center IP.  The events could be time-stamped incorrectly and coming in in the future or past, or more likely they're just going into an index you aren't searching by default.&lt;/P&gt;

&lt;P&gt;Once we get past this and confirm if they are &lt;EM&gt;anywhere&lt;/EM&gt; in Splunk we can likely sort out the rest pretty easily.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 15:30:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222233#M43586</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-11-07T15:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222234#M43587</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks for your reply. The aforementioned query index=* yields no result. &lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 15:36:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222234#M43587</guid>
      <dc:creator>abhsha</dc:creator>
      <dc:date>2016-11-07T15:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222235#M43588</link>
      <description>&lt;P&gt;Try checking the _internal index for "syslog" and your input "TCP 514", that should be able to tell you if the data it getting stopped before it reaches the splunk process (since you'll find no record of items coming in), or if there are some internal configuration or parsing issues stopping the data from being fully indexed. Also if you know the name of the host and/or IP the syslog is coming from throw those in a query to _internal just incase the first two searches yield nothing.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 19:49:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222235#M43588</guid>
      <dc:creator>goodsellt</dc:creator>
      <dc:date>2016-11-07T19:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222236#M43589</link>
      <description>&lt;P&gt;Okay, so the interal index shows some logs pertaining to the Splunk system, but, it does not show any syslogs from the host. &lt;/P&gt;

&lt;P&gt;So, over here, I have uploaded the image of the packet capture here:  (20.20.20.12 is the defence center and 20.20.20.50 is the splunk server)&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://s13.postimg.org/kbau2p90n/Capture.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;I have shown the query here which I have inputed -&amp;gt; it shows no results&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://s16.postimg.org/v5nx0k639/Capture2.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 04:07:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222236#M43589</guid>
      <dc:creator>abhsha</dc:creator>
      <dc:date>2016-11-08T04:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222237#M43590</link>
      <description>&lt;P&gt;Check your Windows Firewall &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;And why is your Splunk server constantly pinging the Defense Center?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 06:45:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222237#M43590</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2016-11-08T06:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222238#M43591</link>
      <description>&lt;P&gt;That was the first thing I did before raising this case here. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Turn off Windows Firewall. &lt;/P&gt;

&lt;P&gt;I am not sure why Splunk is doing that.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 07:27:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222238#M43591</guid>
      <dc:creator>abhsha</dc:creator>
      <dc:date>2016-11-08T07:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222239#M43592</link>
      <description>&lt;P&gt;Bumping this&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 02:32:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222239#M43592</guid>
      <dc:creator>abhsha</dc:creator>
      <dc:date>2016-11-09T02:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222240#M43593</link>
      <description>&lt;P&gt;Again bumping this, receiving no answers&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2016 18:54:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222240#M43593</guid>
      <dc:creator>abhsha</dc:creator>
      <dc:date>2016-11-12T18:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222241#M43594</link>
      <description>&lt;P&gt;I haven't received any answers. Can a splunk expert please provide solutions? Thank you! &lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2016 04:48:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222241#M43594</guid>
      <dc:creator>abhsha</dc:creator>
      <dc:date>2016-11-13T04:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222242#M43595</link>
      <description>&lt;P&gt;Hi, any luck?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2016 04:49:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222242#M43595</guid>
      <dc:creator>abhsha</dc:creator>
      <dc:date>2016-11-13T04:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222243#M43596</link>
      <description>&lt;P&gt;HI, can you please help?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2016 04:50:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222243#M43596</guid>
      <dc:creator>abhsha</dc:creator>
      <dc:date>2016-11-13T04:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222244#M43597</link>
      <description>&lt;P&gt;Can you try testing this syslog source using a UDP input on port 514 vs a TCP input? Since you're getting nothing regarding the host in Splunk, it means it's probably not hitting the input queue at all and is getting stopped in the socket layer somewhere. &lt;/P&gt;

&lt;P&gt;Also try doing a search in the internal index for "syslog" and "UDP" incase it is using a different hostname for your device (since there are some default syslog transforms) and if there are any errors messages regarding the protocols/inputs themselves. &lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2016 04:56:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222244#M43597</guid>
      <dc:creator>goodsellt</dc:creator>
      <dc:date>2016-11-13T04:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222245#M43598</link>
      <description>&lt;P&gt;Also please try using a different port for the TCP syslog apart from 514 (try using one of the unused 4 digit ports and verify it's opened up between both devices fully). I have this odd feeling that TCP 514 is reserved for something, which may be causing issues for the proper handling of this traffic at the OS level.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2016 05:05:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222245#M43598</guid>
      <dc:creator>goodsellt</dc:creator>
      <dc:date>2016-11-13T05:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222246#M43599</link>
      <description>&lt;P&gt;Are you 100% sure no other service is bound to UDP port 514? Say you have Kiwi syslog server or something similar also installed on the server.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2016 16:47:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222246#M43599</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2016-11-13T16:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222247#M43600</link>
      <description>&lt;P&gt;Hi mikaelbje, yes, I tried the netstat command and found that only Splunk was tied to UDP 514. &lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 04:45:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222247#M43600</guid>
      <dc:creator>abhsha</dc:creator>
      <dc:date>2016-11-14T04:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222248#M43601</link>
      <description>&lt;P&gt;There's a list of things to try here.  A long, long list so I apologize for the length.  Please be careful as you go through, perhaps printing it out and checking things off as you test them.  You'll have to google some of the pieces, too, using your own environment's information.  If you continue to have trouble after going through this, please list which all you tried and worked fine, and where it finally went wrong.  &lt;/P&gt;

&lt;P&gt;BTW, a few of these steps are skipped (see first paragraph below) and in the later ones some are repeats of things that have been tried.  Please just try then again for the sake of completeness.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;First&lt;/STRONG&gt;, you have already confirmed the packets are making it to your server via tcpdump/wireshark.  Great, that would be step one and knowing that removes the entire "Have you configured your SourceFire Defense Center properly" question.  &lt;/P&gt;

&lt;P&gt;Now, on the OS side.  &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Second&lt;/STRONG&gt;, absolutely double-check your firewall is turned off.  It really only needs the right exception (port 514 TCP and UDP), but simply turning it off will work fine.  To confirm, please find a third machine (I'll assume running Windows since that's what your Splunk box is running - modify as appropriate if you can only get your hands on a *nix box of a sort) and from that third, extra machine open a command prompt (As Administrator if you have UAC still on) and in there type&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;telnet 20.20.20.50 514
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you get a "Could not open connection to the host ..." then you simply don't have anything listening on 514 or it is firewalled.  This and any other error condition must be corrected before anything farther down the chain will work. As long as you get nothing but a blinky cursor that "goes away" as soon as you try typing something, then you are likely good here.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Third&lt;/STRONG&gt;, now that we've confirmed you absolutely and unequivocally have something actually listening on 514 and that there's no firewall blocking communication, we need to confirm your inputs.  On your Splunk box, open a command prompt and type&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;cd \program files\splunk\bin
splunk cmd btool inputs list --debug | clip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then open notepad and click Edit/Paste.  That should drop a whole lotta "stuff" into notepad.  Page down through there until in the right column you see the input you have set up for Splunk UDP 514 (or search a few times for "514" and you'll find it at some point).  Look at it.  See if it makes sense.  You can paste that portion into a comment here and we can take a look if it doesn't make enough sense to you.  Here's a little help in &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.0/Troubleshooting/Usebtooltotroubleshootconfigurations"&gt;using btool&lt;/A&gt;.   Below I've pasted the bits I have in a temporary UDP input on 5514 on my *nix based Splunk server.  Yours will be similar but will have different paths and stuff.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/etc/apps/search/local/inputs.conf                          [udp://5514]
/opt/splunk/etc/system/default/inputs.conf                             _rcvbuf = 1572864
/opt/splunk/etc/apps/search/local/inputs.conf                          connection_host = ip
/opt/splunk/etc/system/local/inputs.conf                               host = splunk-test
/opt/splunk/etc/apps/search/local/inputs.conf                          index = main
/opt/splunk/etc/apps/search/local/inputs.conf                          sourcetype = cisco_syslog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You'll see in there that it specifies the index it's going to and the sourcetype.  It also tells you where to find the file that set that particular settings.  You can see for my test I just created the input in the context "search" (look on the left in the path).  But that some settings I didn't set there and are being picked up from system default (default settings) or system local (think of them as my local environment overrides to the default themselves.)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Lastly&lt;/STRONG&gt;, assuming you have successes all along to this point, you can use the information from above to craft a search of the index where this data is actually going.   Make sure you are logged in as admin so that you should have access to all indexes, but a search like &lt;CODE&gt;index=main&lt;/CODE&gt; in my case over all time should pull up events.&lt;/P&gt;

&lt;P&gt;Again, if you follow the above until you get something that "doesn't look right", that will help a lot in narrowing down where thing are going wrong.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 13:37:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222248#M43601</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-11-14T13:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222249#M43602</link>
      <description>&lt;P&gt;Hi, many thanks for this detailed answer, I have come to Step 3, but the command you have stated:&lt;/P&gt;

&lt;P&gt;splunk cmd btool inputs list --debug | clip&lt;/P&gt;

&lt;P&gt;does not place antything onto my clipboard, so I have nothing to paste it on my notepad, tried this several times&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 07:37:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222249#M43602</guid>
      <dc:creator>abhsha</dc:creator>
      <dc:date>2016-11-15T07:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222250#M43603</link>
      <description>&lt;P&gt;Wow, very funnily, when I tried Step 2, I was able to see the Log on Splunk when I set the search to index=main&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://i.imgsafe.org/abc2623761.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;"vvfff" was the keys I typed after the telnet connection went through&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 07:42:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222250#M43603</guid>
      <dc:creator>abhsha</dc:creator>
      <dc:date>2016-11-15T07:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to best configure Splunk syslog and Cisco Sourcefire Defense Center?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222251#M43604</link>
      <description>&lt;P&gt;Okay, it works I set to UDP 514 and Cisco_Syslog, thanks a lot!!!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 07:50:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-best-configure-Splunk-syslog-and-Cisco-Sourcefire-Defense/m-p/222251#M43604</guid>
      <dc:creator>abhsha</dc:creator>
      <dc:date>2016-11-15T07:50:23Z</dc:date>
    </item>
  </channel>
</rss>

