<?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 is replicated across Search Heads without CLI? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/What-is-replicated-across-Search-Heads-without-CLI/m-p/569291#M8524</link>
    <description>&lt;P&gt;Thank you very much for the detailed explanation.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Oct 2021 08:58:44 GMT</pubDate>
    <dc:creator>NightShark</dc:creator>
    <dc:date>2021-10-01T08:58:44Z</dc:date>
    <item>
      <title>What is replicated across Search Heads without CLI?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/What-is-replicated-across-Search-Heads-without-CLI/m-p/569277#M8522</link>
      <description>&lt;P&gt;I have recently created a field extraction on one search head that I have assigned all apps and users to read and write and was wondering how long is would take for a change done in one search head to get replicated to other search heads?&lt;/P&gt;&lt;P&gt;Also from what I know is that changes done via the GUI are always replicated to other SHs, is this true? If so what CAN and CANNOT be replicated across other search heads via gui.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 07:48:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/What-is-replicated-across-Search-Heads-without-CLI/m-p/569277#M8522</guid>
      <dc:creator>NightShark</dc:creator>
      <dc:date>2021-10-01T07:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is replicated across Search Heads without CLI?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/What-is-replicated-across-Search-Heads-without-CLI/m-p/569290#M8523</link>
      <description>&lt;P&gt;These are the main types of configuration changes that the cluster replicates:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Runtime changes or additions to&lt;SPAN&gt;&amp;nbsp;knowledge objects, such as saved searches, lookup table and dashboards&lt;/SPAN&gt;s.&lt;BR /&gt;For example, when a user in Splunk Web defines a field extraction, the cluster replicates that field extraction to all search heads in the cluster.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Runtime changes to users and roles.&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Replication operates under these constraints:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;The cluster only replicates changes made at runtime, through specific configuration methods.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;A whitelist determines the specific types of changes that the cluster replicates.&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="mw-headline"&gt;Configuration methods that trigger replication&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The cluster replicates changes made through these methods:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Splunk Web&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;The Splunk CLI&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;The REST API&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The cluster does not replicate any configuration changes that you make manually, such as direct edits to configuration files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cluster uses a whitelist to determine what changes to replicate. This whitelist is configured through the set of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;conf_replication_include&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;attributes in the default version of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;server.conf, located in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;$SPLUNK_HOME/etc/system/default.&lt;/P&gt;&lt;P&gt;You can add or remove items from that list by editing the members'&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;server.conf&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;files under&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;$SPLUNK_HOME/etc/system/local. If you change the whitelist, you must make the same changes on all cluster members.&lt;/P&gt;&lt;P&gt;For a comprehensive list of items in the whitelist, consult the default version of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;server.conf. This is the approximate set of whitelisted items:&lt;/P&gt;&lt;PRE&gt;alert_actions 
authentication 
authorize 
datamodels 
event_renderers 
eventtypes 
fields 
html 
literals 
lookups 
macros 
manager 
models 
multikv 
nav 
panels 
passwd
passwords
props 
quickstart 
savedsearches 
searchbnf 
searchscripts 
segmenters 
tags 
times 
transforms 
transactiontypes 
ui-prefs 
user-prefs 
views 
viewstates 
workflow_actions&lt;/PRE&gt;&lt;P&gt;The cluster replicates changes to all files underlying the whitelist items. In addition to configuration files themselves, this includes dashboard and nav XML, lookup table files, data model JSON files, and so on. The cluster also replicates permissions stored in *.meta files.&lt;/P&gt;&lt;P&gt;These are examples of the types of files replicated for various whitelist items:&lt;/P&gt;&lt;PRE&gt;# escape-hatch HTML views
conf_replication_include.html = true
# lookup table files
conf_replication_include.lookups = true
# manager XML
conf_replication_include.manager = true
# datamodel JSON files
conf_replication_include.models  = true
# nav XML
conf_replication_include.nav = true
# view XML
conf_replication_include.views = true&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;The cluster does not replicate user search history&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 08:56:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/What-is-replicated-across-Search-Heads-without-CLI/m-p/569290#M8523</guid>
      <dc:creator>Azeemering</dc:creator>
      <dc:date>2021-10-01T08:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: What is replicated across Search Heads without CLI?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/What-is-replicated-across-Search-Heads-without-CLI/m-p/569291#M8524</link>
      <description>&lt;P&gt;Thank you very much for the detailed explanation.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 08:58:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/What-is-replicated-across-Search-Heads-without-CLI/m-p/569291#M8524</guid>
      <dc:creator>NightShark</dc:creator>
      <dc:date>2021-10-01T08:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: What is replicated across Search Heads without CLI?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/What-is-replicated-across-Search-Heads-without-CLI/m-p/569305#M8525</link>
      <description>&lt;P&gt;Ehhh. "The cluster doesn't replicate user search history". It's true. It's also confusing because there is an option for it set by default to false but setting it to true doesn't do anything. &lt;span class="lia-unicode-emoji" title=":grinning_squinting_face:"&gt;😆&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 10:16:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/What-is-replicated-across-Search-Heads-without-CLI/m-p/569305#M8525</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-10-01T10:16:08Z</dc:date>
    </item>
  </channel>
</rss>

