<?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 Is it possible to use one Deployment Server against two separate indexers? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-one-Deployment-Server-against-two-separate/m-p/446647#M77680</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;

&lt;P&gt;Is it possible to use one deployment Server against two separate indexers or would I need to use two Deployment servers to achieve this?&lt;/P&gt;

&lt;P&gt;I need to pull various logs from 100 Servers.o Could the deployment server send out the apps in a way where the logs would go to two separate indexers? I know when we initially install the forwarders on the nodes we want to receive data from, we have to specify a Deployment server + Indexer. &lt;/P&gt;

&lt;P&gt;This is how we would like to break it up&lt;/P&gt;

&lt;P&gt;Indexer 1) Perfmon, SQL, Event Logs&lt;BR /&gt;
indexer 2) IIS&lt;/P&gt;

&lt;P&gt;Please let me know if this is possible, if so how? I'd imagine it's syntax added to a .conf file somewhere. Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 13 Dec 2018 21:05:26 GMT</pubDate>
    <dc:creator>Jarohnimo</dc:creator>
    <dc:date>2018-12-13T21:05:26Z</dc:date>
    <item>
      <title>Is it possible to use one Deployment Server against two separate indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-one-Deployment-Server-against-two-separate/m-p/446647#M77680</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;

&lt;P&gt;Is it possible to use one deployment Server against two separate indexers or would I need to use two Deployment servers to achieve this?&lt;/P&gt;

&lt;P&gt;I need to pull various logs from 100 Servers.o Could the deployment server send out the apps in a way where the logs would go to two separate indexers? I know when we initially install the forwarders on the nodes we want to receive data from, we have to specify a Deployment server + Indexer. &lt;/P&gt;

&lt;P&gt;This is how we would like to break it up&lt;/P&gt;

&lt;P&gt;Indexer 1) Perfmon, SQL, Event Logs&lt;BR /&gt;
indexer 2) IIS&lt;/P&gt;

&lt;P&gt;Please let me know if this is possible, if so how? I'd imagine it's syntax added to a .conf file somewhere. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 21:05:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-one-Deployment-Server-against-two-separate/m-p/446647#M77680</guid>
      <dc:creator>Jarohnimo</dc:creator>
      <dc:date>2018-12-13T21:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use one Deployment Server against two separate indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-one-Deployment-Server-against-two-separate/m-p/446648#M77681</link>
      <description>&lt;P&gt;You can use single deployment server against two separate indexers and universal forwarders.&lt;BR /&gt;
You need to point your apps/add-on to indexers and universal forwarders under serverclass.conf($SPLUNK_HOME/etc/system/local/serverclass.conf). &lt;/P&gt;

&lt;P&gt;Try something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#---------------Indexer 1------------------   
[serverClass:indexer1]
filterType = whitelist
restartSplunkd = 1
repositoryLocation = /opt/splunk/etc/deployment-apps
whitelist.0 = splunk-idx1*

[serverClass:indexer1:app:perfmon]
[serverClass:indexer1:app:SQL]
[serverClass:indexer1:app:event_logs]


#---------------Indexer 2--------------------
[serverClass:indexer2]
filterType = whitelist
restartSplunkd = 1
repositoryLocation = /opt/splunk/etc/deployment-apps
whitelist.0 = splunk-idx2*

[serverClass:indexer2:app:IIS]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Dec 2018 21:18:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-one-Deployment-Server-against-two-separate/m-p/446648#M77681</guid>
      <dc:creator>muralikoppula</dc:creator>
      <dc:date>2018-12-13T21:18:23Z</dc:date>
    </item>
  </channel>
</rss>

