<?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 Forwarding one instance to another in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-one-instance-to-another/m-p/24701#M3931</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a splunk server setup on an internal network which has differing numbers of machines all using either syslog or the splunk forwarder to send on event or log information to the main server.&lt;BR /&gt;
This network is not accessible externally so I have setup an external server.&lt;BR /&gt;
Inside the internal one I then set it to forward everything and to keep a copy on itself, thus hopefully creating two servers containing identical data.&lt;/P&gt;

&lt;P&gt;It has kind of worked. The internal one and external one are pretty much perfectly synced and have all the latest details, however the external one only has events going back as far as 3pm yesterday? The internal server has events going back to the middle of last week.&lt;/P&gt;

&lt;P&gt;I did leave it overnight to try a reboot this morning to see if it was any different but it is still the same, does anyone have any ideas why this might be?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2011 10:24:36 GMT</pubDate>
    <dc:creator>Drainy</dc:creator>
    <dc:date>2011-06-08T10:24:36Z</dc:date>
    <item>
      <title>Forwarding one instance to another</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-one-instance-to-another/m-p/24701#M3931</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a splunk server setup on an internal network which has differing numbers of machines all using either syslog or the splunk forwarder to send on event or log information to the main server.&lt;BR /&gt;
This network is not accessible externally so I have setup an external server.&lt;BR /&gt;
Inside the internal one I then set it to forward everything and to keep a copy on itself, thus hopefully creating two servers containing identical data.&lt;/P&gt;

&lt;P&gt;It has kind of worked. The internal one and external one are pretty much perfectly synced and have all the latest details, however the external one only has events going back as far as 3pm yesterday? The internal server has events going back to the middle of last week.&lt;/P&gt;

&lt;P&gt;I did leave it overnight to try a reboot this morning to see if it was any different but it is still the same, does anyone have any ideas why this might be?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2011 10:24:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-one-instance-to-another/m-p/24701#M3931</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2011-06-08T10:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding one instance to another</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-one-instance-to-another/m-p/24702#M3932</link>
      <description>&lt;P&gt;Draineh,&lt;/P&gt;

&lt;P&gt;Are you saying the external server now is updated since the earliest event it received, or that it always maintains just a day (or so) of data in it?&lt;/P&gt;

&lt;P&gt;When you configure a data clone, it will only send data from the time you set it up (its a copy not a sync).  So if you did this after 3PM on the day in question, you will have nothing before that time but should have everything since.&lt;/P&gt;

&lt;P&gt;Best,&lt;BR /&gt;
Sean&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2011 12:00:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-one-instance-to-another/m-p/24702#M3932</guid>
      <dc:creator>sdwilkerson</dc:creator>
      <dc:date>2011-06-08T12:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding one instance to another</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-one-instance-to-another/m-p/24703#M3933</link>
      <description>&lt;P&gt;Thanks for the reply. That may well be the case, I have alot happening in here so I find it difficult maintaining what time I have started things. Is it safe/possible if I was to copy and paste the db folders for the indexes from the internal server to the external server? I basically have some log data on the internal server which I need to be on the external server for some people to work with&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2011 12:04:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-one-instance-to-another/m-p/24703#M3933</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2011-06-08T12:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding one instance to another</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-one-instance-to-another/m-p/24704#M3934</link>
      <description>&lt;P&gt;Draineh,&lt;/P&gt;

&lt;P&gt;If now you are asking about bucket migration, yes that is possible.  Since Splunk uses a flatfile data structure, you can just move the buckets around as necessary from system to system.&lt;BR /&gt;
You do want to be sure of a few things:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;The bucket isn't a hot bucket (&lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Backupindexeddata#Rolling_buckets_manually_from_hot_to_warm"&gt;roll&lt;/A&gt; the bucket first, if so) &lt;/LI&gt;
&lt;LI&gt;That splunk isn't currently using the bucket when you move it&lt;/LI&gt;
&lt;LI&gt;That the destination system doesn't have a duplicate bucket name already&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Here are some high-level instructions: &lt;A href="http://www.splunk.com/wiki/Community:MoveIndexes"&gt;http://www.splunk.com/wiki/Community:MoveIndexes&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Sean&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2011 12:18:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-one-instance-to-another/m-p/24704#M3934</guid>
      <dc:creator>sdwilkerson</dc:creator>
      <dc:date>2011-06-08T12:18:04Z</dc:date>
    </item>
  </channel>
</rss>

