<?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: Change indexer in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Change-indexer/m-p/674469#M112884</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264035"&gt;@toporagno&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Icould be more detailed if you share your inputs.conf in the forwarder.&lt;/P&gt;&lt;P&gt;anyway, you should have somethig like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[monitor://C:\my_directory\my_file.log]
index=my_index
sourcetype=my_sourcetype
disabled=0&lt;/LI-CODE&gt;&lt;P&gt;As I said, if you have few Universal Forwarders, you can manually modify all the inputs.conf, if they are many, you should think to use a Deployment Server, but this is another project.&lt;/P&gt;&lt;P&gt;For more infos about DS, you can see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.2/Updating/Aboutdeploymentserver" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.1.2/Updating/Aboutdeploymentserver&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jan 2024 07:36:57 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2024-01-17T07:36:57Z</dc:date>
    <item>
      <title>Change indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Change-indexer/m-p/674375#M112869</link>
      <description>&lt;P&gt;i need to change&amp;nbsp; a indexer for a data send by a universal forward, i've this data source_type="pippo" with sourcetype:"paperino" and index="pluto" so i need to send all of this data in another index like index="nino"&lt;/P&gt;&lt;P&gt;i try with a props.conf and transforms.conf but it doesn't work&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 14:12:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Change-indexer/m-p/674375#M112869</guid>
      <dc:creator>toporagno</dc:creator>
      <dc:date>2024-01-16T14:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Change-indexer/m-p/674388#M112872</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264035"&gt;@toporagno&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;At first how are you taking these logs: from a Universal Forwarder or from an Heavy Forwarder or another Splunk server?&lt;/P&gt;&lt;P&gt;if you are using a UF, I suppose that you are using a Deployment Server to manage it, so in the inputs.conf, you could add the sourcetype and the index.&lt;/P&gt;&lt;P&gt;IOf instead you are receiving a syslog in an HF, you have to apply the same update to the related inputs.conf.&lt;/P&gt;&lt;P&gt;You could alse override the index and sourcetype on the Indexer, or (if present) on the HF, but it's easier modifying the inputs.conf.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 14:58:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Change-indexer/m-p/674388#M112872</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-01-16T14:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Change-indexer/m-p/674394#M112873</link>
      <description>&lt;P&gt;i use a UF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 15:18:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Change-indexer/m-p/674394#M112873</guid>
      <dc:creator>toporagno</dc:creator>
      <dc:date>2024-01-16T15:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Change-indexer/m-p/674397#M112875</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264035"&gt;@toporagno&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;this means that you have to manually or by Deployment Server update your inputs.conf stanza in the Universal Forwarder, adding the lines for index and sourcetype.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 15:44:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Change-indexer/m-p/674397#M112875</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-01-16T15:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Change-indexer/m-p/674403#M112877</link>
      <description>&lt;P&gt;Can you write me an practive example?&lt;/P&gt;&lt;P&gt;please&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 16:08:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Change-indexer/m-p/674403#M112877</guid>
      <dc:creator>toporagno</dc:creator>
      <dc:date>2024-01-16T16:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Change-indexer/m-p/674469#M112884</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264035"&gt;@toporagno&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Icould be more detailed if you share your inputs.conf in the forwarder.&lt;/P&gt;&lt;P&gt;anyway, you should have somethig like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[monitor://C:\my_directory\my_file.log]
index=my_index
sourcetype=my_sourcetype
disabled=0&lt;/LI-CODE&gt;&lt;P&gt;As I said, if you have few Universal Forwarders, you can manually modify all the inputs.conf, if they are many, you should think to use a Deployment Server, but this is another project.&lt;/P&gt;&lt;P&gt;For more infos about DS, you can see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.2/Updating/Aboutdeploymentserver" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.1.2/Updating/Aboutdeploymentserver&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 07:36:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Change-indexer/m-p/674469#M112884</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-01-17T07:36:57Z</dc:date>
    </item>
  </channel>
</rss>

