<?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 search matching big multiline string in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357029#M175103</link>
    <description>&lt;P&gt;Hello All,&lt;BR /&gt;
I have a multiline very big string exported from excel CSV file to splunk...it worked good i can see all the values in fields&lt;BR /&gt;
now if I want to search&lt;/P&gt;

&lt;P&gt;index = xxxxxx source = yyyyyyyy  field = " below given sample field value"&lt;BR /&gt;&lt;BR /&gt;
then I am getting NO RESULT&lt;BR /&gt;
Do I need any special search methods to be used to match exact string ?????&lt;/P&gt;

&lt;P&gt;sample field value is below (PLease note this forum is not showing 100% match of my text when I paste here, but it is 90% match )&lt;BR /&gt;
    The ! (exclamation point) before SSLv2 is what disables this protocol.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Windows&lt;BR /&gt;
  Disable SSLv2 protocol support in Microsoft Windows&lt;/P&gt;

&lt;P&gt;Configure the server to require clients to use at least SSLv3 or TLS.&lt;/P&gt;

&lt;P&gt;For Microsoft Windows before Windows 2003, see  KB187498 (&lt;A href="http://support.microsoft.com/kb/187498"&gt;http://support.microsoft.com/kb/187498&lt;/A&gt;) . For newer versions of Microsoft Windows, see  KB245030 (&lt;A href="http://support.microsoft.com/kb/245030"&gt;http://support.microsoft.com/kb/245030&lt;/A&gt;) . &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Disable insecure TLS/SSL protocol support&lt;/P&gt;

&lt;P&gt;Configure the server to require clients to use TLS version 1.2 using Authenticated Encryption with Associated Data (AEAD) capable ciphers.&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Wed, 15 Mar 2017 14:51:53 GMT</pubDate>
    <dc:creator>722624</dc:creator>
    <dc:date>2017-03-15T14:51:53Z</dc:date>
    <item>
      <title>search matching big multiline string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357029#M175103</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;
I have a multiline very big string exported from excel CSV file to splunk...it worked good i can see all the values in fields&lt;BR /&gt;
now if I want to search&lt;/P&gt;

&lt;P&gt;index = xxxxxx source = yyyyyyyy  field = " below given sample field value"&lt;BR /&gt;&lt;BR /&gt;
then I am getting NO RESULT&lt;BR /&gt;
Do I need any special search methods to be used to match exact string ?????&lt;/P&gt;

&lt;P&gt;sample field value is below (PLease note this forum is not showing 100% match of my text when I paste here, but it is 90% match )&lt;BR /&gt;
    The ! (exclamation point) before SSLv2 is what disables this protocol.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Windows&lt;BR /&gt;
  Disable SSLv2 protocol support in Microsoft Windows&lt;/P&gt;

&lt;P&gt;Configure the server to require clients to use at least SSLv3 or TLS.&lt;/P&gt;

&lt;P&gt;For Microsoft Windows before Windows 2003, see  KB187498 (&lt;A href="http://support.microsoft.com/kb/187498"&gt;http://support.microsoft.com/kb/187498&lt;/A&gt;) . For newer versions of Microsoft Windows, see  KB245030 (&lt;A href="http://support.microsoft.com/kb/245030"&gt;http://support.microsoft.com/kb/245030&lt;/A&gt;) . &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Disable insecure TLS/SSL protocol support&lt;/P&gt;

&lt;P&gt;Configure the server to require clients to use TLS version 1.2 using Authenticated Encryption with Associated Data (AEAD) capable ciphers.&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 15 Mar 2017 14:51:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357029#M175103</guid>
      <dc:creator>722624</dc:creator>
      <dc:date>2017-03-15T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: search matching big multiline string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357030#M175104</link>
      <description>&lt;P&gt;@722624... Have you tried escaping special characters in your search string with backslash &lt;CODE&gt;\&lt;/CODE&gt;?&lt;BR /&gt;
Also use TERM() for defining exact term for search.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Search/UseCASEandTERMtomatchphrases"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Search/UseCASEandTERMtomatchphrases&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 15:24:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357030#M175104</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-03-15T15:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: search matching big multiline string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357031#M175105</link>
      <description>&lt;P&gt;The problem is that your field starts with a space, which is a &lt;CODE&gt;segmenter&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;I won't try to explain the nuance but try calling out each word of the match string like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index = xxxxxx source = yyyyyyyy below given sample field value field=" below given sample field value" 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Try bookending your search string with asterisks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index = xxxxxx source = yyyyyyyy field="*below given sample field value*" 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index = xxxxxx source = yyyyyyyy below given sample field value field=" below given sample field value" 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Mar 2017 16:28:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357031#M175105</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-15T16:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: search matching big multiline string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357032#M175106</link>
      <description>&lt;P&gt;Yes, &lt;CODE&gt;field = " blah blah "&lt;/CODE&gt; seems problematic.  Wonder if he should be using a field name at all in this case.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 18:15:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357032#M175106</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-03-15T18:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: search matching big multiline string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357033#M175107</link>
      <description>&lt;P&gt;Thank you for the reply....Actaully there is no space in the beginning&lt;/P&gt;

&lt;P&gt;when I upload the CSV, the values are stored in a field called "Solution"&lt;/P&gt;

&lt;P&gt;now I have to make a drilldown down report, where I am writing the query (This is dynamic, first level is a table with all soutions....after clicking a row of the table , the report goes to further level down, with more details about particular solution)...I am able to show the table ....when a row is clicked , I am trying to get the details of that solution writing something like below....&lt;/P&gt;

&lt;P&gt;Solution = "The ! (exclamation point) before SSLv2 is what disables this protocol.&lt;/P&gt;

&lt;P&gt;Windows&lt;BR /&gt;
Disable SSLv2 protocol support in Microsoft Windows&lt;/P&gt;

&lt;P&gt;Configure the server to require clients to use at least SSLv3 or TLS.&lt;BR /&gt;
    For Microsoft Windows before Windows 2003, see  KB187498 (&lt;A href="http://support.microsoft.com/kb/187498"&gt;http://support.microsoft.com/kb/187498&lt;/A&gt;) . For newer versions of Microsoft Windows, see  KB245030 (&lt;A href="http://support.microsoft.com/kb/245030"&gt;http://support.microsoft.com/kb/245030&lt;/A&gt;) . "&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 05:57:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357033#M175107</guid>
      <dc:creator>722624</dc:creator>
      <dc:date>2017-03-16T05:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: search matching big multiline string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357034#M175108</link>
      <description>&lt;P&gt;Thank you for the reply....Actaully there is no space in the beginning&lt;/P&gt;

&lt;P&gt;when I upload the CSV, the values are stored in a field called "Solution"&lt;/P&gt;

&lt;P&gt;now I have to make a drilldown down report, where I am writing the query (This is dynamic, first level is a table with all soutions....after clicking a row of the table , the report goes to further level down, with more details about particular solution)...I am able to show the table ....when a row is clicked , I am trying to get the details of that solution writing something like below....&lt;/P&gt;

&lt;P&gt;Solution = "The ! (exclamation point) before SSLv2 is what disables this protocol.&lt;/P&gt;

&lt;P&gt;Windows&lt;BR /&gt;
Disable SSLv2 protocol support in Microsoft Windows&lt;/P&gt;

&lt;P&gt;Configure the server to require clients to use at least SSLv3 or TLS.&lt;BR /&gt;
For Microsoft Windows before Windows 2003, see KB187498 (&lt;A href="http://support.microsoft.com/kb/187498"&gt;http://support.microsoft.com/kb/187498&lt;/A&gt;) . For newer versions of Microsoft Windows, see KB245030 (&lt;A href="http://support.microsoft.com/kb/245030"&gt;http://support.microsoft.com/kb/245030&lt;/A&gt;) . "&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 05:58:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357034#M175108</guid>
      <dc:creator>722624</dc:creator>
      <dc:date>2017-03-16T05:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: search matching big multiline string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357035#M175109</link>
      <description>&lt;P&gt;I tried using TERM but not getting any result&lt;/P&gt;

&lt;P&gt;I used like this&lt;/P&gt;

&lt;P&gt;TERM(The ! (exclamation point) before SSLv2 is what disables this protocol.&lt;/P&gt;

&lt;P&gt;Windows&lt;BR /&gt;
Disable SSLv2 protocol support in Microsoft Windows&lt;/P&gt;

&lt;P&gt;Configure the server to require clients to use at least SSLv3 or TLS.&lt;BR /&gt;
For Microsoft Windows before Windows 2003, see KB187498 (&lt;A href="http://support.microsoft.com/kb/187498"&gt;http://support.microsoft.com/kb/187498&lt;/A&gt;) . For newer versions of Microsoft Windows, see KB245030 (&lt;A href="http://support.microsoft.com/kb/245030"&gt;http://support.microsoft.com/kb/245030&lt;/A&gt;) .)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 06:00:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-matching-big-multiline-string/m-p/357035#M175109</guid>
      <dc:creator>722624</dc:creator>
      <dc:date>2017-03-16T06:00:06Z</dc:date>
    </item>
  </channel>
</rss>

