<?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: Half event to index queue and half event to null queue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320047#M59773</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have tried using Truncate in props.conf, but it did not help me out.&lt;/P&gt;

&lt;P&gt;The logs are from kafka topic events.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
BK&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2017 08:50:49 GMT</pubDate>
    <dc:creator>bharathkumarnec</dc:creator>
    <dc:date>2017-09-07T08:50:49Z</dc:date>
    <item>
      <title>Half event to index queue and half event to null queue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320045#M59771</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;Is there a possibility to send half of the event to index queue and half of the event to null queue??&lt;/P&gt;

&lt;P&gt;Can this be done based on the size of the event, for example only 1Kb event should be indexed out of 1MB event and rest should be sent to null queue.&lt;/P&gt;

&lt;P&gt;Thanks in advance for your inputs!&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
BK&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 07:44:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320045#M59771</guid>
      <dc:creator>bharathkumarnec</dc:creator>
      <dc:date>2017-09-07T07:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Half event to index queue and half event to null queue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320046#M59772</link>
      <description>&lt;P&gt;Hi bharathkumarnec,&lt;BR /&gt;
you can use TRUNCATE in props.conf to limit the lenght of each event of a specified sourcetype.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 08:08:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320046#M59772</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-07T08:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Half event to index queue and half event to null queue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320047#M59773</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have tried using Truncate in props.conf, but it did not help me out.&lt;/P&gt;

&lt;P&gt;The logs are from kafka topic events.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
BK&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 08:50:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320047#M59773</guid>
      <dc:creator>bharathkumarnec</dc:creator>
      <dc:date>2017-09-07T08:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Half event to index queue and half event to null queue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320048#M59774</link>
      <description>&lt;P&gt;with TRUNCATE you define the max lenght of your events.&lt;BR /&gt;
If you can define a point of your events (e.g. a word or some chars) that you can use in a regex you can delete all chars after this word or chars.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 10:26:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320048#M59774</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-07T10:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Half event to index queue and half event to null queue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320049#M59775</link>
      <description>&lt;P&gt;My data is in JSON format, will regex take care of this for JSON events??&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:32:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320049#M59775</guid>
      <dc:creator>bharathkumarnec</dc:creator>
      <dc:date>2017-09-08T07:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Half event to index queue and half event to null queue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320050#M59776</link>
      <description>&lt;P&gt;with regex you can parse every event, can you share an example of your logs?&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:36:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320050#M59776</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-08T07:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Half event to index queue and half event to null queue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320051#M59777</link>
      <description>&lt;P&gt;You have 2 options:&lt;BR /&gt;
1: Have Splunk split it into 2 events and then throw away one of them.  This is silly.&lt;BR /&gt;
2: Use &lt;CODE&gt;SEDCMD&lt;/CODE&gt; to strip the bad part of the event and replace it with nothing.  This rocks.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 03:55:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Half-event-to-index-queue-and-half-event-to-null-queue/m-p/320051#M59777</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-09-10T03:55:45Z</dc:date>
    </item>
  </channel>
</rss>

