<?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: REST servicesNS reload index conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472700#M99690</link>
    <description>&lt;P&gt;it is visible via btool as soon as i add an index to our indexes.conf&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2020 14:29:18 GMT</pubDate>
    <dc:creator>brdr</dc:creator>
    <dc:date>2020-02-17T14:29:18Z</dc:date>
    <item>
      <title>REST servicesNS reload index conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472690#M99680</link>
      <description>&lt;P&gt;We need the ability , from CLI (Linux) to reload indexes.conf. I run the command below and it succeeds.&lt;/P&gt;

&lt;P&gt;curl -X POST -k -u admin:pwd &lt;A href="https://localhost:8089/servicesNS/-/-/admin/indexes/_reload"&gt;https://localhost:8089/servicesNS/-/-/admin/indexes/_reload&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;We push changes (like adding a new index) to indexes.conf of the splunk instance. I do not want to restart splunk to see the new index showing up in the GUI. After the above is executed, i log back into Splunk, go to Settings-Indexes and do NOT see the new index.&lt;/P&gt;

&lt;P&gt;Any idea why i do not see it? If i restart splunk i wil see it in the GUI.&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 17:38:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472690#M99680</guid>
      <dc:creator>brdr</dc:creator>
      <dc:date>2020-02-14T17:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: REST servicesNS reload index conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472691#M99681</link>
      <description>&lt;P&gt;Note that I am using the admin user.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 18:06:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472691#M99681</guid>
      <dc:creator>brdr</dc:creator>
      <dc:date>2020-02-14T18:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: REST servicesNS reload index conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472692#M99682</link>
      <description>&lt;P&gt;I think that it should work but the way that I would deploy this is:&lt;BR /&gt;
Update indexes.conf on each indexer.&lt;BR /&gt;
Hit the REST endpoint on eachIndexer.&lt;BR /&gt;
Update indexes.conf on Search Head.&lt;BR /&gt;
Hit the REST endpoint on the Search Head.&lt;BR /&gt;
I would expect that to work.&lt;BR /&gt;
If not, try the full debug/refresh endpoint.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 20:11:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472692#M99682</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-02-14T20:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: REST servicesNS reload index conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472693#M99683</link>
      <description>&lt;P&gt;have you tried using the cli ?&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk reload index&lt;/P&gt;

&lt;P&gt;Full cli reference here - &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/Admin/CLIadmincommands"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.1/Admin/CLIadmincommands&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 20:30:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472693#M99683</guid>
      <dc:creator>arjunpkishore5</dc:creator>
      <dc:date>2020-02-14T20:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: REST servicesNS reload index conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472694#M99684</link>
      <description>&lt;P&gt;Thanks for feedback. That reload command was one of the things i tried. it doesn't work.  i get this in the log: It just doesn't see the new index in indexes.conf.&lt;/P&gt;

&lt;P&gt;2-14-2020 20:43:15.256 +0000 INFO  IndexProcessor - reloading index config: start&lt;BR /&gt;
02-14-2020 20:43:15.256 +0000 INFO  IndexProcessor - request state change from=RUN to=RECONFIGURING02-14-2020 20:43:15.256 +0000 INFO  IndexProcessor - Initializing: readonly=false reloading=true&lt;BR /&gt;
02-14-2020 20:43:15.256 +0000 INFO  IndexProcessor - Got a list of count=0 added, modified, or removed indexes02-14-2020 20:43:15.256 +0000 INFO  IndexProcessor - Reloading index config: shutdown subordinate threads, now restarting&lt;BR /&gt;
02-14-2020 20:43:15.256 +0000 INFO  IndexProcessor - Initializing indexes took usec=3 reloading=true indexes_initialized=0&lt;BR /&gt;
02-14-2020 20:43:15.256 +0000 INFO  IndexProcessor - request state change from=RECONFIGURING to=RUN&lt;BR /&gt;
02-14-2020 20:43:15.257 +0000 INFO  IndexProcessor - reloading index config: end&lt;BR /&gt;
02-14-2020 20:43:15.382 +0000 INFO  IndexProcessor - reloading index config: start&lt;BR /&gt;
02-14-2020 20:43:15.382 +0000 INFO  IndexProcessor - request state change from=RUN to=RECONFIGURING&lt;BR /&gt;
02-14-2020 20:43:15.382 +0000 INFO  IndexProcessor - Initializing: readonly=false reloading=true&lt;BR /&gt;
02-14-2020 20:43:15.382 +0000 INFO  IndexProcessor - Got a list of count=0 added, modified, or removed indexes&lt;BR /&gt;
02-14-2020 20:43:15.382 +0000 INFO  IndexProcessor - Reloading index config: shutdown subordinate threads, now restarting&lt;BR /&gt;
02-14-2020 20:43:15.382 +0000 INFO  IndexProcessor - Initializing indexes took usec=2 reloading=true indexes_initialized=0&lt;BR /&gt;
02-14-2020 20:43:15.382 +0000 INFO  IndexProcessor - request state change from=RECONFIGURING to=RUN&lt;BR /&gt;
02-14-2020 20:43:15.382 +0000 INFO  IndexProcessor - reloading index config: end&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:12:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472694#M99684</guid>
      <dc:creator>brdr</dc:creator>
      <dc:date>2020-09-30T04:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: REST servicesNS reload index conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472695#M99685</link>
      <description>&lt;P&gt;No dice. The commands work fine, i can see entries in the splunkd.log that the commands are hitting the endpoint but, when i go into the GUI -&amp;gt; Settings -&amp;gt; Indexes the new index is NOT there.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 20:50:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472695#M99685</guid>
      <dc:creator>brdr</dc:creator>
      <dc:date>2020-02-14T20:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: REST servicesNS reload index conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472696#M99686</link>
      <description>&lt;P&gt;So, i guess the question is, what indexes.conf is the reload looking at, as it is clearly not looking at our local indexes.conf which is in a separate custom app   etc/apps/prod_indexes/local/indexes.conf.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 21:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472696#M99686</guid>
      <dc:creator>brdr</dc:creator>
      <dc:date>2020-02-14T21:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: REST servicesNS reload index conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472697#M99687</link>
      <description>&lt;P&gt;can you run btool to check if the new index is visible ?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 21:18:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472697#M99687</guid>
      <dc:creator>arjunpkishore5</dc:creator>
      <dc:date>2020-02-14T21:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: REST servicesNS reload index conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472698#M99688</link>
      <description>&lt;P&gt;Time to open another support case.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 22:40:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472698#M99688</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-02-14T22:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: REST servicesNS reload index conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472699#M99689</link>
      <description>&lt;P&gt;If I recall right you could not see the index before it has any data.&lt;/P&gt;

&lt;P&gt;R. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 22:45:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472699#M99689</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-02-14T22:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: REST servicesNS reload index conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472700#M99690</link>
      <description>&lt;P&gt;it is visible via btool as soon as i add an index to our indexes.conf&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 14:29:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-servicesNS-reload-index-conf/m-p/472700#M99690</guid>
      <dc:creator>brdr</dc:creator>
      <dc:date>2020-02-17T14:29:18Z</dc:date>
    </item>
  </channel>
</rss>

