<?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 Search Head Migration in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659159#M13281</link>
    <description>&lt;P&gt;How do I migrate Dashboards and alerts from older standalone search head to new standalone search&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 30 Sep 2023 05:56:55 GMT</pubDate>
    <dc:creator>splunkguy</dc:creator>
    <dc:date>2023-09-30T05:56:55Z</dc:date>
    <item>
      <title>Search Head Migration</title>
      <link>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659159#M13281</link>
      <description>&lt;P&gt;How do I migrate Dashboards and alerts from older standalone search head to new standalone search&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 05:56:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659159#M13281</guid>
      <dc:creator>splunkguy</dc:creator>
      <dc:date>2023-09-30T05:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Migration</title>
      <link>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659163#M13282</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261070"&gt;@splunkguy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;follow these steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;make a copy of the Apps to migrate from the old SH to the SHC,&lt;/LI&gt;&lt;LI&gt;install and configure the SH Cluster,&lt;/LI&gt;&lt;LI&gt;copy the above Apps in the SHC-Deployer, in $SPLUNK_HOME/etc/shcluster,&lt;/LI&gt;&lt;LI&gt;Deploy them using the command&lt;UL&gt;&lt;LI&gt;splunk apply shcluster-bundle -target URI:management_port -auth username:password&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can find more details at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.1/DistSearch/PropagateSHCconfigurationchanges" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.1.1/DistSearch/PropagateSHCconfigurationchanges&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 06:24:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659163#M13282</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-30T06:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Migration</title>
      <link>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659219#M13283</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for replying. I am using a standalone search head. Would like to move to a standalone search head and not a search head cluster. Is that&amp;nbsp; the same process for migrating apps to standalone search head?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 16:51:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659219#M13283</guid>
      <dc:creator>splunkguy</dc:creator>
      <dc:date>2023-09-30T16:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Migration</title>
      <link>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659223#M13284</link>
      <description>&lt;P&gt;Well...the idea is relatively easy (you want to capture old SH state and set the new SH to the same state) but the details can be tricky.&lt;/P&gt;&lt;P&gt;Generally, you want to move the config files (both system-wide and users' ones) and kvstore state.&lt;/P&gt;&lt;P&gt;The problem is that if you're migrating, you might not need some stuff if you'll be deploying on a new instance (like certs might need to be generated for a new name) so you'll have to be selective about restoring the configs.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 20:55:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659223#M13284</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-09-30T20:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Migration</title>
      <link>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659224#M13285</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for replying,&amp;nbsp; my issue is that Splunk SH is running on Linux 6 and I have to migrate it to Linux 8 because Splunk 9.1 is not supported on Legacy Linux.&lt;/P&gt;&lt;P&gt;So I have built a new instance and added to cluster, as a standalone SH it can search the data and I can make it primary, but not sure how to copy Dashboards/alerts built by users that are no longer active. So that's where I am looking for options to copy it from old instance to new before making it active.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 21:06:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659224#M13285</guid>
      <dc:creator>splunkguy</dc:creator>
      <dc:date>2023-09-30T21:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Migration</title>
      <link>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659226#M13286</link>
      <description>&lt;P&gt;Generally, system-wide stuff is in etc/system and etc/apps whereas users' content is in etc/users. You need to remember however that your stuff probably depends on add-ons which do the extractions. If you use datamodels, they should be properly defined and configured. And so on.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 21:28:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659226#M13286</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-09-30T21:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Migration</title>
      <link>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659236#M13287</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261070"&gt;@splunkguy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;to move a standalone Search Head to another standalone SH, you have to make the same steps, obviously without the cluster:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;make a copy of the Apps to migrate from the old SH to the new one,&lt;/LI&gt;&lt;LI&gt;copy the above Apps in the new SH in $SPLUNK_HOME/etc/apps.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 08:16:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/659236#M13287</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-01T08:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Migration</title>
      <link>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/698440#M14159</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261070"&gt;@splunkguy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2024 07:51:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Search-Head-Migration/m-p/698440#M14159</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-09-07T07:51:58Z</dc:date>
    </item>
  </channel>
</rss>

