<?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: Event  aggregation before Indexing in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Event-aggregation-before-Indexing/m-p/141332#M23091</link>
    <description>&lt;P&gt;will do , thanks MuS&lt;/P&gt;</description>
    <pubDate>Thu, 24 Apr 2014 08:22:20 GMT</pubDate>
    <dc:creator>gooza</dc:creator>
    <dc:date>2014-04-24T08:22:20Z</dc:date>
    <item>
      <title>Event  aggregation before Indexing</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Event-aggregation-before-Indexing/m-p/141328#M23087</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;
we have many sources that sends us a lot of similar events (DNS for example)&lt;BR /&gt;&lt;BR /&gt;
a.host.com 1.1.1.1&lt;BR /&gt;&lt;BR /&gt;
a.host.com 1.1.1.1&lt;BR /&gt;&lt;BR /&gt;
a.host.com 1.1.1.1    &lt;/P&gt;

&lt;P&gt;Is there a way for me to aggregate the events to one single event and just add the count of events that happened (lets say in one minute) ?  so I will only index:&lt;BR /&gt;&lt;BR /&gt;
a.host.com 1.1.1.1 count=3   &lt;/P&gt;

&lt;P&gt;Is it possible to do this in splunk ( maybe with regex in transforms)?&lt;BR /&gt;&lt;BR /&gt;
For now we are depended on 3rd party agents like arcsight in front of splunk to do the aggregation  - I would really like to see this feature in splunk  &lt;/P&gt;

&lt;P&gt;Any ideas?  &lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 03:47:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Event-aggregation-before-Indexing/m-p/141328#M23087</guid>
      <dc:creator>gooza</dc:creator>
      <dc:date>2014-04-24T03:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Event  aggregation before Indexing</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Event-aggregation-before-Indexing/m-p/141329#M23088</link>
      <description>&lt;P&gt;No you will not be able to do that at all. One possibility is to use a powershell script and count the events and send using scripted input.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 06:05:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Event-aggregation-before-Indexing/m-p/141329#M23088</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-04-24T06:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Event  aggregation before Indexing</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Event-aggregation-before-Indexing/m-p/141330#M23089</link>
      <description>&lt;P&gt;ok ,thanks for the replay, I hope splunk will add it in the future.&lt;BR /&gt;&lt;BR /&gt;
if anyone else need this feature please vote up this question so splunk can see the need.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 06:37:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Event-aggregation-before-Indexing/m-p/141330#M23089</guid>
      <dc:creator>gooza</dc:creator>
      <dc:date>2014-04-24T06:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Event  aggregation before Indexing</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Event-aggregation-before-Indexing/m-p/141331#M23090</link>
      <description>&lt;P&gt;Hi gooza,&lt;/P&gt;

&lt;P&gt;feel free to open an enhancement request on the support portal - this would be a P4 support case &lt;A href="http://www.splunk.com/support"&gt;http://www.splunk.com/support&lt;/A&gt; .&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 07:57:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Event-aggregation-before-Indexing/m-p/141331#M23090</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-04-24T07:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Event  aggregation before Indexing</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Event-aggregation-before-Indexing/m-p/141332#M23091</link>
      <description>&lt;P&gt;will do , thanks MuS&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 08:22:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Event-aggregation-before-Indexing/m-p/141332#M23091</guid>
      <dc:creator>gooza</dc:creator>
      <dc:date>2014-04-24T08:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Event  aggregation before Indexing</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Event-aggregation-before-Indexing/m-p/141333#M23092</link>
      <description>&lt;P&gt;A) Create a preprocessor program in any language that will aggregate the data and create a single event.&lt;/P&gt;

&lt;P&gt;B) Add the events to a temporary index that rolls off in a few hours or days, then create a summary index using that temporary index as input.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 20:53:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Event-aggregation-before-Indexing/m-p/141333#M23092</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-03-06T20:53:37Z</dc:date>
    </item>
  </channel>
</rss>

