<?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 Please help me understand Eval function query in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Please-help-me-understand-Eval-function-query/m-p/606418#M210905</link>
    <description>&lt;UL&gt;
&lt;LI&gt;Please help to understand the logic of below query&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;eval count=if(isnull(count), -1,count)&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Thu, 21 Jul 2022 13:25:13 GMT</pubDate>
    <dc:creator>aaa2324</dc:creator>
    <dc:date>2022-07-21T13:25:13Z</dc:date>
    <item>
      <title>Please help me understand Eval function query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Please-help-me-understand-Eval-function-query/m-p/606418#M210905</link>
      <description>&lt;UL&gt;
&lt;LI&gt;Please help to understand the logic of below query&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;eval count=if(isnull(count), -1,count)&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 21 Jul 2022 13:25:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Please-help-me-understand-Eval-function-query/m-p/606418#M210905</guid>
      <dc:creator>aaa2324</dc:creator>
      <dc:date>2022-07-21T13:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Evan function query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Please-help-me-understand-Eval-function-query/m-p/606429#M210914</link>
      <description>&lt;P&gt;This is the same as&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| fillnull value=-1 count&lt;/LI-CODE&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval count=coalesce(count,-1)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 07:36:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Please-help-me-understand-Eval-function-query/m-p/606429#M210914</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-07-21T07:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Evan function query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Please-help-me-understand-Eval-function-query/m-p/606431#M210915</link>
      <description>&lt;P&gt;If count value is null set count value to -1, use the count value otherwise (i.e. if count value is not null do not change it).&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 07:50:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Please-help-me-understand-Eval-function-query/m-p/606431#M210915</guid>
      <dc:creator>JacekF</dc:creator>
      <dc:date>2022-07-21T07:50:13Z</dc:date>
    </item>
  </channel>
</rss>

