<?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 Server Log Entries Stopped in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14728#M301</link>
    <description>&lt;P&gt;Will do, I'll reference your case number&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jun 2010 03:45:41 GMT</pubDate>
    <dc:creator>oreoshake</dc:creator>
    <dc:date>2010-06-03T03:45:41Z</dc:date>
    <item>
      <title>Deployment Server Log Entries Stopped</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14724#M297</link>
      <description>&lt;P&gt;Somewhat odd behavior, my deployment server stopped generating log entries.  I've been using the searches from &lt;A href="http://answers.splunk.com/questions/2038/whats-the-best-way-to-monitor-deployment-activity" rel="nofollow"&gt;http://answers.splunk.com/questions/2038/whats-the-best-way-to-monitor-deployment-activity&lt;/A&gt; to monitor activity but the entires have pretty much stopped.  Specifically, these searches don't return anything in the past week or so&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" sourcetype="splunkd" source=*metrics.log Component="DeploymentMetrics"

index=_internal sourcetype=splunkd Component="DeployedApplication"

source="/opt/splunk/var/log/splunk/splunkd_access.log" index=_internal /services/broker/phonehome | rex "/services/broker/phonehome/connection_[\\d|\\.]*_\\d*_(?&amp;lt;src&amp;gt;.*)_(?&amp;lt;client&amp;gt;.*)_" | dedup client
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Yet, my deployment server still works.  I can see new apps being deployed, the forwarders are restarting, etc.  This was helpful because we have a forwarder deployed on a machine that I cannot access.  I can see via the rest interface that the apps that should have been deployed have not been deployed so I want to make sure it can at least phone home.&lt;/P&gt;

&lt;P&gt;Any ideas why my logs went silent?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2010 01:13:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14724#M297</guid>
      <dc:creator>oreoshake</dc:creator>
      <dc:date>2010-06-03T01:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Log Entries Stopped</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14725#M298</link>
      <description>&lt;P&gt;Assuming your running 4.0, please try these two searches.   I have a support case open on the issue of deployment metrics disappearing randomly, and I'm wondering if you are having the same issue.&lt;/P&gt;

&lt;H3&gt;Search 1:  Looking at deployment metrics (reported by the deployment-server)&lt;/H3&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" sourcetype="splunkd" DeploymentMetrics "event=install" "status=ok" | timechart count by appName
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;H3&gt;Search 2:  Looking at deployment installs (reported by the deployment-client)&lt;/H3&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" sourcetype=splunkd DeployedApplication "Installing app:" | rex "app: (?&amp;lt;appName&amp;gt;[\w._-]+?) to location: (?&amp;lt;location&amp;gt;.*)$" | timechart count by appName
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm curious to see if search 1 works, but search 2 does not.  (Note that I have all my &lt;CODE&gt;_internal&lt;/CODE&gt; events forwarded to a central server, which is our deployment server; so I can run these searches on a single splunk instance.)&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Update: oreoshake, since you've been able to confirm that the you are also seeing a discrepancy between the deployment servers' metrics, and the deployment client install logs, would you be willing to provide some sample logs to Splunk support?  (Pretty sure if we have multiple people reporting the same issues there's a better chance the issues an be found and corrected.)&lt;/P&gt;

&lt;P&gt;My open Splunk support Case # 43023 (Accuracy of DeploymentMetrics, ref:00D49oyL.5004AS90Y:ref), you should be able to include that info and they should be able to tie the two issues together.  Support is looking for sample splunkd.log files (and probably also the metrics.log files) from both a deployment client and server.  Right now I don't have any example deployments in my logs since these get rotated so quickly, and it's been a few days since my last deploy.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2010 01:24:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14725#M298</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2010-06-03T01:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Log Entries Stopped</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14726#M299</link>
      <description>&lt;P&gt;Still on 4.0.11&lt;/P&gt;

&lt;P&gt;The first search stopped returning results around the time of my other ones, the second search returns results probably because it comes from the forwarders themselves.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2010 02:01:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14726#M299</guid>
      <dc:creator>oreoshake</dc:creator>
      <dc:date>2010-06-03T02:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Log Entries Stopped</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14727#M300</link>
      <description>&lt;P&gt;Any chance you would be willing to provide some sample logs to splunk support?  I put some reference info about the open case I have with them about this problem.  (Although in my case, the metrics events seem to be intermittent rather than completely missing, which may be an easier to track down.)&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2010 03:25:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14727#M300</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2010-06-03T03:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Log Entries Stopped</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14728#M301</link>
      <description>&lt;P&gt;Will do, I'll reference your case number&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2010 03:45:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14728#M301</guid>
      <dc:creator>oreoshake</dc:creator>
      <dc:date>2010-06-03T03:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Log Entries Stopped</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14729#M302</link>
      <description>&lt;P&gt;I reproduced the issues today by publishing a trivial config changes and sent in the corresponding log files to splunk support.  Hopefully this issues can move forward.  Do you find this problem is happening for both windows and Linux deployment clients?   I'm only seeing this problem on my Linux machines.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2010 05:44:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14729#M302</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2010-06-12T05:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Log Entries Stopped</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14730#M303</link>
      <description>&lt;P&gt;Lowell how's your DS metrics now? I had a bug open due to both of your cases but Neil's was solved due to a rogue outputs.conf in the unix app.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2010 06:44:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14730#M303</guid>
      <dc:creator>Chris_R_</dc:creator>
      <dc:date>2010-06-24T06:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Log Entries Stopped</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14731#M304</link>
      <description>&lt;P&gt;Chris, I'm not sure what your asking exactly.  I don't see any &lt;CODE&gt;outputs.conf&lt;/CODE&gt; entries in any of my &lt;CODE&gt;unix&lt;/CODE&gt; app folders.  (I'm assuming Neil=oreoshake?)  Is there an upgrade that I should be trying?  I'm still seeing the same sporadic behavior.  (I am in the process of upgrading my forwarders to 4.1.3, so maybe that will make a change eventually.)&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2010 02:33:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14731#M304</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2010-06-25T02:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Log Entries Stopped</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14732#M305</link>
      <description>&lt;P&gt;Starting in Splunk 4.1 a normal (non lightweight/LWF) forwarder will not forward events from indexes who's names begin with _ (such as &lt;STRONG&gt;_internal&lt;/STRONG&gt;), except for &lt;STRONG&gt;_audit&lt;/STRONG&gt;. As such, 'Installing app' events, like those cited above, will not get forwarded to your indexer. The source of this behavior are the filters in &lt;STRONG&gt;$SPLUNK_HOME/etc/system/default/outputs.conf&lt;/STRONG&gt; (&lt;STRONG&gt;NOTE&lt;/STRONG&gt;: Please do not edit files in the /default/ directory).&lt;/P&gt;

&lt;P&gt;To override this behavior, add these lines to &lt;STRONG&gt;$SPLUNK_HOME/etc/system/local/outputs.conf&lt;/STRONG&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout] 
forwardedindex.filter.disable = true 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Jan 2011 07:21:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Log-Entries-Stopped/m-p/14732#M305</guid>
      <dc:creator>ampledata</dc:creator>
      <dc:date>2011-01-06T07:21:51Z</dc:date>
    </item>
  </channel>
</rss>

