<?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: unable to solve &amp;quot;mvexpand: output will be truncated due to excessive memory usage.&amp;quot; in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/unable-to-solve-quot-mvexpand-output-will-be-truncated-due-to/m-p/556749#M38711</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234930"&gt;@saikumar009&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please try this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=ehub-loop
| rex "(?:((?:\[BEGIN LOGGING AT (?&amp;lt;Event_Timestamp&amp;gt;.*)\]\n)?)((?:(?P&amp;lt;Event_log_entry&amp;gt;(?s).*)\n)?)((?:\[END LOGGING])?))" offset_field=_extracted_fields_bounds
| rex field=Event_log_entry max_match=0 "^(?&amp;lt;single_log_entry&amp;gt;.+)\n*" offset_field=_extracted_fields_bounds
| stats count by single_log_entry 
| rex field=single_log_entry "(?P&amp;lt;log_Timestamp&amp;gt;\d{4}\-\d{2}\-\d{2}\s\d{2}:\d{2}:\d{2}\,\d{3})\s+(?P&amp;lt;log_level&amp;gt;[^ ]+)\s+\[(?P&amp;lt;Thread_Number&amp;gt;[^ ]+)\]\s+(?P&amp;lt;Class_Name&amp;gt;[^ ]+)\s+\-\s+(?P&amp;lt;log_msg&amp;gt;(?s).*)" offset_field=_extracted_fields_bounds
| stats sum(count) as Error_Count by Class_Name,log_level,log_msg&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Sample Search :&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults | eval _raw="[BEGIN LOGGING AT 2021-05-20 21:00:12,505]
2021-05-21 12:09:40,460 Loglevel [Threadid] Classname - logmsg
2021-05-21 12:09:40,476 Loglevel [Threadid] Classname - logmsg
2021-05-21 12:09:40,507 Loglevel [Threadid] Classname - logmsg
2021-05-21 12:09:40,507 Loglevel [Threadid] Classname - logmsg
2021-05-21 12:09:40,522 Loglevel [Threadid] Classname - logmsg
[END LOGGING]
" | multikv 
| rex "(?:((?:\[BEGIN LOGGING AT (?&amp;lt;Event_Timestamp&amp;gt;.*)\]\n)?)((?:(?P&amp;lt;Event_log_entry&amp;gt;(?s).*)\n)?)((?:\[END LOGGING])?))" offset_field=_extracted_fields_bounds
| rex field=Event_log_entry max_match=0 "^(?&amp;lt;single_log_entry&amp;gt;.+)\n*" offset_field=_extracted_fields_bounds
| stats count by single_log_entry 
| rex field=single_log_entry "(?P&amp;lt;log_Timestamp&amp;gt;\d{4}\-\d{2}\-\d{2}\s\d{2}:\d{2}:\d{2}\,\d{3})\s+(?P&amp;lt;log_level&amp;gt;[^ ]+)\s+\[(?P&amp;lt;Thread_Number&amp;gt;[^ ]+)\]\s+(?P&amp;lt;Class_Name&amp;gt;[^ ]+)\s+\-\s+(?P&amp;lt;log_msg&amp;gt;(?s).*)" offset_field=_extracted_fields_bounds
| stats sum(count) as Error_Count by Class_Name,log_level,log_msg&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;KV&lt;BR /&gt;▄︻̷̿┻̿═━一&lt;BR /&gt;&lt;BR /&gt;If any of my reply helps you to solve the problem Or gain knowledge, an upvote would be appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jun 2021 17:21:44 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2021-06-22T17:21:44Z</dc:date>
    <item>
      <title>unable to solve "mvexpand: output will be truncated due to excessive memory usage."</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unable-to-solve-quot-mvexpand-output-will-be-truncated-due-to/m-p/556658#M38697</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I am running into an issue with some spath and mvexpand functions in splunk. I get the following error: "output will be truncated at 3700 results due to excessive memory usage."&lt;/P&gt;&lt;P&gt;after searching here few previous answer worked. However it is not working out for me&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here is my search&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;index=ehub-loop&lt;BR /&gt;|rex "(?:((?:\[BEGIN LOGGING AT (?&amp;lt;Event_Timestamp&amp;gt;.*)\]\n)?)((?:(?P&amp;lt;Event_log_entry&amp;gt;(?s).*)\n)?)((?:\[END LOGGING])?))" offset_field=_extracted_fields_bounds&lt;BR /&gt;| rex field=Event_log_entry max_match=0 "^(?&amp;lt;single_log_entry&amp;gt;.+)\n*" offset_field=_extracted_fields_bounds&lt;BR /&gt;| mvexpand single_log_entry&lt;BR /&gt;| rex field=single_log_entry "(?P&amp;lt;log_Timestamp&amp;gt;\d{4}\-\d{2}\-\d{2}\s\d{2}:\d{2}:\d{2}\,\d{3})\s+(?P&amp;lt;log_level&amp;gt;[^ ]+)\s+\[(?P&amp;lt;Thread_Number&amp;gt;[^ ]+)\]\s+(?P&amp;lt;Class_Name&amp;gt;[^ ]+)\s+\-\s+(?P&amp;lt;log_msg&amp;gt;(?s).*)" offset_field=_extracted_fields_bounds&lt;BR /&gt;|stats count(Class_Name) as Error_Count by Class_Name,log_level,log_msg&lt;BR /&gt;&lt;BR /&gt;Each event will be like&lt;BR /&gt;&lt;BR /&gt;[BEGIN LOGGING AT 2021-05-20 21:00:12,505]&lt;BR /&gt;2021-05-21 12:09:40,460 Loglevel [Threadid] Classname - logmsg&lt;BR /&gt;2021-05-21 12:09:40,476 Loglevel [Threadid] Classname - logmsg&lt;BR /&gt;2021-05-21 12:09:40,507 Loglevel [Threadid] Classname - logmsg&lt;BR /&gt;2021-05-21 12:09:40,507 Loglevel [Threadid] Classname - logmsg&lt;BR /&gt;2021-05-21 12:09:40,522 Loglevel [Threadid] Classname - logmsg&lt;BR /&gt;[END LOGGING]&lt;BR /&gt;&lt;BR /&gt;Please help me out&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 10:20:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unable-to-solve-quot-mvexpand-output-will-be-truncated-due-to/m-p/556658#M38697</guid>
      <dc:creator>saikumar009</dc:creator>
      <dc:date>2021-06-22T10:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: unable to solve "mvexpand: output will be truncated due to excessive memory usage."</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unable-to-solve-quot-mvexpand-output-will-be-truncated-due-to/m-p/556749#M38711</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234930"&gt;@saikumar009&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please try this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=ehub-loop
