<?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: Automate Indexing in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138552#M11767</link>
    <description>&lt;P&gt;SELECT * FROM table_NM WHERE ROWNUM&amp;lt;=30 AND TRUNC(CREATED_DT) BETWEEN to_date('04-10-2014','mm/dd/yyyy') AND to_date('04-10-2014','mm/dd/yyyy') {{AND $rising_column$ &amp;gt; ?}} ORDER BY CREATED_DT ASC&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:26:05 GMT</pubDate>
    <dc:creator>harshavrath</dc:creator>
    <dc:date>2020-09-28T16:26:05Z</dc:date>
    <item>
      <title>Automate Indexing</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138548#M11763</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have installed Splunk &amp;amp; dbx in windows platform is there a way by which i can index my Oracle table records every 12 hours.Can i automate my indexing process.&lt;/P&gt;

&lt;P&gt;Any video or doc that i can refer.&lt;/P&gt;

&lt;P&gt;Any Help is Appreciated, &lt;/P&gt;

&lt;P&gt;Thanks. &lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 15:28:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138548#M11763</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2014-04-22T15:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Indexing</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138549#M11764</link>
      <description>&lt;P&gt;Part of the default documentation for that app:  &lt;A href="http://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Configuredatabasemonitoring"&gt;http://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Configuredatabasemonitoring&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 15:31:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138549#M11764</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-04-22T15:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Indexing</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138550#M11765</link>
      <description>&lt;P&gt;hi did you refer to "Specify query interval"&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 15:38:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138550#M11765</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2014-04-22T15:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Indexing</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138551#M11766</link>
      <description>&lt;P&gt;You can put it in cron format:&lt;/P&gt;

&lt;P&gt;0 0 * * *&lt;/P&gt;

&lt;P&gt;Would execute your script at 12 am every day of every week of every month.&lt;/P&gt;

&lt;P&gt;A cron statement consists of five parts:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;minute
hour
day of month
month
day of week
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800"&gt;http://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 15:43:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138551#M11766</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-04-22T15:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Indexing</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138552#M11767</link>
      <description>&lt;P&gt;SELECT * FROM table_NM WHERE ROWNUM&amp;lt;=30 AND TRUNC(CREATED_DT) BETWEEN to_date('04-10-2014','mm/dd/yyyy') AND to_date('04-10-2014','mm/dd/yyyy') {{AND $rising_column$ &amp;gt; ?}} ORDER BY CREATED_DT ASC&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:26:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138552#M11767</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2020-09-28T16:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Indexing</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138553#M11768</link>
      <description>&lt;P&gt;this is the query that i use to index data into splunk&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 15:47:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138553#M11768</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2014-04-22T15:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Indexing</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138554#M11769</link>
      <description>&lt;P&gt;if i schedule an cron how will i be able to solve the CREATED_DT issue..?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 15:49:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138554#M11769</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2014-04-22T15:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Indexing</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138555#M11770</link>
      <description>&lt;P&gt;Does the query work when you test it?  Does the data show up in Splunk?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 15:50:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138555#M11770</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-04-22T15:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Indexing</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138556#M11771</link>
      <description>&lt;P&gt;You did not describe the issue.  Just import the data into Splunk, leave the order statement off the query and use Splunk command | sort - CREATED_DT_ASC | outputlookup yourlookuptable.csv&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:26:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138556#M11771</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2020-09-28T16:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Indexing</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138557#M11772</link>
      <description>&lt;P&gt;the query works &lt;BR /&gt;
SELECT * FROM table_NM WHERE ROWNUM&amp;lt;=30 AND TRUNC(CREATED_DT) BETWEEN to_date('04-10-2014','mm/dd/yyyy') AND to_date('04-10-2014','mm/dd/yyyy') {{AND $rising_column$ &amp;gt; ?}} ORDER BY CREATED_DT ASC&lt;BR /&gt;
i was able to index data into splunk.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:26:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138557#M11772</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2020-09-28T16:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Indexing</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138558#M11773</link>
      <description>&lt;P&gt;Now just use the outputlookup search command once the data is indexed to create the lookup table with a scheduled job.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:54:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138558#M11773</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-04-23T13:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Indexing</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138559#M11774</link>
      <description>&lt;P&gt;can you provide an example or link as how to use the outputlookup command.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:00:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138559#M11774</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2014-04-23T15:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Indexing</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138560#M11775</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.3/SearchReference/Outputlookup"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.3/SearchReference/Outputlookup&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:10:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Automate-Indexing/m-p/138560#M11775</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-04-23T15:10:47Z</dc:date>
    </item>
  </channel>
</rss>

