<?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: Permanent tag in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Permanent-tag/m-p/41591#M370</link>
    <description>&lt;P&gt;I am not sure what you mean by "when we move the machine all the history moves with it." Is that what you do now, or what you are trying to figure out how to do?&lt;/P&gt;

&lt;P&gt;Do you have multiple Splunk environments for DEV/QA/PROD? Do you have separate indexes for DEV/QA/PROD?&lt;/P&gt;

&lt;P&gt;Splunk tags are persistent within a Splunk environment, but they are not indexed. I guess the bottom line question is: what do you want to move between environments: log data, config data (like tags)  or something else?&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2013 18:52:34 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2013-05-21T18:52:34Z</dc:date>
    <item>
      <title>Permanent tag</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Permanent-tag/m-p/41590#M369</link>
      <description>&lt;P&gt;We will regularly move machines between environments (DEV/QA/PRD). We are currently using tags to assign a machine to an environment, but when we move the machine all the history moves with it. Is there a better way to do this instead of tags, or is there a way to persist a tag? I'm guessing I cannot persist a tag since my understanding is that they are meant to be transient...&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2013 17:09:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Permanent-tag/m-p/41590#M369</guid>
      <dc:creator>timrcase</dc:creator>
      <dc:date>2013-05-21T17:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent tag</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Permanent-tag/m-p/41591#M370</link>
      <description>&lt;P&gt;I am not sure what you mean by "when we move the machine all the history moves with it." Is that what you do now, or what you are trying to figure out how to do?&lt;/P&gt;

&lt;P&gt;Do you have multiple Splunk environments for DEV/QA/PROD? Do you have separate indexes for DEV/QA/PROD?&lt;/P&gt;

&lt;P&gt;Splunk tags are persistent within a Splunk environment, but they are not indexed. I guess the bottom line question is: what do you want to move between environments: log data, config data (like tags)  or something else?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2013 18:52:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Permanent-tag/m-p/41591#M370</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-05-21T18:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent tag</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Permanent-tag/m-p/41592#M371</link>
      <description>&lt;P&gt;An example: server01 is part of our DEV application environment and tagged as such. Next month we decide to move server01 to our PRD application environment and update the tags in Splunk accordingly. The problem is, all the data that Splunk has indexed for server01 is now attributed to PRD.&lt;/P&gt;

&lt;P&gt;In traditional DW/BI this is handled via slowly changing dimensions, but I'm not aware of anything like that in Splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2013 18:59:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Permanent-tag/m-p/41592#M371</guid>
      <dc:creator>timrcase</dc:creator>
      <dc:date>2013-05-21T18:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent tag</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Permanent-tag/m-p/41593#M372</link>
      <description>&lt;P&gt;You could perhaps solve this using temporal (time-based) lookups, where you specify a time period and an environment for each server, and a new time period when the server's environment changes. &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Knowledge/Addfieldsfromexternaldatasources#Set_up_a_time-based_fields_lookup"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/Knowledge/Addfieldsfromexternaldatasources#Set_up_a_time-based_fields_lookup&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2013 21:05:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Permanent-tag/m-p/41593#M372</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-05-21T21:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent tag</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Permanent-tag/m-p/41594#M373</link>
      <description>&lt;P&gt;That would be my solution as well. The lookup CSV could contain&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;host,hostEnv,startDate&lt;BR /&gt;
server01,PRD,21-Mar-2013 00:00&lt;BR /&gt;
server01,QA,15-Mar-2013 02:00&lt;BR /&gt;
server02,PRD,1-Jul-2010 00:00&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;etc.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2013 23:55:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Permanent-tag/m-p/41594#M373</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-05-21T23:55:17Z</dc:date>
    </item>
  </channel>
</rss>

