<?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: Help fixing string with newline that is not searchable in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-fixing-string-with-newline-that-is-not-searchable/m-p/490849#M137055</link>
    <description>&lt;P&gt;It's problem with \r. Use * in place of \r. All other characters will match.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=INDEXNAME FIELDNAME="asdf *\n asdf"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 11 Mar 2020 17:03:18 GMT</pubDate>
    <dc:creator>manjunathmeti</dc:creator>
    <dc:date>2020-03-11T17:03:18Z</dc:date>
    <item>
      <title>Help fixing string with newline that is not searchable</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-fixing-string-with-newline-that-is-not-searchable/m-p/490846#M137052</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;if my string is "asdf .\r\n asdf" and I filter on that (Add to search) I get "No results found".&lt;/P&gt;

&lt;P&gt;Any idea how to fix this?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Gunnar&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 16:30:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-fixing-string-with-newline-that-is-not-searchable/m-p/490846#M137052</guid>
      <dc:creator>sjova</dc:creator>
      <dc:date>2020-03-11T16:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help fixing string with newline that is not searchable</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-fixing-string-with-newline-that-is-not-searchable/m-p/490847#M137053</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=INDEXNAME FIELDNAME="asdf*asdf"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Mar 2020 16:51:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-fixing-string-with-newline-that-is-not-searchable/m-p/490847#M137053</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2020-03-11T16:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help fixing string with newline that is not searchable</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-fixing-string-with-newline-that-is-not-searchable/m-p/490848#M137054</link>
      <description>&lt;P&gt;It is not possible to add it more globally to it affects all my queries(that have line breaks in them)?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 16:56:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-fixing-string-with-newline-that-is-not-searchable/m-p/490848#M137054</guid>
      <dc:creator>sjova</dc:creator>
      <dc:date>2020-03-11T16:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help fixing string with newline that is not searchable</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-fixing-string-with-newline-that-is-not-searchable/m-p/490849#M137055</link>
      <description>&lt;P&gt;It's problem with \r. Use * in place of \r. All other characters will match.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=INDEXNAME FIELDNAME="asdf *\n asdf"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Mar 2020 17:03:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-fixing-string-with-newline-that-is-not-searchable/m-p/490849#M137055</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2020-03-11T17:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help fixing string with newline that is not searchable</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-fixing-string-with-newline-that-is-not-searchable/m-p/490850#M137056</link>
      <description>&lt;P&gt;asdf is just an example. That string is really a stacktrace from a program. Any idea how I can do this in a general way (so that my queries work)?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 17:09:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-fixing-string-with-newline-that-is-not-searchable/m-p/490850#M137056</guid>
      <dc:creator>sjova</dc:creator>
      <dc:date>2020-03-11T17:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help fixing string with newline that is not searchable</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-fixing-string-with-newline-that-is-not-searchable/m-p/490851#M137057</link>
      <description>&lt;P&gt;Thanks, I just replaced \r\n with \n and then it worked fine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 17:33:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-fixing-string-with-newline-that-is-not-searchable/m-p/490851#M137057</guid>
      <dc:creator>sjova</dc:creator>
      <dc:date>2020-03-11T17:33:00Z</dc:date>
    </item>
  </channel>
</rss>

