<?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 in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server/m-p/521455#M17942</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223614"&gt;@hectorvp&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;probably I'm saying something that you already did:&lt;/P&gt;&lt;P&gt;a Technical add-Onn (TA) is structured as all the Splunk apps, at least the following folders:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;default&lt;/LI&gt;&lt;LI&gt;local&lt;/LI&gt;&lt;LI&gt;metadata&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In local or default folder you have to put your files (inputs.conf, props.con, etc...)&lt;/P&gt;&lt;P&gt;TAs must be located on Deployment Server in $SPLUNK_HOME/etc/deployment-apps as folders (not zip or tar or tgz).&lt;/P&gt;&lt;P&gt;Deployment server deployes TAs in $SPLUNK_HOME\apps (in Windows)&lt;/P&gt;&lt;P&gt;Remember, on Deployment Server, to flag "restart ufter updates" option (by default it isn't flagged) otherwise changes aren't activated.&lt;/P&gt;&lt;P&gt;For Windows logs, I hint to use the Splunk TA Windows (&lt;A href="https://splunkbase.splunk.com/app/742/" target="_blank"&gt;https://splunkbase.splunk.com/app/742/&lt;/A&gt;)&amp;nbsp; instead custom inputs, remembering to enable the stanzas you want.&lt;/P&gt;&lt;P&gt;Only one last question: searching for Splunk internal logs did you have results?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2020 13:27:59 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-09-25T13:27:59Z</dc:date>
    <item>
      <title>Deployment Server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server/m-p/521452#M17941</link>
      <description>&lt;P&gt;I have Linux box as deployment server and windows servers where UF is hosted.&lt;/P&gt;&lt;P&gt;I'm able to successfully deploy application from deployment server to UF. However, I'm not able to fetch logs in my indexer.&lt;/P&gt;&lt;P&gt;In deployment server configurations are located at -&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/opt/splunk/etc/deployment-apps/windows_app/default&lt;/P&gt;&lt;P&gt;"windows_database" is app name&lt;/P&gt;&lt;P&gt;In UF(windows) these conf get downloaded at -&amp;gt;&lt;/P&gt;&lt;P&gt;\etc\apps\windows_app\default&lt;/P&gt;&lt;P&gt;But I guess these configuration are not been take into effect to monitor logs,don't know why.&lt;/P&gt;&lt;P&gt;I copied same configuration (inputs.conf &amp;amp; outputs.conf) and pasted in -&amp;gt; \etc\system\local&lt;/P&gt;&lt;P&gt;And was able to fetch every logs as intended. Did I miss out something while trying to implement using deployment server???&lt;/P&gt;&lt;P&gt;Configuration files are :&lt;/P&gt;&lt;P&gt;inputs.conf -&amp;gt;&lt;/P&gt;&lt;P&gt;[default]&lt;/P&gt;&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;disabled = 0&lt;BR /&gt;index= main&lt;/P&gt;&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;disabled = 0&lt;BR /&gt;index = main&lt;/P&gt;&lt;P&gt;[WinEventLog://System]&lt;BR /&gt;disabled = 0&lt;BR /&gt;index = main&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Outputs.conf -&amp;gt;&lt;/P&gt;&lt;P&gt;[tcpout]&lt;BR /&gt;defaultGroup=ath_indexers&lt;/P&gt;&lt;P&gt;[tcpout:ath_indexers]&lt;BR /&gt;server=18.185.116.9:9997&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 13:04:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server/m-p/521452#M17941</guid>
      <dc:creator>hectorvp</dc:creator>
      <dc:date>2020-09-25T13:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server/m-p/521455#M17942</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223614"&gt;@hectorvp&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;probably I'm saying something that you already did:&lt;/P&gt;&lt;P&gt;a Technical add-Onn (TA) is structured as all the Splunk apps, at least the following folders:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;default&lt;/LI&gt;&lt;LI&gt;local&lt;/LI&gt;&lt;LI&gt;metadata&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In local or default folder you have to put your files (inputs.conf, props.con, etc...)&lt;/P&gt;&lt;P&gt;TAs must be located on Deployment Server in $SPLUNK_HOME/etc/deployment-apps as folders (not zip or tar or tgz).&lt;/P&gt;&lt;P&gt;Deployment server deployes TAs in $SPLUNK_HOME\apps (in Windows)&lt;/P&gt;&lt;P&gt;Remember, on Deployment Server, to flag "restart ufter updates" option (by default it isn't flagged) otherwise changes aren't activated.&lt;/P&gt;&lt;P&gt;For Windows logs, I hint to use the Splunk TA Windows (&lt;A href="https://splunkbase.splunk.com/app/742/" target="_blank"&gt;https://splunkbase.splunk.com/app/742/&lt;/A&gt;)&amp;nbsp; instead custom inputs, remembering to enable the stanzas you want.&lt;/P&gt;&lt;P&gt;Only one last question: searching for Splunk internal logs did you have results?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 13:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server/m-p/521455#M17942</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-25T13:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server/m-p/521458#M17943</link>
      <description>&lt;P&gt;Nope I didn't received any internal logs when configurations were inside apps.&lt;/P&gt;&lt;P&gt;When I pasted same configurations in etc\system\local....I fetched internal as well as windows event logs as intended.&lt;/P&gt;&lt;P&gt;Point to raise this question was this happened with me twice.May be I missing something.&lt;/P&gt;&lt;P&gt;Thanks for the suggestion to use&amp;nbsp; app "Splunk Add on for Windows".&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 13:35:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server/m-p/521458#M17943</guid>
      <dc:creator>hectorvp</dc:creator>
      <dc:date>2020-09-25T13:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server/m-p/521461#M17944</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223614"&gt;@hectorvp&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you don't receive interval logs from that server, it means that the problem isn't in inputs.conf but in outputs.conf or there's a network problem between UF and Indexer to debug.&lt;/P&gt;&lt;P&gt;if you try telnet from that server to the indexer what result do you have?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;telnet ip_indexer 9997&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 13:41:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server/m-p/521461#M17944</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-25T13:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server/m-p/521521#M17947</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 16:50:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server/m-p/521521#M17947</guid>
      <dc:creator>hectorvp</dc:creator>
      <dc:date>2020-09-25T16:50:39Z</dc:date>
    </item>
  </channel>
</rss>

