<?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 configure a Splunk Universal Forwarder to send specific Windows logs to a designated index in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-a-Splunk-Universal-Forwarder-to-send-specific/m-p/693088#M115221</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266281"&gt;@BRFZ&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;sorry but I don't understand:&lt;/P&gt;&lt;P&gt;in the Splunk_TA_windows inputs.conf there are some stanzas for Active Directory:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;###### WinEventLog Inputs for Active Directory ######

## Application and Services Logs - DFS Replication
[WinEventLog://DFS Replication]
disabled = 1
renderXml=true

## Application and Services Logs - Directory Service
[WinEventLog://Directory Service]
disabled = 1
renderXml=true

## Application and Services Logs - File Replication Service
[WinEventLog://File Replication Service]
disabled = 1
renderXml=true

## Application and Services Logs - Key Management Service
[WinEventLog://Key Management Service]
disabled = 1
renderXml=true


###### WinEventLog Inputs for DNS ######
[WinEventLog://DNS Server]
disabled=1
renderXml=true


###### DHCP ######
[monitor://$WINDIR\System32\DHCP]
disabled = 1
whitelist = DhcpSrvLog*
crcSalt = &amp;lt;SOURCE&amp;gt;
sourcetype = DhcpSrvLog&lt;/LI-CODE&gt;&lt;P&gt;you could enable them (disable = 0) and add a row with the index in which store the data in each stanza.&lt;/P&gt;&lt;P&gt;what's the issue?&lt;/P&gt;&lt;P&gt;Anyway, think about what I said in my previous answer: why use a different index?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 16:15:09 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2024-07-11T16:15:09Z</dc:date>
    <item>
      <title>How to configure a Splunk Universal Forwarder to send specific Windows logs to a designated index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-a-Splunk-Universal-Forwarder-to-send-specific/m-p/693059#M115212</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have successfully configured the Splunk Universal Forwarder on a Windows machine to send WinEventLog: System, Security, and Application logs to a specific index. Now, I need to include logs from sourcetype = 'ActiveDirectory'.&lt;BR /&gt;Could you please guide me through the necessary steps to specify the index for Active Directory logs in the configuration files inputs.conf&lt;/P&gt;&lt;PRE&gt;[WinEventLog://Application]
disabled=0
index = test&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 12:26:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-a-Splunk-Universal-Forwarder-to-send-specific/m-p/693059#M115212</guid>
      <dc:creator>BRFZ</dc:creator>
      <dc:date>2024-07-11T12:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a Splunk Universal Forwarder to send specific Windows logs to a designated index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-a-Splunk-Universal-Forwarder-to-send-specific/m-p/693063#M115213</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266281"&gt;@BRFZ&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;at first, why do you want to send logs to a different index?&lt;/P&gt;&lt;P&gt;index is usually choosed based on two parameters: retention and access grants.&lt;/P&gt;&lt;P&gt;An index isn't a database table in which put omogenous logs, if you have all logs with the same retention period and the same access grants, you could also put them in the same index.&lt;/P&gt;&lt;P&gt;The parameter that define a data flow is the sourcetype not the index!&lt;/P&gt;&lt;P&gt;Anyway, how do you take logs from Active Directory?&lt;/P&gt;&lt;P&gt;if you have a dedicated input in inpus.conf, enable it and assign the different index.&lt;/P&gt;&lt;P&gt;if you want to send to this different index part of the wineventogs, you cannot do this on the Universal Forwarder, but you have to override the index values on Indexers, but as I said, it's unuseful!&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 12:33:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-a-Splunk-Universal-Forwarder-to-send-specific/m-p/693063#M115213</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-07-11T12:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a Splunk Universal Forwarder to send specific Windows logs to a designated index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-a-Splunk-Universal-Forwarder-to-send-specific/m-p/693068#M115216</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I don't want to specify a particular index for each sourcetype, but I do want the host to send these logs to a specific index. The sourcetypes I have include WinEventLog:Security, WinEventLog:System, WinEventLog:Application et ActiveDirectory Monitoring.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 12:57:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-a-Splunk-Universal-Forwarder-to-send-specific/m-p/693068#M115216</guid>
      <dc:creator>BRFZ</dc:creator>
      <dc:date>2024-07-11T12:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a Splunk Universal Forwarder to send specific Windows logs to a designated index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-a-Splunk-Universal-Forwarder-to-send-specific/m-p/693088#M115221</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266281"&gt;@BRFZ&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;sorry but I don't understand:&lt;/P&gt;&lt;P&gt;in the Splunk_TA_windows inputs.conf there are some stanzas for Active Directory:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;###### WinEventLog Inputs for Active Directory ######

## Application and Services Logs - DFS Replication
[WinEventLog://DFS Replication]
disabled = 1
renderXml=true

## Application and Services Logs - Directory Service
[WinEventLog://Directory Service]
disabled = 1
renderXml=true

## Application and Services Logs - File Replication Service
[WinEventLog://File Replication Service]
disabled = 1
renderXml=true

## Application and Services Logs - Key Management Service
[WinEventLog://Key Management Service]
disabled = 1
renderXml=true


###### WinEventLog Inputs for DNS ######
[WinEventLog://DNS Server]
disabled=1
renderXml=true


###### DHCP ######
[monitor://$WINDIR\System32\DHCP]
disabled = 1
whitelist = DhcpSrvLog*
crcSalt = &amp;lt;SOURCE&amp;gt;
sourcetype = DhcpSrvLog&lt;/LI-CODE&gt;&lt;P&gt;you could enable them (disable = 0) and add a row with the index in which store the data in each stanza.&lt;/P&gt;&lt;P&gt;what's the issue?&lt;/P&gt;&lt;P&gt;Anyway, think about what I said in my previous answer: why use a different index?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 16:15:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-a-Splunk-Universal-Forwarder-to-send-specific/m-p/693088#M115221</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-07-11T16:15:09Z</dc:date>
    </item>
  </channel>
</rss>

