<?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 How-To Change Indexed Data? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-To-Change-Indexed-Data/m-p/18762#M2587</link>
    <description>&lt;P&gt;v4.3.1 on sles 11.1&lt;/P&gt;

&lt;P&gt;i have some data that was incorrectly indexed, the host name assignment got messed up. is there a way via Splunk gui to change the host name field of the indexed data, if so how? or do i need to use sed via cli?&lt;/P&gt;

&lt;P&gt;as example, some data belonging to host=myHost got indexed as host=Mon and now i wish to modify these indexed events so that host=Mon is replaced with host=myHost &lt;/P&gt;</description>
    <pubDate>Wed, 04 Apr 2012 16:43:50 GMT</pubDate>
    <dc:creator>cvajs</dc:creator>
    <dc:date>2012-04-04T16:43:50Z</dc:date>
    <item>
      <title>How-To Change Indexed Data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-To-Change-Indexed-Data/m-p/18762#M2587</link>
      <description>&lt;P&gt;v4.3.1 on sles 11.1&lt;/P&gt;

&lt;P&gt;i have some data that was incorrectly indexed, the host name assignment got messed up. is there a way via Splunk gui to change the host name field of the indexed data, if so how? or do i need to use sed via cli?&lt;/P&gt;

&lt;P&gt;as example, some data belonging to host=myHost got indexed as host=Mon and now i wish to modify these indexed events so that host=Mon is replaced with host=myHost &lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 16:43:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-To-Change-Indexed-Data/m-p/18762#M2587</guid>
      <dc:creator>cvajs</dc:creator>
      <dc:date>2012-04-04T16:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: How-To Change Indexed Data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-To-Change-Indexed-Data/m-p/18763#M2588</link>
      <description>&lt;P&gt;Alas, once you've indexed metadata like that the best option is to clear the index, clear the fishbucket on any remote forwarder and reindex the data.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 17:36:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-To-Change-Indexed-Data/m-p/18763#M2588</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-04-04T17:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: How-To Change Indexed Data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-To-Change-Indexed-Data/m-p/18764#M2589</link>
      <description>&lt;P&gt;Exactly, there are 6 things that must be correct at index time, since you more or less can't change them afterwards. They are;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index
host
source
sourcetype
timestamps
linebreaking
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Get them wrong, then Drainys answer is the easiest way to go.&lt;/P&gt;

&lt;P&gt;/kristian&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 17:48:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-To-Change-Indexed-Data/m-p/18764#M2589</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-04-04T17:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: How-To Change Indexed Data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-To-Change-Indexed-Data/m-p/18765#M2590</link>
      <description>&lt;P&gt;i cant re-index the data, i'll get same results, reason being is that the raw data format has changed and is defined as sourcetype=syslog, hence it will incorrectly tag some data as host=myHost and some of it as host=Mon. i need a way to edit the metadata, etc. i could re-index if i modified syslog source type, but i would rather not do that, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 18:00:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-To-Change-Indexed-Data/m-p/18765#M2590</guid>
      <dc:creator>cvajs</dc:creator>
      <dc:date>2012-04-04T18:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: How-To Change Indexed Data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-To-Change-Indexed-Data/m-p/18766#M2591</link>
      <description>&lt;P&gt;You can do event level meta data changes at index time via transforms.conf&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.1/Data/Overridedefaulthostassignments"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.1/Data/Overridedefaulthostassignments&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 18:58:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-To-Change-Indexed-Data/m-p/18766#M2591</guid>
      <dc:creator>khodges_splunk</dc:creator>
      <dc:date>2012-04-04T18:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: How-To Change Indexed Data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-To-Change-Indexed-Data/m-p/18767#M2592</link>
      <description>&lt;P&gt;i fixed my indexing issue. i now have metadata tagged as host=Mon when it should be host=myHost, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 19:07:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-To-Change-Indexed-Data/m-p/18767#M2592</guid>
      <dc:creator>cvajs</dc:creator>
      <dc:date>2012-04-04T19:07:53Z</dc:date>
    </item>
  </channel>
</rss>

