<?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 HowTo pull logs into  trusted network from a forwarder located in DMZ in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/HowTo-pull-logs-into-trusted-network-from-a-forwarder-located-in/m-p/23156#M3629</link>
    <description>&lt;P&gt;Hello, &lt;BR /&gt;
I search a way to get realtime logs from DMZ-Zone into a Trusted Network, where the Indexer is located. &lt;BR /&gt;
A Forwarder located in DMZ collects all logs, but this Forwarder can only send (push) logs to the trusted network. Is there a way to change the direction of the communication to pull these logs from the Forwarder?&lt;/P&gt;

&lt;P&gt;I can pull all Logfiles directly from the log-source, but this is not in realtime. &lt;/P&gt;

&lt;P&gt;Any suggestions on this ?&lt;/P&gt;

&lt;P&gt;Thanks, &lt;BR /&gt;
Torsten&lt;/P&gt;</description>
    <pubDate>Mon, 05 Nov 2012 10:21:32 GMT</pubDate>
    <dc:creator>tjensen</dc:creator>
    <dc:date>2012-11-05T10:21:32Z</dc:date>
    <item>
      <title>HowTo pull logs into  trusted network from a forwarder located in DMZ</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HowTo-pull-logs-into-trusted-network-from-a-forwarder-located-in/m-p/23156#M3629</link>
      <description>&lt;P&gt;Hello, &lt;BR /&gt;
I search a way to get realtime logs from DMZ-Zone into a Trusted Network, where the Indexer is located. &lt;BR /&gt;
A Forwarder located in DMZ collects all logs, but this Forwarder can only send (push) logs to the trusted network. Is there a way to change the direction of the communication to pull these logs from the Forwarder?&lt;/P&gt;

&lt;P&gt;I can pull all Logfiles directly from the log-source, but this is not in realtime. &lt;/P&gt;

&lt;P&gt;Any suggestions on this ?&lt;/P&gt;

&lt;P&gt;Thanks, &lt;BR /&gt;
Torsten&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2012 10:21:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HowTo-pull-logs-into-trusted-network-from-a-forwarder-located-in/m-p/23156#M3629</guid>
      <dc:creator>tjensen</dc:creator>
      <dc:date>2012-11-05T10:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: HowTo pull logs into  trusted network from a forwarder located in DMZ</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HowTo-pull-logs-into-trusted-network-from-a-forwarder-located-in/m-p/23157#M3630</link>
      <description>&lt;P&gt;I dont know if Splunk indexer-forwarder supports the feature you need, but a workaround might be to to use something like stunnel or OpenSSH, to create a tunnel that is "listening" on the forwarder, and "forwarding" to the indexer. Your forwarder would then be configured to forward to localhost:port.&lt;/P&gt;

&lt;P&gt;With SSH this would be called reverse tunnel and would be something like:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;On the indexer:
ssh -R 6514:localhost:6514 username@forwarder&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Now on the forwarder, if you connect to localhost:6514, you would be connected to the indexer:6514&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2012 13:39:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HowTo-pull-logs-into-trusted-network-from-a-forwarder-located-in/m-p/23157#M3630</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2012-11-05T13:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: HowTo pull logs into  trusted network from a forwarder located in DMZ</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HowTo-pull-logs-into-trusted-network-from-a-forwarder-located-in/m-p/23158#M3631</link>
      <description>&lt;P&gt;What you are trying to accomplish does not exist in Splunk nativly, but there is always a method.  You could use rsync with following switches --stats -rltgoDzrv --append-verify to copy the data to Trusted Network Forward and setup a Monitor on that directory.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
rsync --stats -rltgoDzrv --append-verify -e "ssh -l ssh-user" rsync:://targethost2/module/src/ /tmp/secure_data/&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Or Possibly a scripted input using ssh and tail.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2012 17:44:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HowTo-pull-logs-into-trusted-network-from-a-forwarder-located-in/m-p/23158#M3631</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2012-11-05T17:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: HowTo pull logs into  trusted network from a forwarder located in DMZ</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HowTo-pull-logs-into-trusted-network-from-a-forwarder-located-in/m-p/23159#M3632</link>
      <description>&lt;P&gt;Thanks for this feedback. We'll try it like this way.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2012 07:44:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HowTo-pull-logs-into-trusted-network-from-a-forwarder-located-in/m-p/23159#M3632</guid>
      <dc:creator>tjensen</dc:creator>
      <dc:date>2012-11-06T07:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: HowTo pull logs into  trusted network from a forwarder located in DMZ</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HowTo-pull-logs-into-trusted-network-from-a-forwarder-located-in/m-p/23160#M3633</link>
      <description>&lt;P&gt;Definately the best way to go. I use this on our solution where we have logs that is on a vendor system.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2012 08:08:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HowTo-pull-logs-into-trusted-network-from-a-forwarder-located-in/m-p/23160#M3633</guid>
      <dc:creator>vial8</dc:creator>
      <dc:date>2012-11-06T08:08:27Z</dc:date>
    </item>
  </channel>
</rss>

