<?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 use * in eval if statement? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-use-in-eval-if-statement/m-p/604854#M210357</link>
    <description>&lt;P&gt;Either use match() to match with regex or searchmatch() to match "searchlike".&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2022 20:33:57 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2022-07-07T20:33:57Z</dc:date>
    <item>
      <title>How can I use * in eval if statement?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-use-in-eval-if-statement/m-p/604853#M210356</link>
      <description>&lt;P&gt;| eval RouteLatency = if (Name="ABC" AND HTTP="*https://.net.*.com*" , bckLatency ,RouteLatency )&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 20:28:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-use-in-eval-if-statement/m-p/604853#M210356</guid>
      <dc:creator>ashidhingra</dc:creator>
      <dc:date>2022-07-07T20:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use * in eval if statement?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-use-in-eval-if-statement/m-p/604854#M210357</link>
      <description>&lt;P&gt;Either use match() to match with regex or searchmatch() to match "searchlike".&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 20:33:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-use-in-eval-if-statement/m-p/604854#M210357</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-07-07T20:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use * in eval if statement?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-use-in-eval-if-statement/m-p/604912#M210379</link>
      <description>&lt;P&gt;use "like" function&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval RouteLatency = if (Name="ABC" AND like(HTTP,"%https://.net.%.com%") , bckLatency ,RouteLatency )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 11:47:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-use-in-eval-if-statement/m-p/604912#M210379</guid>
      <dc:creator>JacekF</dc:creator>
      <dc:date>2022-07-08T11:47:14Z</dc:date>
    </item>
  </channel>
</rss>

