<?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: Trigger to create a new custom _raw before indexing data in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393883#M20726</link>
    <description>&lt;P&gt;Hey@Kozokkon,&lt;/P&gt;

&lt;P&gt;You can try using summary indexing but this can be done after indexing data for the first time.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/Knowledge/Usesummaryindexing"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/Knowledge/Usesummaryindexing&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Let me know if this helps!!&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jun 2018 07:26:48 GMT</pubDate>
    <dc:creator>deepashri_123</dc:creator>
    <dc:date>2018-06-18T07:26:48Z</dc:date>
    <item>
      <title>Trigger to create a new custom _raw before indexing data</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393877#M20720</link>
      <description>&lt;P&gt;Good afternoon,&lt;BR /&gt;
I want to ask if there is a way how to create own _raw data and to fire some kind of SPL query when some new event come to splunk ( the best would be if it is possible to make it before indexing ).&lt;/P&gt;

&lt;P&gt;The whole idea is: When a new event comes, splunk will create a brand new event and save it in different index with little set of information from previous event + some extra info (for ex. actual timestamp).&lt;/P&gt;

&lt;P&gt;I tried to make this work with alert, by "alerting" each new event to a new index. But the problem is that solution is extremely slow. I tried to upload 20k of new data at once and it took about hour to parse all of these.&lt;/P&gt;

&lt;P&gt;Here is the pic of my idea:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5227i045801A8412F19AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;That line between server and indexes is splunk server, the best would be if it gonna happen at pre or during indexing time, but if it happens after I wouldn't mind. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 11:46:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393877#M20720</guid>
      <dc:creator>Kozokkon</dc:creator>
      <dc:date>2018-06-15T11:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger to create a new custom _raw before indexing data</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393878#M20721</link>
      <description>&lt;P&gt;What problem are you trying to solve?  Perhaps there is another way to accomplish your goal.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 13:19:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393878#M20721</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-06-15T13:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger to create a new custom _raw before indexing data</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393879#M20722</link>
      <description>&lt;P&gt;When you say alerting, do you mean alert search with summary index option? If not, have you explored option of summary indexing for this?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 15:17:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393879#M20722</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-06-15T15:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger to create a new custom _raw before indexing data</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393880#M20723</link>
      <description>&lt;P&gt;In short: I'm receiving JSON so everything is parsed and saved as field. I need to anonymized some information and reduce some fields for search optimization. &lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 06:49:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393880#M20723</guid>
      <dc:creator>Kozokkon</dc:creator>
      <dc:date>2018-06-18T06:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger to create a new custom _raw before indexing data</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393881#M20724</link>
      <description>&lt;P&gt;Mine idea was to parse already received information to another index with own redefined structure and variables and make searches on them. &lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 06:52:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393881#M20724</guid>
      <dc:creator>Kozokkon</dc:creator>
      <dc:date>2018-06-18T06:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger to create a new custom _raw before indexing data</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393882#M20725</link>
      <description>&lt;P&gt;That was kinda a hack, i set alert per every new event and made a spl where I totally recreate my _raw output as I want and set it to save to another index.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 06:54:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393882#M20725</guid>
      <dc:creator>Kozokkon</dc:creator>
      <dc:date>2018-06-18T06:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger to create a new custom _raw before indexing data</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393883#M20726</link>
      <description>&lt;P&gt;Hey@Kozokkon,&lt;/P&gt;

&lt;P&gt;You can try using summary indexing but this can be done after indexing data for the first time.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/Knowledge/Usesummaryindexing"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/Knowledge/Usesummaryindexing&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Let me know if this helps!!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 07:26:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393883#M20726</guid>
      <dc:creator>deepashri_123</dc:creator>
      <dc:date>2018-06-18T07:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger to create a new custom _raw before indexing data</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393884#M20727</link>
      <description>&lt;P&gt;Data should be anonymized before it is indexed.  Writing the anonymized data to a different index means the original version is still available in another index.&lt;/P&gt;

&lt;P&gt;Consider using a scripted or modular input to process the data as you wish before indexing.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 00:30:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Trigger-to-create-a-new-custom-raw-before-indexing-data/m-p/393884#M20727</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-06-19T00:30:00Z</dc:date>
    </item>
  </channel>
</rss>

