<?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 How to do the equivalent of a debug/refresh on cluster master master-apps? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448325#M77952</link>
    <description>&lt;P&gt;I'm updating /master-apps/_cluster/local/indexes.conf and then pushing the bundle. I check the cluster's search head and my new index is there and ready to go. HOWEVER, the following API endpoint has yet to see my new index:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/services/cluster/master/indexes
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I solved a similar issue for my /system/local/inputs.conf changes on my forwarder by using this to force a reloadvia the api:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/services/data/inputs/monitor/_reload
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There seems to be no such api endpoint for the /services/cluster/master though. Even doing the following on the master CLI doesn't update the index list:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.../splunk reload index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What gives? How do I reload the indexes.conf after I make a change so that I can confirm my index was created? Not even a splunk restart on the master is picking up the master-apps changes.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jun 2018 23:03:13 GMT</pubDate>
    <dc:creator>thisissplunk</dc:creator>
    <dc:date>2018-06-06T23:03:13Z</dc:date>
    <item>
      <title>How to do the equivalent of a debug/refresh on cluster master master-apps?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448325#M77952</link>
      <description>&lt;P&gt;I'm updating /master-apps/_cluster/local/indexes.conf and then pushing the bundle. I check the cluster's search head and my new index is there and ready to go. HOWEVER, the following API endpoint has yet to see my new index:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/services/cluster/master/indexes
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I solved a similar issue for my /system/local/inputs.conf changes on my forwarder by using this to force a reloadvia the api:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/services/data/inputs/monitor/_reload
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There seems to be no such api endpoint for the /services/cluster/master though. Even doing the following on the master CLI doesn't update the index list:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.../splunk reload index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What gives? How do I reload the indexes.conf after I make a change so that I can confirm my index was created? Not even a splunk restart on the master is picking up the master-apps changes.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 23:03:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448325#M77952</guid>
      <dc:creator>thisissplunk</dc:creator>
      <dc:date>2018-06-06T23:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the equivalent of a debug/refresh on cluster master master-apps?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448326#M77953</link>
      <description>&lt;P&gt;Do I get you right here, you created an index on the master in master-apps that will be pushed out to the idx cluster peers only? In this case the idx will never show up anywhere on the cluster master, because you did not create it there.&lt;/P&gt;

&lt;P&gt;Hope to understand the question correct &lt;CODE&gt;¯\_(ツ)_/¯&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS &lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 23:08:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448326#M77953</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-06-06T23:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the equivalent of a debug/refresh on cluster master master-apps?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448327#M77954</link>
      <description>&lt;P&gt;That is correct, but why do I see all of my other indexes in the master-apps/_cluster/local/indexes.conf when using that API endpoint? I feel like there is some kind of delay, or the new indexes aren't showing up because there isn't data in them yet. Testing that now.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 23:17:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448327#M77954</guid>
      <dc:creator>thisissplunk</dc:creator>
      <dc:date>2018-06-06T23:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the equivalent of a debug/refresh on cluster master master-apps?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448328#M77955</link>
      <description>&lt;P&gt;You need data in the newly created index, and then the Cluster Master will create an entry at cluster/master/indexes.&lt;BR /&gt;
(The cluster master just sits there and listens for all the buckets the indexers has, it actually has no idea of what indexes its supposed to have - it never peeks into etc/master-apps/)&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 23:18:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448328#M77955</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2018-06-06T23:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the equivalent of a debug/refresh on cluster master master-apps?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448329#M77956</link>
      <description>&lt;P&gt;Well, on the cluster master you will never have any data in the indexes shown using this API endpoint &lt;CODE&gt;/services/cluster/master/indexes&lt;/CODE&gt;. Maybe the cluster-bundle apply or verify commands update the endpoint? &lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 23:21:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448329#M77956</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-06-06T23:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the equivalent of a debug/refresh on cluster master master-apps?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448330#M77957</link>
      <description>&lt;P&gt;Once I sent data to the index, this API endpoint on the master worked. Not sure what this endpoint is pulling from, but its not just a indexes.conf file like the inputs endpoint does.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 23:23:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448330#M77957</guid>
      <dc:creator>thisissplunk</dc:creator>
      <dc:date>2018-06-06T23:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the equivalent of a debug/refresh on cluster master master-apps?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448331#M77958</link>
      <description>&lt;P&gt;Thanks, this was it. Sounds like I might want to check the search head or an indexer for the indexes then, as I need to know if an index exists whether it has data or not. Thoughts?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 23:26:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448331#M77958</guid>
      <dc:creator>thisissplunk</dc:creator>
      <dc:date>2018-06-06T23:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the equivalent of a debug/refresh on cluster master master-apps?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448332#M77959</link>
      <description>&lt;P&gt;That's what I tried to explain, but much better wording here &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; Thanks !&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 23:38:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448332#M77959</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-06-06T23:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the equivalent of a debug/refresh on cluster master master-apps?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448333#M77960</link>
      <description>&lt;P&gt;i'd check the indexers themselves for list of indexes. some indexes might be not replicated, and wont show up on the master/indexes endpoint.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest services/data/indexes | fields title repFactor
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;searching this will give u a list of indexes and whether they're replicated&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 23:42:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448333#M77960</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2018-06-06T23:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the equivalent of a debug/refresh on cluster master master-apps?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448334#M77961</link>
      <description>&lt;P&gt;Ok thanks, I guess that will have to do. Was trying to avoid touching additional servers. It's already slightly annoying there is no API way to get changes into /master-apps/_cluster config files without also touching the master's filesystem.&lt;/P&gt;

&lt;P&gt;Edit: Actually, if I go this route (the only route) for updating the master configs, then I can just view the local config on the master and &lt;EM&gt;assume&lt;/EM&gt; that is what is on the indexers: &lt;A href="https://answers.splunk.com/answers/387133/how-to-create-index-using-rest-api-in-a-clustered.html"&gt;https://answers.splunk.com/answers/387133/how-to-create-index-using-rest-api-in-a-clustered.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Not ideal, but /shrug.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 16:20:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-the-equivalent-of-a-debug-refresh-on-cluster-master/m-p/448334#M77961</guid>
      <dc:creator>thisissplunk</dc:creator>
      <dc:date>2018-06-07T16:20:10Z</dc:date>
    </item>
  </channel>
</rss>