| rex "(?:((?:\[BEGIN LOGGING AT (?&amp;lt;Event_Timestamp&amp;gt;.*)\]\n)?)((?:(?P&amp;lt;Event_log_entry&amp;gt;(?s).*)\n)?)((?:\[END LOGGING])?))" offset_field=_extracted_fields_bounds
| rex field=Event_log_entry max_match=0 "^(?&amp;lt;single_log_entry&amp;gt;.+)\n*" offset_field=_extracted_fields_bounds
| stats count by single_log_entry 
| rex field=single_log_entry "(?P&amp;lt;log_Timestamp&amp;gt;\d{4}\-\d{2}\-\d{2}\s\d{2}:\d{2}:\d{2}\,\d{3})\s+(?P&amp;lt;log_level&amp;gt;[^ ]+)\s+\[(?P&amp;lt;Thread_Number&amp;gt;[^ ]+)\]\s+(?P&amp;lt;Class_Name&amp;gt;[^ ]+)\s+\-\s+(?P&amp;lt;log_msg&amp;gt;(?s).*)" offset_field=_extracted_fields_bounds
| stats sum(count) as Error_Count by Class_Name,log_level,log_msg&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Sample Search :&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults | eval _raw="[BEGIN LOGGING AT 2021-05-20 21:00:12,505]
2021-05-21 12:09:40,460 Loglevel [Threadid] Classname - logmsg
2021-05-21 12:09:40,476 Loglevel [Threadid] Classname - logmsg
2021-05-21 12:09:40,507 Loglevel [Threadid] Classname - logmsg
2021-05-21 12:09:40,507 Loglevel [Threadid] Classname - logmsg
2021-05-21 12:09:40,522 Loglevel [Threadid] Classname - logmsg
[END LOGGING]
" | multikv 
| rex "(?:((?:\[BEGIN LOGGING AT (?&amp;lt;Event_Timestamp&amp;gt;.*)\]\n)?)((?:(?P&amp;lt;Event_log_entry&amp;gt;(?s).*)\n)?)((?:\[END LOGGING])?))" offset_field=_extracted_fields_bounds
| rex field=Event_log_entry max_match=0 "^(?&amp;lt;single_log_entry&amp;gt;.+)\n*" offset_field=_extracted_fields_bounds
| stats count by single_log_entry 
| rex field=single_log_entry "(?P&amp;lt;log_Timestamp&amp;gt;\d{4}\-\d{2}\-\d{2}\s\d{2}:\d{2}:\d{2}\,\d{3})\s+(?P&amp;lt;log_level&amp;gt;[^ ]+)\s+\[(?P&amp;lt;Thread_Number&amp;gt;[^ ]+)\]\s+(?P&amp;lt;Class_Name&amp;gt;[^ ]+)\s+\-\s+(?P&amp;lt;log_msg&amp;gt;(?s).*)" offset_field=_extracted_fields_bounds
| stats sum(count) as Error_Count by Class_Name,log_level,log_msg&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;KV&lt;BR /&gt;▄︻̷̿┻̿═━一&lt;BR /&gt;&lt;BR /&gt;If any of my reply helps you to solve the problem Or gain knowledge, an upvote would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 17:21:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unable-to-solve-quot-mvexpand-output-will-be-truncated-due-to/m-p/556749#M38711</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-06-22T17:21:44Z</dc:date>
    </item>
  </channel>
</rss>

