<?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: Logs WIndows to Splunk Cloud in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687023#M10168</link>
    <description>&lt;P&gt;I have tried what &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt; said, but it did not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I suspect that maybe they are not sending anything to the HF, because checking the connections with tcpdump to port 9997, I have seen that they are only with the splunk tenant. Can they use the same port to receive and make connections to the indexers (9997) and to receive logs from the UF (9997)? Do you recommend any other test?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 11:36:08 GMT</pubDate>
    <dc:creator>adrifesa95</dc:creator>
    <dc:date>2024-05-09T11:36:08Z</dc:date>
    <item>
      <title>Logs WIndows to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/686901#M10158</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a problem because I can't see the windows logs in splunk cloud.&lt;/P&gt;
&lt;P&gt;My architecture is as follows: UF-&amp;gt;HF-&amp;gt;Splunk cloud&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="adrifesa95_0-1715182506983.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30739i4998EFF155911D91/image-size/medium?v=v2&amp;amp;px=400" role="button" title="adrifesa95_0-1715182506983.jpeg" alt="adrifesa95_0-1715182506983.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get the logs on the HF because I see them by doing packet inspection with tcpdump. So I have 9997 open, but these are not being forwarded to the cloud.&lt;/P&gt;
&lt;P&gt;These are my inputs.conf&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/

