<?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: Can find a field value only when using a wildcard prefix in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526097#M148496</link>
    <description>&lt;P&gt;Sounds like maybe a transforms/props issue.&lt;BR /&gt;&lt;BR /&gt;If you are getting hits with the wildcard, I would believe there is a whitespace issue; (where a leading space or more exists in the&amp;nbsp; value.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2020 19:34:43 GMT</pubDate>
    <dc:creator>kennetkline</dc:creator>
    <dc:date>2020-10-22T19:34:43Z</dc:date>
    <item>
      <title>Can find a field value only when using a wildcard prefix</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526049#M148481</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have field name: let's call it - "foo" and a value I desire to add to my search - "bar".&lt;BR /&gt;When I execute a normal query, for example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="main" sourcetype="blabla" foo="bar"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it won't find anything, although I know there are many events that have the field foo=bar&lt;BR /&gt;Alternatively, when I execute the following query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="main" sourcetype="blabla" foo="*bar"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I get the results I want.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What causes the first search, which should work, to fail? Is that encoding issue?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 14:34:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526049#M148481</guid>
      <dc:creator>ilyar</dc:creator>
      <dc:date>2020-10-22T14:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can find a field value only when using a wildcard prefix</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526061#M148484</link>
      <description>&lt;P&gt;Can you share your events?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 15:48:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526061#M148484</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-10-22T15:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can find a field value only when using a wildcard prefix</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526086#M148491</link>
      <description>&lt;P&gt;Hi buddy, unfortunately not, it's sensitive data. I'm sure people had the same problem. I believe it has to do with encoding...&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 18:56:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526086#M148491</guid>
      <dc:creator>ilyar</dc:creator>
      <dc:date>2020-10-22T18:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can find a field value only when using a wildcard prefix</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526097#M148496</link>
      <description>&lt;P&gt;Sounds like maybe a transforms/props issue.&lt;BR /&gt;&lt;BR /&gt;If you are getting hits with the wildcard, I would believe there is a whitespace issue; (where a leading space or more exists in the&amp;nbsp; value.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 19:34:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526097#M148496</guid>
      <dc:creator>kennetkline</dc:creator>
      <dc:date>2020-10-22T19:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can find a field value only when using a wildcard prefix</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526356#M148562</link>
      <description>&lt;P&gt;Hi! I tried to search with a numerous amouns of spaces, yet it cannot find the value. Using the wildcard works, however.&amp;nbsp;&lt;BR /&gt;Maybe you have an idea as to how to confirm that?&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 25 Oct 2020 06:22:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526356#M148562</guid>
      <dc:creator>ilyar</dc:creator>
      <dc:date>2020-10-25T06:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can find a field value only when using a wildcard prefix</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526361#M148565</link>
      <description>&lt;LI-CODE lang="markup"&gt;index="main" sourcetype="blabla"
| rex "foo=\"(?&amp;lt;characters&amp;gt;.*)bar\""
| fields characters&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 25 Oct 2020 08:14:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526361#M148565</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-10-25T08:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can find a field value only when using a wildcard prefix</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526382#M148574</link>
      <description>Can you check what your job inspection said on those rows which contains word lispy?</description>
      <pubDate>Sun, 25 Oct 2020 20:41:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-find-a-field-value-only-when-using-a-wildcard-prefix/m-p/526382#M148574</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-10-25T20:41:38Z</dc:date>
    </item>
  </channel>
</rss>

