<?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: Sending data between dev and prod indexers in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479710#M8534</link>
    <description>&lt;P&gt;Do you need to do this for all historic data, or just new data?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2020 09:35:41 GMT</pubDate>
    <dc:creator>nickhills</dc:creator>
    <dc:date>2020-02-27T09:35:41Z</dc:date>
    <item>
      <title>Sending data between dev and prod indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479708#M8532</link>
      <description>&lt;P&gt;i have a dev and prod setup.&lt;BR /&gt;
We cannot have UF agent installed on splunk infra servers , as splunk does not support it.&lt;BR /&gt;
so we have setup a way to collect capacity/cpu/mem data just like uf agent for our splunk servers.&lt;BR /&gt;
now we have production server data in the production indexers and dev server data on dev indexers.&lt;BR /&gt;
but we are showing it on a report that is there on production.&lt;/P&gt;

&lt;P&gt;so we have a situation to send the dev indexers data to production indexers( index=test) for showing the capacity data for development also on production report.&lt;/P&gt;

&lt;P&gt;what is the best way to send selective index (index=test) from dev indexer to production indexers( index=test) so that our production report can see both the data.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 06:25:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479708#M8532</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2020-02-27T06:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sending data between dev and prod indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479709#M8533</link>
      <description>&lt;P&gt;basically how to get 1 dev index data into 1 prod index without changing the configuration or with minimal change..&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 06:31:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479709#M8533</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2020-02-27T06:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sending data between dev and prod indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479710#M8534</link>
      <description>&lt;P&gt;Do you need to do this for all historic data, or just new data?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 09:35:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479710#M8534</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-27T09:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sending data between dev and prod indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479711#M8535</link>
      <description>&lt;P&gt;any New data is fine, historic is preferred but not mandatory..&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 10:14:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479711#M8535</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2020-02-27T10:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sending data between dev and prod indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479712#M8536</link>
      <description>&lt;P&gt;I am just re-reading your question. What do you mean:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;We cannot have UF agent installed on splunk infra servers , as splunk does not support it.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;You can install a UF on a Splunk server. You just need to configure it to startup with a different management port.&lt;/P&gt;

&lt;P&gt;If I understand your requirements, you want to capture the logs from your development Splunk Infrastructure, (I am guessing using the ta-nix app for OS logs and metrics?) but send those logs to your production Splunk cluster.&lt;/P&gt;

&lt;P&gt;You absolutely can do that with a UF installed on your Splunk servers, and it &lt;STRONG&gt;&lt;EM&gt;is&lt;/EM&gt;&lt;/STRONG&gt; supported. &lt;BR /&gt;
You can make the change in system/local/web.conf on the UI&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;mgmtHostPort = &amp;lt;IP address:port&amp;gt;
* The IP address and host port of the splunkd process.
* Don't include "http[s]://" when specifying this setting. Only 
  include the IP address and port.
* Default: 0.0.0.0:8089
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or set it on the command line when you start the UF the first time&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 10:42:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479712#M8536</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-27T10:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sending data between dev and prod indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479713#M8537</link>
      <description>&lt;P&gt;We have tried the port number fix you mentioned and we had a case with splunk also, and splunk told us that it is not supported to have splunk uf installed on Splunk infra servers.&lt;/P&gt;

&lt;P&gt;is there any other way to do this ?&lt;/P&gt;

&lt;P&gt;like, running a saved search on development and pointing to a summary index which is on  production indexer. something like this. is there any such thing we can try...&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 11:04:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479713#M8537</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2020-02-27T11:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sending data between dev and prod indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479714#M8538</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;splunk told us that it is not supported to have splunk uf installed on Splunk infra servers&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Interesting.. I have had the opposite advice from support for one of my clients, but it was a specific use case.&lt;BR /&gt;
The only reference I can see cautioning against it is on windows.&lt;/P&gt;

&lt;P&gt;As an alternative you can use the outputs.conf on your dev indexers to specify an alternative tcpout group.&lt;BR /&gt;
see: &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Routeandfilterdatad"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Routeandfilterdatad&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You then use props.conf and transforms.conf to selectively route data to the additional output group.&lt;BR /&gt;
If you have an open dialogue with Splunk support they should be able to help you with this.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 11:11:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479714#M8538</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-27T11:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sending data between dev and prod indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479715#M8539</link>
      <description>&lt;P&gt;This looks promising, will try this and get back.. thanks..&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 11:18:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479715#M8539</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2020-02-27T11:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sending data between dev and prod indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479716#M8540</link>
      <description>&lt;P&gt;Instead I would make prod search heads search both dev and production indexers.&lt;/P&gt;

&lt;P&gt;That's much easier than copying data between environments etc.&lt;/P&gt;

&lt;P&gt;See distsearch.conf and mind that you need to connect to cluster masters instead of directly to peers when in a clustered environment.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 11:52:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Sending-data-between-dev-and-prod-indexers/m-p/479716#M8540</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-02-27T11:52:32Z</dc:date>
    </item>
  </channel>
</rss>

