<?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: Limit message length in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Limit-message-length/m-p/57516#M179968</link>
    <description>&lt;P&gt;I'm very new to Splunk so forgive me if this isn't the best method available. I too was having this issue with limiting the length/size of Messages from Windows 2008 Security Logs. The work answer for me was to use the regex creation tool. &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Take a sample event and use the field extractor function. (Little drop down arrow in the top left corner.)&lt;/LI&gt;
&lt;LI&gt;This will open a new tab for Extract fields.&lt;/LI&gt;
&lt;LI&gt;In the sample events highlight the message that you are wanting to see and past this into the "Example values for a field:"&lt;/LI&gt;
&lt;LI&gt;Generate the regex then rename it as something more user friendly. &lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Again this may be a beginner stuff but it worked for me! &lt;/P&gt;</description>
    <pubDate>Wed, 30 May 2012 00:08:56 GMT</pubDate>
    <dc:creator>MelCharley</dc:creator>
    <dc:date>2012-05-30T00:08:56Z</dc:date>
    <item>
      <title>Limit message length</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Limit-message-length/m-p/57513#M179965</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;How can i limit the nuber of character displayed in the message field?&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2012 10:42:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Limit-message-length/m-p/57513#M179965</guid>
      <dc:creator>smarechal</dc:creator>
      <dc:date>2012-01-25T10:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Limit message length</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Limit-message-length/m-p/57514#M179966</link>
      <description>&lt;P&gt;What message field? Are you talking about limiting the value of a field?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2012 10:48:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Limit-message-length/m-p/57514#M179966</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-01-25T10:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Limit message length</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Limit-message-length/m-p/57515#M179967</link>
      <description>&lt;P&gt;Yes limit value of a field. For exemple the message field is very long for some Messages, is it possible to limit the display?&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2012 12:00:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Limit-message-length/m-p/57515#M179967</guid>
      <dc:creator>smarechal</dc:creator>
      <dc:date>2012-01-25T12:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Limit message length</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Limit-message-length/m-p/57516#M179968</link>
      <description>&lt;P&gt;I'm very new to Splunk so forgive me if this isn't the best method available. I too was having this issue with limiting the length/size of Messages from Windows 2008 Security Logs. The work answer for me was to use the regex creation tool. &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Take a sample event and use the field extractor function. (Little drop down arrow in the top left corner.)&lt;/LI&gt;
&lt;LI&gt;This will open a new tab for Extract fields.&lt;/LI&gt;
&lt;LI&gt;In the sample events highlight the message that you are wanting to see and past this into the "Example values for a field:"&lt;/LI&gt;
&lt;LI&gt;Generate the regex then rename it as something more user friendly. &lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Again this may be a beginner stuff but it worked for me! &lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2012 00:08:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Limit-message-length/m-p/57516#M179968</guid>
      <dc:creator>MelCharley</dc:creator>
      <dc:date>2012-05-30T00:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Limit message length</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Limit-message-length/m-p/57517#M179969</link>
      <description>&lt;P&gt;eval Message=split(Message,".") | eval Short_Message=mvindex(Message,0)   Gives the first sentence of the Windows Message field. Split divides the Message field by sentences (split at each period "." - the second command populates the first sentence (0) into the field called "Short_Message"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:46:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Limit-message-length/m-p/57517#M179969</guid>
      <dc:creator>tinylund</dc:creator>
      <dc:date>2020-09-29T18:46:00Z</dc:date>
    </item>
  </channel>
</rss>

