<?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 exclude a value if it is equal or less than the number of char? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-exclude-a-value-if-it-is-equal-or-less-than-the-number/m-p/592861#M206358</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/237678"&gt;@innoce&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can use eval len, something like this sample:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval ppp="12345678" 
| eval check=if(len(ppp)&amp;gt;8,"OK","NOK") 
| table check&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2022 10:03:51 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2022-04-07T10:03:51Z</dc:date>
    <item>
      <title>How can I exclude a value if it is equal or less than the number of char?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-exclude-a-value-if-it-is-equal-or-less-than-the-number/m-p/592858#M206356</link>
      <description>&lt;P&gt;I need to exclude the field values if it is less than or equal to 8 characters. For eg: In the field abc, I have the below values in which I need to exclude only (browsers, files, members) 'coz these has equal to or less than 8 characters. And I need to have the other values&lt;BR /&gt;&lt;BR /&gt;abc:&lt;BR /&gt;browsers&lt;BR /&gt;files&lt;BR /&gt;attachment&lt;BR /&gt;members&lt;BR /&gt;auto-saved&lt;BR /&gt;splunk-answers&lt;BR /&gt;discussions&lt;BR /&gt;&lt;BR /&gt;Can someone help me on this, please?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 09:42:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-exclude-a-value-if-it-is-equal-or-less-than-the-number/m-p/592858#M206356</guid>
      <dc:creator>innoce</dc:creator>
      <dc:date>2022-04-07T09:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I exclude a value if it is equal or less than the number of char?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-exclude-a-value-if-it-is-equal-or-less-than-the-number/m-p/592860#M206357</link>
      <description>&lt;LI-CODE lang="markup"&gt;| regex abc=".{9}"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 07 Apr 2022 09:55:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-exclude-a-value-if-it-is-equal-or-less-than-the-number/m-p/592860#M206357</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-04-07T09:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I exclude a value if it is equal or less than the number of char?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-exclude-a-value-if-it-is-equal-or-less-than-the-number/m-p/592861#M206358</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/237678"&gt;@innoce&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can use eval len, something like this sample:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval ppp="12345678" 
| eval check=if(len(ppp)&amp;gt;8,"OK","NOK") 
| table check&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 10:03:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-exclude-a-value-if-it-is-equal-or-less-than-the-number/m-p/592861#M206358</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-04-07T10:03:51Z</dc:date>
    </item>
  </channel>
</rss>

