<?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: Deployment Monitor Issue - no data in summary indexes in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109229#M7561</link>
    <description>&lt;P&gt;@apringle after 18 months, I LOVE YOU. I had the same problem and i fix it thanks to your auto-answer &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2014 11:15:25 GMT</pubDate>
    <dc:creator>RiccardoV</dc:creator>
    <dc:date>2014-01-22T11:15:25Z</dc:date>
    <item>
      <title>Deployment Monitor Issue - no data in summary indexes</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109222#M7554</link>
      <description>&lt;P&gt;I just added a new Universal Forwarder to our Splunk deployment (we previously were running everything on a single server, this is the first attempt at a Forwarder/Receiver). For the most part, everything seems to be working okay. We're receiving data on the indexer, able to search it, etc.&lt;/P&gt;

&lt;P&gt;Then I enabled the Deployment Monitor app, but it not showing any data. It seems that our summary* indexes are empty (if I run a search with index=summary or index=summary_indexers, I get no results)&lt;/P&gt;

&lt;P&gt;I do see jobs running in the Searches &amp;amp; Reports management interface, and I've also tried to backfill the data inside of Deployment Monitor, with no luck.&lt;/P&gt;

&lt;P&gt;I see the following log entries in splunkd.log regarding the summary indexes. This repeats for all of the summary indexes (summary, summary_fowarders, summary_hosts, summary_pools, summary_sources, summary_sourcetypes).&lt;/P&gt;

&lt;PRE&gt;
11-16-2011 16:15:09.484 -0700 INFO  IndexProcessor - Initializing index: summary
11-16-2011 16:15:09.484 -0700 INFO  HotDBManager - setting hot mgr params: /opt/splunk/var/lib/splunk/summarydb/db maxHotSpanSecs=7776000 maxHotBuckets=3 maxDataSizeBytes=786432000 quarantinePastSecs=77760000 quarantineFutureSecs=2592000
11-16-2011 16:15:09.484 -0700 INFO  databasePartitionPolicy - index summary initialized with [300,60,188697600,,,,786432000,20,true,500000,5,5,false,3,0,_blocksignature,7776000,1000000,0,3,77760000,2592000,131072,25,0,15,0,0,-1,18446744073709551615ms]
11-16-2011 16:15:09.484 -0700 INFO  databasePartitionPolicy - openDatabase for /opt/splunk/var/lib/splunk/summarydb/db
11-16-2011 16:15:09.484 -0700 INFO  databasePartitionPolicy - We are running on a pre-existing database opening ...
11-16-2011 16:15:09.484 -0700 INFO  databasePartitionPolicy - No databases found starting fresh !
11-16-2011 16:15:09.484 -0700 INFO  databasePartitionPolicy - CREATION TIME for /opt/splunk/var/lib/splunk/summarydb/db : 1321481049
11-16-2011 16:15:09.484 -0700 WARN  databasePartitionPolicy - failed to open metadata for /opt/splunk/var/lib/splunk/summarydb/db, will attempt full rebuild
11-16-2011 16:15:09.485 -0700 INFO  databasePartitionPolicy - rebuildMetadata called: full=true path=/opt/splunk/var/lib/splunk/summarydb/db reason=initopenMetaData failed
11-16-2011 16:15:09.485 -0700 INFO  databasePartitionPolicy - clearing existing internal aggregate metadata (/opt/splunk/var/lib/splunk/summarydb/db)
11-16-2011 16:15:09.485 -0700 INFO  databasePartitionPolicy - currentId for /opt/splunk/var/lib/splunk/summarydb/db after openDatabases = 0
&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:07:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109222#M7554</guid>
      <dc:creator>apringle</dc:creator>
      <dc:date>2020-09-28T10:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Monitor Issue - no data in summary indexes</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109223#M7555</link>
      <description>&lt;P&gt;What do you see if you search your indexer's internal index for the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index="_internal" source="*metrics.log" group=tcpin_connections"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Specifically, do you see any events from your universal forwarder (i.e. host=your_uf_host_name)?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:07:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109223#M7555</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2020-09-28T10:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Monitor Issue - no data in summary indexes</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109224#M7556</link>
      <description>&lt;P&gt;Found the issue. Our system/local/inputs.conf file on our indexer, for some reason, had this:&lt;/P&gt;

&lt;PRE&gt;
[monitor://$SPLUNK_HOME/var/log/splunk]
disabled = 1
&lt;/PRE&gt;

&lt;P&gt;I'm not sure why this was there, probably some relic of the past, but re-enabling this monitor caused everything to start working with the deployment monitor.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2011 16:36:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109224#M7556</guid>
      <dc:creator>apringle</dc:creator>
      <dc:date>2011-11-18T16:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Monitor Issue - no data in summary indexes</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109225#M7557</link>
      <description>&lt;P&gt;Thank you for the suggestions - this search returned nothing, which caused me to dig into this and find the solution.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2011 16:37:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109225#M7557</guid>
      <dc:creator>apringle</dc:creator>
      <dc:date>2011-11-18T16:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Monitor Issue - no data in summary indexes</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109226#M7558</link>
      <description>&lt;P&gt;Very weird!  Glad you were able to find the solution.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2011 16:39:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109226#M7558</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2011-11-18T16:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Monitor Issue - no data in summary indexes</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109227#M7559</link>
      <description>&lt;P&gt;That's a bit odd, "disabled = 0" would indicate that the input was, in fact, enabled - as is expected.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2011 16:54:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109227#M7559</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2011-11-18T16:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Monitor Issue - no data in summary indexes</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109228#M7560</link>
      <description>&lt;P&gt;Thanks, I edited my answer to read disabled = 1. I initially pasted in my corrected version by accident.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2011 16:58:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109228#M7560</guid>
      <dc:creator>apringle</dc:creator>
      <dc:date>2011-11-18T16:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Monitor Issue - no data in summary indexes</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109229#M7561</link>
      <description>&lt;P&gt;@apringle after 18 months, I LOVE YOU. I had the same problem and i fix it thanks to your auto-answer &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:15:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-Monitor-Issue-no-data-in-summary-indexes/m-p/109229#M7561</guid>
      <dc:creator>RiccardoV</dc:creator>
      <dc:date>2014-01-22T11:15:25Z</dc:date>
    </item>
  </channel>
</rss>