###### OS Logs ######
[WinEventLog://Application]
disabled = 0
index=mx_windows
start_from = oldest
current_only = 0
checkpointInterval = 5
renderXml=true

[WinEventLog://Security]
disabled = 0
index=mx_windows
start_from = oldest
current_only = 0
evt_resolve_ad_obj = 1
checkpointInterval = 5
blacklist1 = EventCode="4662" Message="Object Type:(?!\s*groupPolicyContainer)"
blacklist2 = EventCode="566" Message="Object Type:(?!\s*groupPolicyContainer)"
renderXml=true

[WinEventLog://System]
disabled = 0
index=mx_windows
start_from = oldest
current_only = 0
checkpointInterval = 5
renderXml=true

###### Forwarded WinEventLogs (WEF) ######
[WinEventLog://ForwardedEvents]
disabled = 0
start_from = oldest
current_only = 0
checkpointInterval = 5
## The addon supports only XML format for the collection of WinEventLogs using WEF, hence do not change the below renderXml parameter to false.
renderXml=true
host=WinEventLogForwardHost
index=mx_windows





/opt/splunk/etc/system/local/inputs.conf

[splunktcp://9997]
index=mx_windows
disabled = 0

[WinEventLog://ForwardedEvents]
index=mx_windows
disabled = 0&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 08 May 2024 16:50:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/686901#M10158</guid>
      <dc:creator>adrifesa95</dc:creator>
      <dc:date>2024-05-08T16:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Logs WIndows to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/686904#M10159</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263670"&gt;@adrifesa95&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;are you receiving Splunk internal logs from the HF and UFs in Splunk Cloud?&lt;/P&gt;&lt;P&gt;how did you configure the outputs.conf on the HF?&lt;/P&gt;&lt;P&gt;and on the UFs?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 16:12:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/686904#M10159</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-05-08T16:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Logs WIndows to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/686906#M10160</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Well, it can be several things, network/config: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You have shown the inputs but what about the outputs? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Obviously, you will have a better understanding of your network / access / data flow details, but here's a number of area's for you to check&amp;nbsp; and investigate. &lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Have you installed the Splunk Cloud UF App Package onto the HF (splunkclouduf.spl This contains the &lt;STRONG&gt;outputs.conf&lt;/STRONG&gt; &amp;nbsp;/ TLS config, you download this from your Splunk cloud stack). &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Have you allowed the HF for outbound connectivity to Splunk Cloud (Firewall changes) ?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;After you download and install the Splunk Cloud UF App Package onto the HF, can you see the HF's _internal logs in Splunk cloud?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In Splunk cloud there is allow IP whitelisting feature, have you configured this for the HF to allow data to be sent to Splunk cloud?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 08 May 2024 16:34:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/686906#M10160</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-05-08T16:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Logs WIndows to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687001#M10162</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I answer to both of you, I leave you my outputs.conf that as you say I downloaded it from the cloud and it points to the indexers.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[root@host ~]# cat /opt/splunk/etc/system/local/outputs.conf&lt;/STRONG&gt;&lt;BR /&gt;[tcpout]&lt;BR /&gt;defaultGroup = splunkcloud_20231028_9aaa4b04216cd9a0a4dc1eb274307fd1&lt;BR /&gt;useACK = true&lt;BR /&gt;indexAndForward = 0&lt;/P&gt;&lt;P&gt;[tcpout:splunkcloud_20231028_9aaa4b04216cd9a0a4dc1eb274307fd1]&lt;BR /&gt;server = inputs1.tenant.splunkcloud.com:9997, inputs2.tenant.splunkcloud.com:9997, inputs3.tenant.splunkcloud.com:9997, inputs4.tenant.splunkcloud.com:9997, inputs5.tenant.splunkcloud.com:9997, inputs6.tenant.splunkcloud.com:9997, inputs7.tenant.splunkcloud.com:9997, inputs8.tenant.splunkcloud.com:9997, inputs9.tenant.splunkcloud.com:9997, inputs10.tenant.splunkcloud.com:9997, inputs11.tenant.splunkcloud.com:9997, inputs12.tenant.splunkcloud.com:9997, inputs13.tenant.splunkcloud.com:9997, inputs14.tenant.splunkcloud.com:9997, inputs15.tenant.splunkcloud.com:9997&lt;/P&gt;&lt;P&gt;But this is a problem with this source, because I have other sources that go through that HF and arrive correctly to the cloud. I have already tested that port 9997 is up, but I must be missing something else. I have created the index mx_windows on both cloud and HF. any more ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 10:08:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687001#M10162</guid>
      <dc:creator>adrifesa95</dc:creator>
      <dc:date>2024-05-09T10:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Logs WIndows to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687004#M10163</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263670"&gt;@adrifesa95&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;if your HF is forwarding other logs, te connection is ok.&lt;/P&gt;&lt;P&gt;so, try to remove the second stana in the inputs.conf of the HF leaving only:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[splunktcp://9997]
disabled = 0&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 10:30:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687004#M10163</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-05-09T10:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Logs WIndows to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687006#M10164</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Sounds like order of precedence issue- These two will help in figuring out what is take the priority setting: (Some config is taking place before the other) but go by what&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; is saying.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Inputs config&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/opt/splunk/bin/splunk btool inputs list --debug&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;outputs config &lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/opt/splunk/bin/splunk btool outputs list --debug&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 10:38:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687006#M10164</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-05-09T10:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Logs WIndows to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687023#M10168</link>
      <description>&lt;P&gt;I have tried what &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt; said, but it did not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I suspect that maybe they are not sending anything to the HF, because checking the connections with tcpdump to port 9997, I have seen that they are only with the splunk tenant. Can they use the same port to receive and make connections to the indexers (9997) and to receive logs from the UF (9997)? Do you recommend any other test?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 11:36:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687023#M10168</guid>
      <dc:creator>adrifesa95</dc:creator>
      <dc:date>2024-05-09T11:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Logs WIndows to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687024#M10169</link>
      <description>&lt;P&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [MonitorNoHandle://$WINDIR\System32\Dns\dns.log]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf sourcetype = MSAD:NT6:DNS&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf [SSL]&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf _rcvbuf = 1572864&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf allowSslRenegotiation = true&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf certLogMaxCacheEntries = 10000&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf certLogRepeatFrequency = 1d&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf cipherSuite = ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf ecdhCurves = prime256v1, secp384r1, secp521r1&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf host = $decideOnStartup&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf index = default&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf logCertificateData = true&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf sslQuietShutdown = false&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf sslVersions = tls1.2&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf [WinEventLog://Application]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf checkpointInterval = 5&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf current_only = 0&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf disabled = 0&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf index = mx_windows&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf renderXml = true&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf start_from = oldest&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinEventLog://DFS Replication]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf renderXml = true&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinEventLog://DNS Server]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf renderXml = true&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinEventLog://Directory Service]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf renderXml = true&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinEventLog://File Replication Service]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf renderXml = true&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf [WinEventLog://ForwardedEvents]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf checkpointInterval = 5&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf current_only = 0&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf disabled = 0&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf host = WinEventLogForwardHost&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf index = mx_windows&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf renderXml = true&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf start_from = oldest&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinEventLog://Key Management Service]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf renderXml = true&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf [WinEventLog://Security]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf blacklist1 = EventCode="4662" Message="Object Type:(?!\s*groupPolicyContainer)"&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf blacklist2 = EventCode="566" Message="Object Type:(?!\s*groupPolicyContainer)"&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf checkpointInterval = 5&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf current_only = 0&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf disabled = 0&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf evt_resolve_ad_obj = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf index = mx_windows&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf renderXml = true&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf start_from = oldest&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf [WinEventLog://System]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf checkpointInterval = 5&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf current_only = 0&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf disabled = 0&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf index = mx_windows&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf renderXml = true&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/local/inputs.conf start_from = oldest&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinHostMon://Computer]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf interval = 600&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = Computer&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinHostMon://Disk]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf interval = 600&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = Disk&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinHostMon://Driver]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf interval = 600&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = Driver&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinHostMon://NetworkAdapter]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf interval = 600&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = NetworkAdapter&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinHostMon://OperatingSystem]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf interval = 600&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = OperatingSystem&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinHostMon://Process]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf interval = 600&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = Process&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinHostMon://Processor]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf interval = 600&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = Processor&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinHostMon://Roles]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf interval = 600&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = Roles&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinHostMon://Service]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf interval = 600&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = Service&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinNetMon://inbound]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf direction = inbound&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinNetMon://outbound]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf direction = outbound&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinPrintMon://driver]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf baseline = 1&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf interval = 600&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = driver&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinPrintMon://port]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf baseline = 1&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf interval = 600&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = port&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinPrintMon://printer]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf baseline = 1&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf interval = 600&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = printer&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinRegMon://default]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf hive = .*&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf proc = .*&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = rename|set|delete|create&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinRegMon://hkcu_run]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf hive = \\REGISTRY\\USER\\.*\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\\.*&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf proc = .*&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = set|create|delete|rename&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [WinRegMon://hklm_run]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf hive = \\REGISTRY\\MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\\.*&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf proc = .*&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf type = set|create|delete|rename&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf [admon://default]&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf disabled = 1&lt;BR /&gt;host = $decideOnStartup&lt;BR /&gt;index = default&lt;BR /&gt;/opt/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf monitorSubtree = 1&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf [batch:///opt/splunk/var/run/splunk/search_telemetry/*search_telemetry.json]&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf _rcvbuf = 1572864&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf crcSalt = &amp;lt;SOURCE&amp;gt;&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf host = $decideOnStartup&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf index = _introspection&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf log_on_completion = 0&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf move_policy = sinkhole&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf sourcetype = search_telemetry&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf [batch:///opt/splunk/var/spool/splunk]&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf _rcvbuf = 1572864&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf crcSalt = &amp;lt;SOURCE&amp;gt;&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf host = $decideOnStartup&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf index = default&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf move_policy = sinkhole&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf [batch:///opt/splunk/var/spool/splunk/...stash_hec]&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf _rcvbuf = 1572864&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf crcSalt = &amp;lt;SOURCE&amp;gt;&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf host = $decideOnStartup&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf index = default&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf move_policy = sinkhole&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf sourcetype = stash_hec&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf [batch:///opt/splunk/var/spool/splunk/...stash_new]&lt;BR /&gt;/opt/splunk/etc/system/default/inputs.conf _rcvbuf = 1572864&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and many lines below&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/opt/splunk/etc/apps/launcher/local/inputs.conf [splunktcp://9997]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 11:41:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687024#M10169</guid>
      <dc:creator>adrifesa95</dc:creator>
      <dc:date>2024-05-09T11:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Logs WIndows to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687025#M10170</link>
      <description>&lt;P&gt;/opt/splunk/etc/system/default/outputs.conf [rfs]&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf batchSizeThresholdKB = 131072&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf batchTimeout = 30&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf compression = zstd&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf compressionLevel = 3&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf dropEventsOnUploadError = false&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf format = json&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf format.json.index_time_fields = true&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf format.ndjson.index_time_fields = true&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf partitionBy = legacy&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf [syslog]&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf maxEventSize = 1024&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf priority = &amp;lt;13&amp;gt;&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf type = udp&lt;BR /&gt;/opt/splunk/etc/apps/100_tenant_splunkcloud/local/outputs.conf [tcpout]&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf ackTimeoutOnShutdown = 30&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf autoLBFrequency = 30&lt;BR /&gt;/opt/splunk/etc/apps/100_tenant_splunkcloud/local/outputs.conf autoLBFrequencyIntervalOnGroupFailure = -1&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf autoLBVolume = 0&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf blockOnCloning = true&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf blockWarnThreshold = 100&lt;BR /&gt;/opt/splunk/etc/apps/100_tenant_splunkcloud/local/outputs.conf channelReapInterval = 60000&lt;BR /&gt;/opt/splunk/etc/apps/100_tenant_splunkcloud/local/outputs.conf channelReapLowater = 10&lt;BR /&gt;/opt/splunk/etc/apps/100_tenant_splunkcloud/local/outputs.conf channelTTL = 300000&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf cipherSuite = ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-GCM-SHA384:AES128-GCM-SHA256:AES128-SHA256:ECDH-ECDSA-AES256-GCM-SHA384:ECDH-ECDSA-AES128-GCM-SHA256:ECDH-ECDSA-AES256-SHA384:ECDH-ECDSA-AES128-SHA256&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf compressed = false&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf connectionTTL = 0&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf connectionTimeout = 20&lt;BR /&gt;/opt/splunk/etc/apps/100_tenant_splunkcloud/local/outputs.conf connectionsPerTarget = 0&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf defaultGroup = splunkcloud_20231028_9aaa4b04216cd9a0a4dc1eb274307fd1&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf disabled = false&lt;BR /&gt;/opt/splunk/etc/apps/100_tenant_splunkcloud/local/outputs.conf dnsResolutionInterval = 300&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf dropClonedEventsOnQueueFull = 5&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf dropEventsOnQueueFull = -1&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf ecdhCurves = prime256v1, secp384r1, secp521r1&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf enableOldS2SProtocol = false&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf forceTimebasedAutoLB = false&lt;BR /&gt;/opt/splunk/etc/apps/SplunkForwarder/default/outputs.conf forwardedindex.0.whitelist = .*&lt;BR /&gt;/opt/splunk/etc/apps/SplunkForwarder/default/outputs.conf forwardedindex.1.blacklist = _.*&lt;BR /&gt;/opt/splunk/etc/apps/SplunkDeploymentServerConfig/default/outputs.conf forwardedindex.2.whitelist = (_audit|_internal|_introspection|_telemetry|_metrics|_metrics_rollup|_configtracker|_dsclient|_dsphonehome|_dsappevent)&lt;BR /&gt;/opt/splunk/etc/apps/SplunkForwarder/default/outputs.conf forwardedindex.filter.disable = false&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf heartbeatFrequency = 30&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf indexAndForward = 1&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf maxConnectionsPerIndexer = 2&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf maxFailuresPerInterval = 2&lt;BR /&gt;/opt/splunk/etc/apps/SplunkForwarder/default/outputs.conf maxQueueSize = 500KB&lt;BR /&gt;/opt/splunk/etc/apps/100_tenant_splunkcloud/local/outputs.conf negotiateNewProtocol = true&lt;BR /&gt;/opt/splunk/etc/apps/100_tenant_splunkcloud/local/outputs.conf polling_interval = 5&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf readTimeout = 300&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf secsInFailureInterval = 1&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf sendCookedData = true&lt;BR /&gt;/opt/splunk/etc/apps/100_tenant_splunkcloud/local/outputs.conf socksResolveDNS = false&lt;BR /&gt;/opt/splunk/etc/apps/100_tenant_splunkcloud/local/outputs.conf sslPassword =&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf sslQuietShutdown = false&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf sslVersions = tls1.2&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf tcpSendBufSz = 0&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf useACK = true&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf useClientSSLCompression = true&lt;BR /&gt;/opt/splunk/etc/system/default/outputs.conf writeTimeout = 300&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf [tcpout:scs]&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf autoLBFrequency = 120&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf clientCert = $SPLUNK_HOME/etc/apps/100_tenant_splunkcloud/default/tenant_server.pem&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf compressed = true&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf disabled = 1&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf server = tenant.forwarders.scs.splunk.com:9997&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf sslAltNameToCheck = *.forwarders.scs.splunk.com&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf sslVerifyServerCert = true&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf useClientSSLCompression = false&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf [tcpout:splunkcloud_]&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf autoLBFrequency = 120&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf clientCert = $SPLUNK_HOME/etc/apps/100_tenant_splunkcloud/default/tenant_server.pem&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf compressed = false&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf server = inputs1.tenant.splunkcloud.com:9997, inputs2.tenant.splunkcloud.com:9997, inputs3.tenant.splunkcloud.com:9997, inputs4.tenant.splunkcloud.com:9997, inputs5.tenant.splunkcloud.com:9997, inputs6.tenant.splunkcloud.com:9997, inputs7.tenant.splunkcloud.com:9997, inputs8.tenant.splunkcloud.com:9997, inputs9.tenant.splunkcloud.com:9997, inputs10.tenant.splunkcloud.com:9997, inputs11.tenant.splunkcloud.com:9997, inputs12.tenant.splunkcloud.com:9997, inputs13.tenant.splunkcloud.com:9997, inputs14.tenant.splunkcloud.com:9997, inputs15.tenant.splunkcloud.com:9997&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf sslCommonNameToCheck = *.tenant.splunkcloud.com&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf sslVerifyServerCert = true&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf sslVerifyServerName = true&lt;BR /&gt;/opt/splunk/etc/system/local/outputs.conf useClientSSLCompression = true&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 11:42:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687025#M10170</guid>
      <dc:creator>adrifesa95</dc:creator>
      <dc:date>2024-05-09T11:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Logs WIndows to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687028#M10171</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You Windows Hosts should have an output.conf that sends to the HF only, if this is how you want your data flow architecture. (You don’t need the 100_tenant_splunkcloud installed on the Windows UF's &lt;STRONG&gt;Unless&lt;/STRONG&gt; you want to send from them &lt;STRONG&gt;directly&lt;/STRONG&gt; to Splunk cloud, this is also a viable solution.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm starting to think you may have the 100_tenant_splunkcloud and configured outputs to the HF on the Windows hosts, you need to have one or the other for this setup. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Run the btool outputs command on the Windows UF let’s see what that shows?&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/opt/splunkforwarder/bin/splunk btool outputs list –debug&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 12:16:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687028#M10171</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-05-09T12:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Logs WIndows to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687029#M10172</link>
      <description>&lt;P&gt;I should have said change to windows path as the command I gave is for Linux&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 12:19:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687029#M10172</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-05-09T12:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Logs WIndows to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687060#M10174</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263670"&gt;@adrifesa95&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;it shouldn't be a probem: on your HF, you can receive logs on port 9997 and send logs to Splunk Cloud on 9997 port.&lt;/P&gt;&lt;P&gt;Check if from the UFs you can reach the HF (using e.g. telnet).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 16:19:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Logs-WIndows-to-Splunk-Cloud/m-p/687060#M10174</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-05-09T16:19:44Z</dc:date>
    </item>
  </channel>
</rss>

