<?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: How can we migrate our alerts to generic accounts? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409807#M12568</link>
    <description>&lt;P&gt;@danielbb There is no way to change the owner via the UI as far as I know.&lt;/P&gt;

&lt;P&gt;edit: @solarboyz1 is correct - I followed his steps and was able to change the owner via UI.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2019 21:04:31 GMT</pubDate>
    <dc:creator>jacobpevans</dc:creator>
    <dc:date>2019-07-29T21:04:31Z</dc:date>
    <item>
      <title>How can we migrate our alerts to generic accounts?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409804#M12565</link>
      <description>&lt;P&gt;We were instructed that our teams will need to migrate the alerts from individual accounts to generic ones as any employee can leave at any point.&lt;/P&gt;

&lt;P&gt;What's the process of migrating the alerts?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 20:34:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409804#M12565</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2019-07-29T20:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can we migrate our alerts to generic accounts?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409805#M12566</link>
      <description>&lt;P&gt;Howdy Daniel,&lt;/P&gt;

&lt;P&gt;I assume you are referring to the "owner" field of the alert. If so, you can update it in the &lt;CODE&gt;local.meta&lt;/CODE&gt; file located in &lt;CODE&gt;$SPLUNK_HOME\etc\apps\[app]\metadata&lt;/CODE&gt;. If you delete the entire &lt;CODE&gt;owner = [admin]&lt;/CODE&gt; line, the owner will display as &lt;CODE&gt;nobody&lt;/CODE&gt; through the web app. All other settings can be modified from &lt;CODE&gt;savedsearches.conf&lt;/CODE&gt; under &lt;CODE&gt;$SPLUNK_HOME\etc\apps\[app]\local&lt;/CODE&gt;. You will need to restart Splunk for the changes to go into effect.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
Jacob&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 20:52:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409805#M12566</guid>
      <dc:creator>jacobpevans</dc:creator>
      <dc:date>2019-07-29T20:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can we migrate our alerts to generic accounts?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409806#M12567</link>
      <description>&lt;P&gt;Great @jacobevans. Is there any way to do this sort of change via the UI?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 20:59:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409806#M12567</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2019-07-29T20:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can we migrate our alerts to generic accounts?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409807#M12568</link>
      <description>&lt;P&gt;@danielbb There is no way to change the owner via the UI as far as I know.&lt;/P&gt;

&lt;P&gt;edit: @solarboyz1 is correct - I followed his steps and was able to change the owner via UI.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 21:04:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409807#M12568</guid>
      <dc:creator>jacobpevans</dc:creator>
      <dc:date>2019-07-29T21:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can we migrate our alerts to generic accounts?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409808#M12569</link>
      <description>&lt;P&gt;First, you will need to create the generic or service accounts in Splunk, and ensure they have the appropirate role, capablities, etc..&lt;/P&gt;

&lt;P&gt;Next, you just need to migration ownership of the objects. &lt;/P&gt;

&lt;P&gt;Via GUI:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;settings -&amp;gt; all configurations -&amp;gt; reassign knowledge objects
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Select the knowledge objects, and reassign to the service account. &lt;/P&gt;

&lt;P&gt;VIA Config Files:&lt;/P&gt;

&lt;P&gt;This gets a little more complicated, since permissions can be applied granularly to specific objects as well as generally to mulitple objects using wildcards. &lt;/P&gt;

&lt;P&gt;You would need to find the metadata related to the object in question, and modify the owner line:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[views/*]
access = read : [ * ], write : [ admin ]
export = none
owner = admin
version = 7.1
modtime = 1400528935.011292000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you using a naming convention for objects, it may be easier to find and group them for this change. &lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 21:05:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409808#M12569</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2019-07-29T21:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can we migrate our alerts to generic accounts?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409809#M12570</link>
      <description>&lt;P&gt;This was added in 6.6:&lt;/P&gt;

&lt;P&gt;settings -&amp;gt; all configurations -&amp;gt; Reassign knowledge objects&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 21:07:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409809#M12570</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2019-07-29T21:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can we migrate our alerts to generic accounts?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409810#M12571</link>
      <description>&lt;P&gt;What most people do is to remove the &lt;CODE&gt;local.meta&lt;/CODE&gt; file so that all objects have no owner and are then owned by &lt;CODE&gt;nobody&lt;/CODE&gt;.  This works great because they work the same as before but are not tied to ANY user.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 05:56:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-we-migrate-our-alerts-to-generic-accounts/m-p/409810#M12571</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-30T05:56:00Z</dc:date>
    </item>
  </channel>
</rss>

