<?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: What's ops.json in etc/system/replication? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418159#M170797</link>
    <description>&lt;P&gt;That file contains all files and config for Search Head Cluster state. For example &lt;CODE&gt;{"dst":["nobody","system","authorize","role_ABC"]&lt;/CODE&gt; , this will indicate that you have &lt;CODE&gt;role_ABC&lt;/CODE&gt; in &lt;CODE&gt;$SPLUNK_HOME/etc/system&lt;/CODE&gt; and config in &lt;CODE&gt;authorize.conf&lt;/CODE&gt; config file. &lt;/P&gt;

&lt;P&gt;Please check whether all SHC members are in sync or not. If all SHC members are in sync then check configuration file for those roles which are reflecting in ops.json&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2019 10:57:55 GMT</pubDate>
    <dc:creator>harsmarvania57</dc:creator>
    <dc:date>2019-06-11T10:57:55Z</dc:date>
    <item>
      <title>What's ops.json in etc/system/replication?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418154#M170792</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;we removed some roles and checked on file level where these roles still have a reference.&lt;BR /&gt;
We found the file splunk/etc/system/replication/ops.json still hase a reference to the deleted roles.&lt;/P&gt;

&lt;P&gt;We use SH-Cluster and idx-cluster.&lt;/P&gt;

&lt;P&gt;Who has informations about this file? &lt;/P&gt;

&lt;P&gt;Torsten&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 07:50:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418154#M170792</guid>
      <dc:creator>tfechner</dc:creator>
      <dc:date>2019-06-11T07:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: What's ops.json in etc/system/replication?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418155#M170793</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;How you removed the roles from Splunk Search Head Cluster ? If you modified authorize.conf and authentication.conf directly on SHC members then please do rolling restart of all SHC members.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 08:31:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418155#M170793</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-06-11T08:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: What's ops.json in etc/system/replication?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418156#M170794</link>
      <description>&lt;P&gt;we removed  the roles in the SH-cluster via the GUI. but some relicts are still in the config files,  esp. local.meta&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 09:17:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418156#M170794</guid>
      <dc:creator>tfechner</dc:creator>
      <dc:date>2019-06-11T09:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: What's ops.json in etc/system/replication?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418157#M170795</link>
      <description>&lt;P&gt;When you remove role from Search Head and if that role is used for read and write permission for knowledge objects then splunk will not remove it and knowledge objects permissions are in &lt;CODE&gt;local.meta&lt;/CODE&gt; , you need to manually remove those.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 09:46:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418157#M170795</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-06-11T09:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: What's ops.json in etc/system/replication?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418158#M170796</link>
      <description>&lt;P&gt;done.  grep and xargs are your friend.&lt;BR /&gt;
but still the question:  what's done with ops.json&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 10:36:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418158#M170796</guid>
      <dc:creator>tfechner</dc:creator>
      <dc:date>2019-06-11T10:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: What's ops.json in etc/system/replication?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418159#M170797</link>
      <description>&lt;P&gt;That file contains all files and config for Search Head Cluster state. For example &lt;CODE&gt;{"dst":["nobody","system","authorize","role_ABC"]&lt;/CODE&gt; , this will indicate that you have &lt;CODE&gt;role_ABC&lt;/CODE&gt; in &lt;CODE&gt;$SPLUNK_HOME/etc/system&lt;/CODE&gt; and config in &lt;CODE&gt;authorize.conf&lt;/CODE&gt; config file. &lt;/P&gt;

&lt;P&gt;Please check whether all SHC members are in sync or not. If all SHC members are in sync then check configuration file for those roles which are reflecting in ops.json&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 10:57:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418159#M170797</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-06-11T10:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: What's ops.json in etc/system/replication?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418160#M170798</link>
      <description>&lt;P&gt;all members are in sync. mostly the location "$SPLUNK_HOME/var/run/splunk/lookup_tmp/" is the problem . this path is empty!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:52:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418160#M170798</guid>
      <dc:creator>tfechner</dc:creator>
      <dc:date>2020-09-30T00:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: What's ops.json in etc/system/replication?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418161#M170799</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;CODE&gt;splunk/etc/system/replication/ops.json
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;ops.json resides on each of the SHC members. It is a commit history for the changes made to KOs and other configurations on the SH for the time period it covers.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;It will contain references to the roles you removed until the ops.json window shifts past the date where the changes were made or applied on the SHC members.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 19:02:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-s-ops-json-in-etc-system-replication/m-p/418161#M170799</guid>
      <dc:creator>nnmiller</dc:creator>
      <dc:date>2019-06-25T19:02:57Z</dc:date>
    </item>
  </channel>
</rss>

