<?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  remove Double quotes from a ip field values? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-remove-Double-quotes-from-a-ip-field-values/m-p/326997#M4668</link>
    <description>&lt;P&gt;Do it this way -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval src=replace(src,"\""."")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex field=src "\"?(?&amp;lt;src&amp;gt;[\d\.]+)\"?"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 05 Jun 2017 12:39:00 GMT</pubDate>
    <dc:creator>dineshraj9</dc:creator>
    <dc:date>2017-06-05T12:39:00Z</dc:date>
    <item>
      <title>How to  remove Double quotes from a ip field values?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-remove-Double-quotes-from-a-ip-field-values/m-p/326996#M4667</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;

&lt;P&gt;I have a field named src which contains IP's but with double quotes around them.&lt;BR /&gt;
I want to remove the double quotes from these values.&lt;/P&gt;

&lt;P&gt;Example &lt;BR /&gt;
extracted value src="10.23.25.23"&lt;BR /&gt;
needed value src=10.23.25.23&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 09:54:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-remove-Double-quotes-from-a-ip-field-values/m-p/326996#M4667</guid>
      <dc:creator>shivi_tcs</dc:creator>
      <dc:date>2017-06-05T09:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to  remove Double quotes from a ip field values?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-remove-Double-quotes-from-a-ip-field-values/m-p/326997#M4668</link>
      <description>&lt;P&gt;Do it this way -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval src=replace(src,"\""."")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex field=src "\"?(?&amp;lt;src&amp;gt;[\d\.]+)\"?"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Jun 2017 12:39:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-remove-Double-quotes-from-a-ip-field-values/m-p/326997#M4668</guid>
      <dc:creator>dineshraj9</dc:creator>
      <dc:date>2017-06-05T12:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to  remove Double quotes from a ip field values?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-remove-Double-quotes-from-a-ip-field-values/m-p/326998#M4669</link>
      <description>&lt;P&gt;thanks for the answer. It works well&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 07:36:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-remove-Double-quotes-from-a-ip-field-values/m-p/326998#M4669</guid>
      <dc:creator>shivi_tcs</dc:creator>
      <dc:date>2017-06-06T07:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to  remove Double quotes from a ip field values?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-remove-Double-quotes-from-a-ip-field-values/m-p/654303#M11150</link>
      <description>&lt;P&gt;Hey great rex, but the eval does not workwith a period, atleast it didnt for me. I replaced the period (pun) with a comma and it is now working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval src=replace(src,"\"","")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;happy splunkin' pard &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 18:47:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-remove-Double-quotes-from-a-ip-field-values/m-p/654303#M11150</guid>
      <dc:creator>Keysofsandiego</dc:creator>
      <dc:date>2023-08-14T18:47:50Z</dc:date>
    </item>
  </channel>
</rss>

