<?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 SEDCMD to change field name in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-to-change-field-name/m-p/280691#M53710</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;
i have a log event as&lt;BR /&gt;
&lt;STRONG&gt;DEBUG 2017.02.06 17:15:35.385: (common.work) Parsed source address, source='10.0.0.2'&lt;/STRONG&gt; i want to change the &lt;STRONG&gt;source&lt;/STRONG&gt; as &lt;STRONG&gt;src_ip&lt;/STRONG&gt; at index time&lt;/P&gt;

&lt;P&gt;can any one help me ?&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Tue, 07 Feb 2017 15:19:51 GMT</pubDate>
    <dc:creator>saifuddin9122</dc:creator>
    <dc:date>2017-02-07T15:19:51Z</dc:date>
    <item>
      <title>SEDCMD to change field name</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-to-change-field-name/m-p/280691#M53710</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;
i have a log event as&lt;BR /&gt;
&lt;STRONG&gt;DEBUG 2017.02.06 17:15:35.385: (common.work) Parsed source address, source='10.0.0.2'&lt;/STRONG&gt; i want to change the &lt;STRONG&gt;source&lt;/STRONG&gt; as &lt;STRONG&gt;src_ip&lt;/STRONG&gt; at index time&lt;/P&gt;

&lt;P&gt;can any one help me ?&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 15:19:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-to-change-field-name/m-p/280691#M53710</guid>
      <dc:creator>saifuddin9122</dc:creator>
      <dc:date>2017-02-07T15:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: SEDCMD to change field name</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-to-change-field-name/m-p/280692#M53711</link>
      <description>&lt;P&gt;Try like this (props.conf on Indexer/heavy forwarder)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[YourSourceType]
...other settings..
SEDCMD-srcip = s/,\s+source=/, src_ip=/g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Feb 2017 15:25:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-to-change-field-name/m-p/280692#M53711</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-02-07T15:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: SEDCMD to change field name</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-to-change-field-name/m-p/280693#M53712</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;SEDCMD-source = s/, source=/, src_ip=/
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Although I think a better option is to use a field alias. Settings -&amp;gt; Fields -&amp;gt; Field aliases&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 15:25:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SEDCMD-to-change-field-name/m-p/280693#M53712</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2017-02-07T15:25:53Z</dc:date>
    </item>
  </channel>
</rss>

