<?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 Connectivity issues in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Connectivity-issues/m-p/560311#M92614</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In Sandpit --&amp;gt; I have a multicluster environment created for testing&lt;/P&gt;&lt;P&gt;I have Windows Universal Forwarder --&amp;gt; From where I need to send sysmon logs to splunk&lt;/P&gt;&lt;P&gt;sysmon is successfully installed --&amp;gt; logging is enabled&lt;/P&gt;&lt;P&gt;In windows UF --&amp;gt; I have created inputs.conf and outputs.conf under Program Files --&amp;gt; SplunkUniversal forwarder--&amp;gt; etc--&amp;gt; system --&amp;gt; local&lt;/P&gt;&lt;P&gt;inputs.conf&lt;/P&gt;&lt;P&gt;[monitor://%SystemRoot%\System32\Winevt\Logs\Microsoft-Windows-Sysmon%4Operational.evtx]&lt;/P&gt;&lt;P&gt;index = main&lt;BR /&gt;sourcetype = web&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;outputs.conf&lt;/P&gt;&lt;P&gt;[tcpout]&lt;BR /&gt;defaultGroup=sysmon_server&lt;/P&gt;&lt;P&gt;[tcpout:sysmon_server]&lt;BR /&gt;server=FQDN:5986&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Restarted the splunk&lt;/P&gt;&lt;P&gt;Added port 5986 into Heavy Forwarder of the clustered environment (9997 and 9998 ports were not getting connected to used 5986)&lt;/P&gt;&lt;P&gt;Index and sourcetype mentioned above are already there in HF.&lt;/P&gt;&lt;P&gt;--&amp;gt; Telnet is working&lt;/P&gt;&lt;P&gt;--&amp;gt; Phonehome logs are there&lt;/P&gt;&lt;P&gt;But sysmon logs are not getting ingested into splunk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jul 2021 09:51:49 GMT</pubDate>
    <dc:creator>VijaySrrie</dc:creator>
    <dc:date>2021-07-21T09:51:49Z</dc:date>
    <item>
      <title>Connectivity issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Connectivity-issues/m-p/560311#M92614</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In Sandpit --&amp;gt; I have a multicluster environment created for testing&lt;/P&gt;&lt;P&gt;I have Windows Universal Forwarder --&amp;gt; From where I need to send sysmon logs to splunk&lt;/P&gt;&lt;P&gt;sysmon is successfully installed --&amp;gt; logging is enabled&lt;/P&gt;&lt;P&gt;In windows UF --&amp;gt; I have created inputs.conf and outputs.conf under Program Files --&amp;gt; SplunkUniversal forwarder--&amp;gt; etc--&amp;gt; system --&amp;gt; local&lt;/P&gt;&lt;P&gt;inputs.conf&lt;/P&gt;&lt;P&gt;[monitor://%SystemRoot%\System32\Winevt\Logs\Microsoft-Windows-Sysmon%4Operational.evtx]&lt;/P&gt;&lt;P&gt;index = main&lt;BR /&gt;sourcetype = web&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;outputs.conf&lt;/P&gt;&lt;P&gt;[tcpout]&lt;BR /&gt;defaultGroup=sysmon_server&lt;/P&gt;&lt;P&gt;[tcpout:sysmon_server]&lt;BR /&gt;server=FQDN:5986&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Restarted the splunk&lt;/P&gt;&lt;P&gt;Added port 5986 into Heavy Forwarder of the clustered environment (9997 and 9998 ports were not getting connected to used 5986)&lt;/P&gt;&lt;P&gt;Index and sourcetype mentioned above are already there in HF.&lt;/P&gt;&lt;P&gt;--&amp;gt; Telnet is working&lt;/P&gt;&lt;P&gt;--&amp;gt; Phonehome logs are there&lt;/P&gt;&lt;P&gt;But sysmon logs are not getting ingested into splunk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 09:51:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Connectivity-issues/m-p/560311#M92614</guid>
      <dc:creator>VijaySrrie</dc:creator>
      <dc:date>2021-07-21T09:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Connectivity issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Connectivity-issues/m-p/560318#M92616</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164779"&gt;@VijaySrrie&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sysmon add-on having it's own inputs to be configured as below that pulls logs automatically. Your explicit monitor does not work as .evtx files are binary.&lt;/P&gt;&lt;P&gt;Try following settings in inputs conf, same you can find in default/ dir of add-on.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[WinEventLog://Microsoft-Windows-Sysmon/Operational]
disabled = true
renderXml = 1
source = XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
# Prevent forwarding of multiple DNSQuery logs based on complex rule groups
# blacklist1 = EventCode="^22$" Message="(?i)QueryName:\s+(.*\.arpa\.)\s+QueryStatus:\s+(\d+)\s+QueryResults:\s+(.*)\s+Image:\s+(c:\\windows\\sysmon\.exe)$"
# blacklist2 = EventCode="^22$" Message="(?i)QueryName:\s+(HelloWorld.local)\s+QueryStatus:\s+(\d+)\s+QueryResults:\s+(.*)\s+Image:\s+(c:\\windows\\system32\\ping\.exe)$”&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; ---&lt;/P&gt;&lt;P&gt;An upvote would be appreciated and Accept solution if this reply helps!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 10:19:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Connectivity-issues/m-p/560318#M92616</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-07-21T10:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connectivity issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Connectivity-issues/m-p/560319#M92617</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164779"&gt;@VijaySrrie&lt;/a&gt;&amp;nbsp;Copy the same contents to /local dir inputs conf and enable it add index that's all you need to do assuming your outputs conf are working you will be able to search logs with specified&amp;nbsp; default source.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;An upvote would be appreciated if this reply helps!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 10:22:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Connectivity-issues/m-p/560319#M92617</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-07-21T10:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Connectivity issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Connectivity-issues/m-p/560429#M92634</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/163730"&gt;@venkatasri&lt;/a&gt;&amp;nbsp; its working ThanK you, do you have the doc from where you got the above config?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 04:04:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Connectivity-issues/m-p/560429#M92634</guid>
      <dc:creator>VijaySrrie</dc:creator>
      <dc:date>2021-07-22T04:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Connectivity issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Connectivity-issues/m-p/560455#M92638</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164779"&gt;@VijaySrrie&lt;/a&gt;&amp;nbsp; can't find splunk docs i referred add-on default/ dir for conf specs.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 10:06:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Connectivity-issues/m-p/560455#M92638</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-07-22T10:06:00Z</dc:date>
    </item>
  </channel>
</rss>

