<?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: Ways to index MongoDB data in Splunk in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Ways-to-index-MongoDB-data-in-Splunk/m-p/357253#M43255</link>
    <description>&lt;P&gt;Sorry, I meant to go back and add a link for it.&lt;BR /&gt;
easiest is to "npm install mongodb-rest"  (&lt;A href="https://www.npmjs.com/package/mongodb-rest"&gt;https://www.npmjs.com/package/mongodb-rest&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;Then here are some good step by step write up's for creating the rest instance in Node.js so you can pull down the different conditions.  Check out the list of references with these three you should be able to figure most of it out to create your own.&lt;/P&gt;

&lt;P&gt;References:&lt;BR /&gt;
&lt;A href="https://www.npmjs.com/package/mongodb-rest"&gt;https://www.npmjs.com/package/mongodb-rest&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://getstream.io/blog/building-rest-api-node-js-restify-mongodb/"&gt;https://getstream.io/blog/building-rest-api-node-js-restify-mongodb/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://docs.mongodb.com/ecosystem/tools/http-interfaces/"&gt;https://docs.mongodb.com/ecosystem/tools/http-interfaces/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2018 16:51:15 GMT</pubDate>
    <dc:creator>YoungN</dc:creator>
    <dc:date>2018-02-20T16:51:15Z</dc:date>
    <item>
      <title>Ways to index MongoDB data in Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Ways-to-index-MongoDB-data-in-Splunk/m-p/357250#M43252</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;I'm looking for ways to index data from MongoDB. &lt;/P&gt;

&lt;P&gt;As per the post below, I'm aware of Hunk App for MongoDB and/or DB Connect, &lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/553356/mongodb-data-indexing.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev"&gt;https://answers.splunk.com/answers/553356/mongodb-data-indexing.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However, as I'm running Splunk 7.0.1, Hunk App for MongoDB doesn't seem to work in my case, I was unable to create virtual index (the New button is not visible). As for DB Connect, I'm aware of UnityJDBC which allows Splunk to connect to MongoDB but only during the trial, after which a license is required for full functionality. I would like to keep the purchase of the driver license as the last resort. May I know is there any alternatives to the above mentioned methods?&lt;/P&gt;

&lt;P&gt;Any help would be much appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 06:24:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Ways-to-index-MongoDB-data-in-Splunk/m-p/357250#M43252</guid>
      <dc:creator>JohannLiebert92</dc:creator>
      <dc:date>2018-02-06T06:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to index MongoDB data in Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Ways-to-index-MongoDB-data-in-Splunk/m-p/357251#M43253</link>
      <description>&lt;P&gt;For my MongoDB I created a REST Interface and created the access token. This allowed me to use the Rest-TA and pull the specific indexes from the MongoDB. It will come into Splunk as JSON and will parse out fairly easily to search through.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 16:38:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Ways-to-index-MongoDB-data-in-Splunk/m-p/357251#M43253</guid>
      <dc:creator>YoungN</dc:creator>
      <dc:date>2018-02-07T16:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to index MongoDB data in Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Ways-to-index-MongoDB-data-in-Splunk/m-p/357252#M43254</link>
      <description>&lt;P&gt;Hi nyoung,&lt;/P&gt;

&lt;P&gt;Sorry for the delays.&lt;/P&gt;

&lt;P&gt;Thanks for your suggestion! I'm quite new to MongoDB, may I know how is the effort like to create a REST interface and access token for MongoDB? Or if you have a link you could share that would be great.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 04:04:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Ways-to-index-MongoDB-data-in-Splunk/m-p/357252#M43254</guid>
      <dc:creator>JohannLiebert92</dc:creator>
      <dc:date>2018-02-20T04:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to index MongoDB data in Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Ways-to-index-MongoDB-data-in-Splunk/m-p/357253#M43255</link>
      <description>&lt;P&gt;Sorry, I meant to go back and add a link for it.&lt;BR /&gt;
easiest is to "npm install mongodb-rest"  (&lt;A href="https://www.npmjs.com/package/mongodb-rest"&gt;https://www.npmjs.com/package/mongodb-rest&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;Then here are some good step by step write up's for creating the rest instance in Node.js so you can pull down the different conditions.  Check out the list of references with these three you should be able to figure most of it out to create your own.&lt;/P&gt;

&lt;P&gt;References:&lt;BR /&gt;
&lt;A href="https://www.npmjs.com/package/mongodb-rest"&gt;https://www.npmjs.com/package/mongodb-rest&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://getstream.io/blog/building-rest-api-node-js-restify-mongodb/"&gt;https://getstream.io/blog/building-rest-api-node-js-restify-mongodb/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://docs.mongodb.com/ecosystem/tools/http-interfaces/"&gt;https://docs.mongodb.com/ecosystem/tools/http-interfaces/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 16:51:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Ways-to-index-MongoDB-data-in-Splunk/m-p/357253#M43255</guid>
      <dc:creator>YoungN</dc:creator>
      <dc:date>2018-02-20T16:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to index MongoDB data in Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Ways-to-index-MongoDB-data-in-Splunk/m-p/357254#M43256</link>
      <description>&lt;P&gt;Thanks! I will check those out&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 02:24:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Ways-to-index-MongoDB-data-in-Splunk/m-p/357254#M43256</guid>
      <dc:creator>JohannLiebert92</dc:creator>
      <dc:date>2018-02-21T02:24:05Z</dc:date>
    </item>
  </channel>
</rss>

