<?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 can I split (delimit) and select only certain value? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-split-delimit-and-select-only-certain-value/m-p/532323#M150376</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;That worked!. Thank you. Upvoted.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Dec 2020 12:18:17 GMT</pubDate>
    <dc:creator>satheeshkumar55</dc:creator>
    <dc:date>2020-12-08T12:18:17Z</dc:date>
    <item>
      <title>How can I split (delimit) and select only certain value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-split-delimit-and-select-only-certain-value/m-p/532084#M150309</link>
      <description>&lt;P&gt;IP Field in IIS log is like below.&lt;/P&gt;&lt;P&gt;100.30.24.56,+11.44.66.778,+120.33.44.15,12.567.89.666&lt;/P&gt;&lt;P&gt;I want to get only the IP before first comma. (100.30.24.56 in this case).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried something like below but no luck.&lt;/P&gt;&lt;P&gt;eval IP=split(IP,",")&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 23:20:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-split-delimit-and-select-only-certain-value/m-p/532084#M150309</guid>
      <dc:creator>satheeshkumar55</dc:creator>
      <dc:date>2020-12-04T23:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I split (delimit) and select only certain value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-split-delimit-and-select-only-certain-value/m-p/532088#M150312</link>
      <description>&lt;P&gt;You were halfway there.&amp;nbsp; The split function returns a multi-value field.&amp;nbsp; The next step is to extract the first entry in that multi-value field.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval IP=split(IP,",")
| eval IP=mvindex(IP, 0)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2020 01:19:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-split-delimit-and-select-only-certain-value/m-p/532088#M150312</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-05T01:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I split (delimit) and select only certain value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-split-delimit-and-select-only-certain-value/m-p/532323#M150376</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;That worked!. Thank you. Upvoted.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 12:18:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-split-delimit-and-select-only-certain-value/m-p/532323#M150376</guid>
      <dc:creator>satheeshkumar55</dc:creator>
      <dc:date>2020-12-08T12:18:17Z</dc:date>
    </item>
  </channel>
</rss>

