<?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 to replace slash characters in field values with spaces instead (ex: change &amp;quot;A/B/C/D&amp;quot; to &amp;quot;A B C D&amp;quot;)? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-slash-characters-in-field-values-with-spaces/m-p/162688#M46164</link>
    <description>&lt;P&gt;Hi arnabsen1234,&lt;/P&gt;

&lt;P&gt;try something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| gentimes start=-1 | eval httpUrl="document/import/upload/reload" | rex field=httpUrl mode=sed "s/\// /g"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Sun, 21 Jun 2015 22:55:29 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2015-06-21T22:55:29Z</dc:date>
    <item>
      <title>How to replace slash characters in field values with spaces instead (ex: change "A/B/C/D" to "A B C D")?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-slash-characters-in-field-values-with-spaces/m-p/162687#M46163</link>
      <description>&lt;P&gt;I have a field named &lt;CODE&gt;httpUrl&lt;/CODE&gt;. This field has values with slashes like &lt;CODE&gt;"/document/import/upload/reload/"&lt;/CODE&gt;. I want to replace all the slashes with spaces. So the final thing should look like &lt;CODE&gt;httpUrl="document import upload reload"&lt;/CODE&gt;. How do I achieve this?&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2015 22:40:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-slash-characters-in-field-values-with-spaces/m-p/162687#M46163</guid>
      <dc:creator>arnabsen1234</dc:creator>
      <dc:date>2015-06-21T22:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace slash characters in field values with spaces instead (ex: change "A/B/C/D" to "A B C D")?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-slash-characters-in-field-values-with-spaces/m-p/162688#M46164</link>
      <description>&lt;P&gt;Hi arnabsen1234,&lt;/P&gt;

&lt;P&gt;try something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| gentimes start=-1 | eval httpUrl="document/import/upload/reload" | rex field=httpUrl mode=sed "s/\// /g"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2015 22:55:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-slash-characters-in-field-values-with-spaces/m-p/162688#M46164</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-06-21T22:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace slash characters in field values with spaces instead (ex: change "A/B/C/D" to "A B C D")?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-slash-characters-in-field-values-with-spaces/m-p/162689#M46165</link>
      <description>&lt;P&gt;Try &lt;CODE&gt;... | eval httpUrl=replace (httpUrl,"/"," ") | ...&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2015 23:05:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-slash-characters-in-field-values-with-spaces/m-p/162689#M46165</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-06-21T23:05:35Z</dc:date>
    </item>
  </channel>
</rss>

