<?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 can i modify multivalued field? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-can-i-modify-multivalued-field/m-p/263670#M79131</link>
    <description>&lt;P&gt;hi,&lt;BR /&gt;
how can i change the content of multivalued field using regex.&lt;/P&gt;

&lt;P&gt;i have a multivalued field and i try to modify the values, but nothing match with my regex.&lt;/P&gt;

&lt;P&gt;how can i do?&lt;/P&gt;

&lt;P&gt;thx&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2016 11:53:45 GMT</pubDate>
    <dc:creator>sfatnass</dc:creator>
    <dc:date>2016-07-18T11:53:45Z</dc:date>
    <item>
      <title>how can i modify multivalued field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-can-i-modify-multivalued-field/m-p/263670#M79131</link>
      <description>&lt;P&gt;hi,&lt;BR /&gt;
how can i change the content of multivalued field using regex.&lt;/P&gt;

&lt;P&gt;i have a multivalued field and i try to modify the values, but nothing match with my regex.&lt;/P&gt;

&lt;P&gt;how can i do?&lt;/P&gt;

&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 11:53:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-can-i-modify-multivalued-field/m-p/263670#M79131</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2016-07-18T11:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: how can i modify multivalued field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-can-i-modify-multivalued-field/m-p/263671#M79132</link>
      <description>&lt;P&gt;Hi, sfatnass,&lt;/P&gt;

&lt;P&gt;Can you provide &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;an example of the multivalued field &lt;/LI&gt;
&lt;LI&gt;the command you are trying to run against it &lt;/LI&gt;
&lt;LI&gt;a description of what you are trying to do&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Thanks! &lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 11:56:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-can-i-modify-multivalued-field/m-p/263671#M79132</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-07-18T11:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: how can i modify multivalued field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-can-i-modify-multivalued-field/m-p/263672#M79133</link>
      <description>&lt;P&gt;I always use &lt;CODE&gt;rex&lt;/CODE&gt;.  It will run against all values.  For example, try this to replace all &lt;CODE&gt;spaces&lt;/CODE&gt; with &lt;CODE&gt;underscores&lt;/CODE&gt; in all values of field &lt;CODE&gt;MyField&lt;/CODE&gt;.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rex field=MyField mode=sed "s/ /_/g"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Jul 2016 14:07:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-can-i-modify-multivalued-field/m-p/263672#M79133</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-18T14:07:03Z</dc:date>
    </item>
  </channel>
</rss>

