<?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: Why are events are not displayed in the search results because _raw fields exceed the limit of 16777216 characters? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-are-events-are-not-displayed-in-the-search-results-because/m-p/638910#M221387</link>
    <description>&lt;P&gt;The problem is exactly what it says it is.&amp;nbsp; The situation is EITHER:&lt;BR /&gt;A: You are NOTlinbreaking the file correctly and each current event is actually MANY events&lt;BR /&gt;B: You ARE linebreaking the file correctly and each current event really is HUUUUGE.&lt;BR /&gt;&lt;BR /&gt;In the case of the former, just fix it.&amp;nbsp; In the case of the latter, you will have to reformat the original logs to ensure that each event is smaller the inescapable limit.&amp;nbsp; We usually use cribl for this but it is more than we can talk about in here because there is bunch of depends.&amp;nbsp; I am easy to find so reach out to me if you are in the latter boat.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2023 21:53:19 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2023-04-05T21:53:19Z</dc:date>
    <item>
      <title>Why are events are not displayed in the search results because _raw fields exceed the limit of 16777216 characters?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-events-are-not-displayed-in-the-search-results-because/m-p/638880#M221366</link>
      <description>&lt;P&gt;Hi Team&lt;/P&gt;
&lt;P&gt;I am getting below warning notification from indexers , can someone help how to clear this .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;Search peer XXXX has the following message: Events are not displayed in the search results because _raw fields exceed the limit of 16777216 characters. Ensure that _raw fields are below the given character limit or switch to the CSV serialization format by setting 'results_serial_format=csv' in limits.conf. Switching to the CSV serialization format will reduce search performance&lt;/SPAN&gt;"&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 19:23:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-events-are-not-displayed-in-the-search-results-because/m-p/638880#M221366</guid>
      <dc:creator>ssuluguri</dc:creator>
      <dc:date>2023-04-05T19:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why are events are not displayed in the search results because _raw fields exceed the limit of 16777216 characters?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-events-are-not-displayed-in-the-search-results-because/m-p/638910#M221387</link>
      <description>&lt;P&gt;The problem is exactly what it says it is.&amp;nbsp; The situation is EITHER:&lt;BR /&gt;A: You are NOTlinbreaking the file correctly and each current event is actually MANY events&lt;BR /&gt;B: You ARE linebreaking the file correctly and each current event really is HUUUUGE.&lt;BR /&gt;&lt;BR /&gt;In the case of the former, just fix it.&amp;nbsp; In the case of the latter, you will have to reformat the original logs to ensure that each event is smaller the inescapable limit.&amp;nbsp; We usually use cribl for this but it is more than we can talk about in here because there is bunch of depends.&amp;nbsp; I am easy to find so reach out to me if you are in the latter boat.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 21:53:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-events-are-not-displayed-in-the-search-results-because/m-p/638910#M221387</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2023-04-05T21:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why are events are not displayed in the search results because _raw fields exceed the limit of 16777216 characters?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-events-are-not-displayed-in-the-search-results-because/m-p/646012#M223646</link>
      <description>&lt;P&gt;is there a way to identify what logs are those?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 02:55:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-events-are-not-displayed-in-the-search-results-because/m-p/646012#M223646</guid>
      <dc:creator>JNgoho</dc:creator>
      <dc:date>2023-06-07T02:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why are events are not displayed in the search results because _raw fields exceed the limit of 16777216 characters?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-events-are-not-displayed-in-the-search-results-because/m-p/646013#M223647</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;probably you could found those by searching for _internal? I haven’t have this kind of situation, sou I couldn’t give you a SPL for that. Another option is look your current search which has given that warning. Then just create search like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your base from previous search&amp;gt;
|eval len =length(_raw)
| fields host source sourcetype len 
| where len &amp;gt; &amp;lt;max length from error message&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 04:38:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-events-are-not-displayed-in-the-search-results-because/m-p/646013#M223647</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-07T04:38:29Z</dc:date>
    </item>
  </channel>
</rss>

