<?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 Rapid7 App for Splunk Enterprise: How to change the &amp;quot;default&amp;quot; index so that the dashboard looks at another index? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Rapid7-App-for-Splunk-Enterprise-How-to-change-the-quot-default/m-p/231418#M188385</link>
    <description>&lt;P&gt;When installing the Rapid7 App, I added to &lt;CODE&gt;$SPLUNK_HOME\etc\apps\rapid7\local\inputs.conf&lt;/CODE&gt; under the [monitor] stanza &lt;CODE&gt;index=nexpose_index&lt;/CODE&gt;. The data from the lookup tables is properly indexed into the correct index, although the dashboard and the saved searches are looking at the default index. Therefore, the dashboard shows "no results".&lt;/P&gt;

&lt;P&gt;I'd rather not use the default index for this data. Any help would be appreciated.&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2016 21:33:04 GMT</pubDate>
    <dc:creator>windbishn</dc:creator>
    <dc:date>2016-05-04T21:33:04Z</dc:date>
    <item>
      <title>Rapid7 App for Splunk Enterprise: How to change the "default" index so that the dashboard looks at another index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Rapid7-App-for-Splunk-Enterprise-How-to-change-the-quot-default/m-p/231418#M188385</link>
      <description>&lt;P&gt;When installing the Rapid7 App, I added to &lt;CODE&gt;$SPLUNK_HOME\etc\apps\rapid7\local\inputs.conf&lt;/CODE&gt; under the [monitor] stanza &lt;CODE&gt;index=nexpose_index&lt;/CODE&gt;. The data from the lookup tables is properly indexed into the correct index, although the dashboard and the saved searches are looking at the default index. Therefore, the dashboard shows "no results".&lt;/P&gt;

&lt;P&gt;I'd rather not use the default index for this data. Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 21:33:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Rapid7-App-for-Splunk-Enterprise-How-to-change-the-quot-default/m-p/231418#M188385</guid>
      <dc:creator>windbishn</dc:creator>
      <dc:date>2016-05-04T21:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rapid7 App for Splunk Enterprise: How to change the "default" index so that the dashboard looks at another index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Rapid7-App-for-Splunk-Enterprise-How-to-change-the-quot-default/m-p/231419#M188386</link>
      <description>&lt;P&gt;I haven't been able to find any reference to either sourcetypes or indexes in the dashboard configs. If anyone can see them, that would be enough I believe.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 19:51:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Rapid7-App-for-Splunk-Enterprise-How-to-change-the-quot-default/m-p/231419#M188386</guid>
      <dc:creator>pdoconnell</dc:creator>
      <dc:date>2016-05-09T19:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rapid7 App for Splunk Enterprise: How to change the "default" index so that the dashboard looks at another index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Rapid7-App-for-Splunk-Enterprise-How-to-change-the-quot-default/m-p/231420#M188387</link>
      <description>&lt;P&gt;If you send the data to a different index, then you will need to do one of two things:&lt;/P&gt;

&lt;P&gt;1) Examine all the saved searches and the inline searches in all of the dashboards. Add &lt;CODE&gt;index=nexpose_index&lt;/CODE&gt; to all of them as appropriate.&lt;/P&gt;

&lt;P&gt;2) If the saved searches and inline searches contain &lt;CODE&gt;index=main&lt;/CODE&gt;, then you need to change the searches (option #1). But if the searches do &lt;EM&gt;not&lt;/EM&gt; indicate any index, then you can change the "indexes searched by default" for the roles that will be using this app. This change is made to the role(s), not the searches.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 01:24:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Rapid7-App-for-Splunk-Enterprise-How-to-change-the-quot-default/m-p/231420#M188387</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2016-05-10T01:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Rapid7 App for Splunk Enterprise: How to change the "default" index so that the dashboard looks at another index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Rapid7-App-for-Splunk-Enterprise-How-to-change-the-quot-default/m-p/231421#M188388</link>
      <description>&lt;P&gt;to build in @lguinn's answer above, you need to add "index=" to the beginning of the following objects:&lt;BR /&gt;
r7vulnexceptiondata&lt;BR /&gt;
r7vulnerabilitydata&lt;BR /&gt;
r7assetdata&lt;/P&gt;

&lt;P&gt;They can all be found under the rapid7 app's Event Types, found at &lt;A href="https://YOUR_HOST_NAME:8000/en-US/manager/search/saved/eventtypes"&gt;https://YOUR_HOST_NAME:8000/en-US/manager/search/saved/eventtypes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 18:11:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Rapid7-App-for-Splunk-Enterprise-How-to-change-the-quot-default/m-p/231421#M188388</guid>
      <dc:creator>pdoconnell</dc:creator>
      <dc:date>2016-05-10T18:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Rapid7 App for Splunk Enterprise: How to change the "default" index so that the dashboard looks at another index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Rapid7-App-for-Splunk-Enterprise-How-to-change-the-quot-default/m-p/231422#M188389</link>
      <description>&lt;P&gt;Thanks for responding, that is what I thought to be the answer as well. Adding "index=" to the rapid7 app's eventtypes did work.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 17:37:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Rapid7-App-for-Splunk-Enterprise-How-to-change-the-quot-default/m-p/231422#M188389</guid>
      <dc:creator>windbishn</dc:creator>
      <dc:date>2016-05-11T17:37:25Z</dc:date>
    </item>
  </channel>
</rss>

