<?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: how to specify to log specific logs while installing forwader in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/how-to-specify-to-log-specific-logs-while-installing-forwader/m-p/96374#M7349</link>
    <description>&lt;P&gt;@surajmishra,  I've updated my post to include an example cli installation using msiexec.exe.  I do something similar, but I only configure my deployment server. In larger deployment use the Deployment Server.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Oct 2012 16:19:29 GMT</pubDate>
    <dc:creator>bmacias84</dc:creator>
    <dc:date>2012-10-22T16:19:29Z</dc:date>
    <item>
      <title>how to specify to log specific logs while installing forwader</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/how-to-specify-to-log-specific-logs-while-installing-forwader/m-p/96371#M7346</link>
      <description>&lt;P&gt;Can anybody tell me while installing forwarders we get an option of which data to be forwarded to Splunk Server(splunk indexer), for e.g:- we get checkboxes for Application log, System log, Security log, setup log, forwarded events log, etc. &lt;STRONG&gt;In the same way is there any way where i can specify a specific log to be forwarded to splunk server&lt;/STRONG&gt;, rather then selecting these options, because if we select even a &lt;STRONG&gt;Application Log option then it forwards all the application logs to server&lt;/STRONG&gt;, even which is not required to be forwarded. Please provide me a help if anyone knows about these, its urgent.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 15:29:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/how-to-specify-to-log-specific-logs-while-installing-forwader/m-p/96371#M7346</guid>
      <dc:creator>surajmishra</dc:creator>
      <dc:date>2012-10-19T15:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to specify to log specific logs while installing forwader</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/how-to-specify-to-log-specific-logs-while-installing-forwader/m-p/96372#M7347</link>
      <description>&lt;P&gt;Currently there is not a way of selecting a specific log during install.  I would recommend using the Deployment Server or something similar like Puppet.  Though you could perform a scripted unattended installation and added the entries via script, but I would recommend using the Deployment Server.  If you are installing Forwarders on Windows I have a previous post containing a PowerShell Scripted install.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
#unattended installation of windows fowarder with event logs&lt;BR /&gt;
#below is an unattended slient install with Windows Application, System, Security logging&lt;BR /&gt;
#these options only exist for windows installations&lt;BR /&gt;
msiexec.exe /i splunkuniversalforwarder_xxx.msi RECEIVING_INDEXER="myindexer:9997" WINEVENTLOG_SEC_ENABLE=1 WINEVENTLOG_SYS_ENABLE=1 WINEVENTLOG_APP_ENABLE=1 AGREETOLICENSE=Yes /quiet&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Additional Reading:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/ConfigureDeploymentClients"&gt;ConfigureDeploymentClients&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/DeployaWindowsdfviathecommandline"&gt;Universal MSI CLI installation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Admin/Serverclassconf)"&gt;Serverclassconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/admin/Wheretofindtheconfigurationfiles)"&gt;Wheretofindtheconfigurationfiles&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/60934/powershell-unattended-installation"&gt;powershell-unattended-installation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps or gets you started.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 16:26:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/how-to-specify-to-log-specific-logs-while-installing-forwader/m-p/96372#M7347</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2012-10-19T16:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to specify to log specific logs while installing forwader</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/how-to-specify-to-log-specific-logs-while-installing-forwader/m-p/96373#M7348</link>
      <description>&lt;P&gt;Hey bmacias84 ,&lt;/P&gt;

&lt;P&gt;Thanks for ur rply, but could you tell me, isnt there is any way either by using configuration files or something, &lt;STRONG&gt;where i can atleast specify that the saved logs from event viewer&lt;/STRONG&gt; to be forwarded to splunk server.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Oct 2012 18:12:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/how-to-specify-to-log-specific-logs-while-installing-forwader/m-p/96373#M7348</guid>
      <dc:creator>surajmishra</dc:creator>
      <dc:date>2012-10-21T18:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to specify to log specific logs while installing forwader</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/how-to-specify-to-log-specific-logs-while-installing-forwader/m-p/96374#M7349</link>
      <description>&lt;P&gt;@surajmishra,  I've updated my post to include an example cli installation using msiexec.exe.  I do something similar, but I only configure my deployment server. In larger deployment use the Deployment Server.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2012 16:19:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/how-to-specify-to-log-specific-logs-while-installing-forwader/m-p/96374#M7349</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2012-10-22T16:19:29Z</dc:date>
    </item>
  </channel>
</rss>

