<?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: Windows add-on v6 indexes in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-add-on-v6-indexes/m-p/404790#M49428</link>
    <description>&lt;P&gt;I'll go with settings in Table A.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2019 03:35:54 GMT</pubDate>
    <dc:creator>msaz</dc:creator>
    <dc:date>2019-04-12T03:35:54Z</dc:date>
    <item>
      <title>Windows add-on v6 indexes</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-add-on-v6-indexes/m-p/404786#M49424</link>
      <description>&lt;P&gt;What index =   should be provided for the Windows_TA v6 ? The instructions only say to set disabled = 0 in inputs.conf. All of the incoming data is going to main. I feel like I've missed a step, but am not seeing the solution.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/WindowsAddOn/6.0.0/User/Configuration"&gt;https://docs.splunk.com/Documentation/WindowsAddOn/6.0.0/User/Configuration&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 22:03:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-add-on-v6-indexes/m-p/404786#M49424</guid>
      <dc:creator>msaz</dc:creator>
      <dc:date>2019-04-10T22:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Windows add-on v6 indexes</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-add-on-v6-indexes/m-p/404787#M49425</link>
      <description>&lt;P&gt;Hello @msaz,&lt;/P&gt;

&lt;P&gt;In older version of the Windows_TA, every input in inputs.conf had the index parameter. For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Security]
disabled = 1
index = wineventlog
...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It also came with the file default/indexes.conf which consisted of the indexes windows, wineventlog and perfmon.&lt;/P&gt;

&lt;P&gt;Now with newer version of Windows_TA, you can read &lt;A href="https://docs.splunk.com/Documentation/WindowsAddOn/6.0.0/User/Configuration"&gt;in the link you provided&lt;/A&gt; that "the indexes.conf file was removed in the Splunk Add-on for Windows version 5.0.0". Also, the index parameter for all inputs in inputs.conf was removed.&lt;/P&gt;

&lt;P&gt;If an input in inputs.conf does not explicitly set an index, then its logs will go to the main/default index.&lt;/P&gt;

&lt;P&gt;If you do not want to use the main index (which you should not) then you must define the index yourself. Then add "index = YOURINDEX" to all inputs where you set "disabled = 0".&lt;/P&gt;

&lt;P&gt;Perhaps the instructions should be improved.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 07:09:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-add-on-v6-indexes/m-p/404787#M49425</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2019-04-11T07:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Windows add-on v6 indexes</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-add-on-v6-indexes/m-p/404788#M49426</link>
      <description>&lt;P&gt;Right, I read the information about no indexes.conf and no index= for inputs.conf. The Splunk App for Windows Infrastructure specifies indexes for the stanzas in Table A (link below). Do these still apply for Windows TA v6 ?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/MSApp/1.5.1/MSInfra/DownloadandconfiguretheSplunkAdd-onforWindows"&gt;https://docs.splunk.com/Documentation/MSApp/1.5.1/MSInfra/DownloadandconfiguretheSplunkAdd-onforWindows&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 14:04:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-add-on-v6-indexes/m-p/404788#M49426</guid>
      <dc:creator>msaz</dc:creator>
      <dc:date>2019-04-11T14:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Windows add-on v6 indexes</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-add-on-v6-indexes/m-p/404789#M49427</link>
      <description>&lt;P&gt;If I understand correctly, you have the following options:&lt;/P&gt;

&lt;P&gt;1) Use the indexes from Table A. You will need to set "index = wineventlog" and so on in Windows_TA's inputs.conf according to Table A. The MSApp should now work out of the box, because it will automatically use the indexes from table A. However, I believe you still need to create the indexes (Settings / Indexes or indexes.conf) because neither MSApp nor Windows_TA comes with indexes.conf.&lt;/P&gt;

&lt;P&gt;2) Use your custom indexes. You will need to set "index = YOURINDEX" in Windows_TA. Also you will need to edit the macros (see the section "Update macros.conf" in the link you provided) for MSApp.&lt;/P&gt;

&lt;P&gt;3) Use the main index. Again, I do not recommened that. The approach is the same as for 2)&lt;/P&gt;

&lt;P&gt;Personally, I only use the Windows_TA without the MSApp. (I prefer to create the dashboards myself in a custom app.) Similar to 2) I have one custom index for all Windows logs.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:08:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-add-on-v6-indexes/m-p/404789#M49427</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2020-09-30T00:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Windows add-on v6 indexes</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-add-on-v6-indexes/m-p/404790#M49428</link>
      <description>&lt;P&gt;I'll go with settings in Table A.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 03:35:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-add-on-v6-indexes/m-p/404790#M49428</guid>
      <dc:creator>msaz</dc:creator>
      <dc:date>2019-04-12T03:35:54Z</dc:date>
    </item>
  </channel>
</rss>

