<?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 VMware ESXI generic syslog sources (auth, shell) not properly sourcetyped as vmware:esxlog in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/VMware-ESXI-generic-syslog-sources-auth-shell-not-properly/m-p/756234#M119951</link>
    <description>&lt;P&gt;Hi. &lt;A href="https://github.com/splunk/splunk-connect-for-syslog/issues/2830" target="_blank" rel="noopener"&gt;I've asked this question&lt;/A&gt; in the Splunk Connect for Syslog GitHub repository as it relates to that product, but following their advice on similar issues and after not receiving any responses, I'm reaching out here.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt; I'm ingesting logs from a VMware ESXi host into Splunk in a lab environment. I have two virtual machines installed on VMware Workstation Pro 17.5:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;ESXi machine (4GB RAM, 2 CPU cores)&lt;/LI&gt;&lt;LI&gt;Rocky Linux 10.0 machine (minimal ISO, 4GB RAM, 2 CPU cores)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;On the Rocky Linux machine, I have a Splunk HF server and SC4S installed via Docker with docker-compose, using this image: ghcr.io/splunk/splunk-connect-for-syslog/container3:3.38.1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration:&lt;/STRONG&gt; My env_file contains:&lt;/P&gt;&lt;PRE&gt;SC4S_DEST_SPLUNK_HEC_DEFAULT_URL=https://192.168.25.134:8088
SC4S_DEST_SPLUNK_HEC_DEFAULT_TOKEN=e766e25f-dcd2-4434-9920-69f72a5964e7
SC4S_DEST_SPLUNK_HEC_DEFAULT_TLS_VERIFY=no
SC4S_USE_NAME_CACHE=yes
SC4S_SOURCE_VMWARE_VSPHERE_GROUPMSG=yes
SC4S_USE_VPS_CACHE=yes
SOURCE_ALL_SET=DEFAULT,VMWARE_VSPHERE
SC4S_LISTEN_VMWARE_VSPHERE_TCP_PORT=5514
SC4S_LISTEN_VMWARE_VSPHERE_RFC6587_PORT=5514&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; I'm interested in logs from these ESXi files:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;hostd.log&lt;/LI&gt;&lt;LI&gt;vobd.log&lt;/LI&gt;&lt;LI&gt;vmkwarning.log&lt;/LI&gt;&lt;LI&gt;auth.log&lt;/LI&gt;&lt;LI&gt;shell.log&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Most logs are correctly tagged with the appropriate sourcetype (e.g., hostd.log appears as vmware:esxlog:hostd). However, auth.log and shell.log continue to be tagged with nix:syslog instead of VMware-related sourcetypes.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I've Tried:&lt;/STRONG&gt; &lt;A href="https://splunk.github.io/splunk-connect-for-syslog/main/sources/vendor/VMWare/vsphere/#automatic-parser-configuration" target="_blank" rel="noopener"&gt;Following the SC4S documentation&lt;/A&gt;, I added the configuration parameters listed above to my env_file. I also created a custom VPS parser at /opt/sc4s/local/config/app_parsers/app-vps-vmware_vsphere.conf:&lt;/P&gt;&lt;PRE&gt;application app-vps-test-vmware_vsphere[sc4s-vps] {
  filter { host("-esx-") };
  parser {
    p_set_netsource_fields(
      vendor('vmware')
      product('vsphere')
    );
  };
};&lt;/PRE&gt;&lt;P&gt;I've tested multiple variations, including:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Using different filter patterns (netmask, full hostname, host("-esx-") exactly as documented)&lt;/LI&gt;&lt;LI&gt;Combining different filter approaches simultaneously&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Unfortunately, none of these approaches have resolved the issue. Any guidance would be greatly appreciated!&lt;/P&gt;</description>
    <pubDate>Sat, 06 Dec 2025 06:02:04 GMT</pubDate>
    <dc:creator>onlyenz404</dc:creator>
    <dc:date>2025-12-06T06:02:04Z</dc:date>
    <item>
      <title>VMware ESXI generic syslog sources (auth, shell) not properly sourcetyped as vmware:esxlog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/VMware-ESXI-generic-syslog-sources-auth-shell-not-properly/m-p/756234#M119951</link>
      <description>&lt;P&gt;Hi. &lt;A href="https://github.com/splunk/splunk-connect-for-syslog/issues/2830" target="_blank" rel="noopener"&gt;I've asked this question&lt;/A&gt; in the Splunk Connect for Syslog GitHub repository as it relates to that product, but following their advice on similar issues and after not receiving any responses, I'm reaching out here.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt; I'm ingesting logs from a VMware ESXi host into Splunk in a lab environment. I have two virtual machines installed on VMware Workstation Pro 17.5:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;ESXi machine (4GB RAM, 2 CPU cores)&lt;/LI&gt;&lt;LI&gt;Rocky Linux 10.0 machine (minimal ISO, 4GB RAM, 2 CPU cores)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;On the Rocky Linux machine, I have a Splunk HF server and SC4S installed via Docker with docker-compose, using this image: ghcr.io/splunk/splunk-connect-for-syslog/container3:3.38.1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration:&lt;/STRONG&gt; My env_file contains:&lt;/P&gt;&lt;PRE&gt;SC4S_DEST_SPLUNK_HEC_DEFAULT_URL=https://192.168.25.134:8088
SC4S_DEST_SPLUNK_HEC_DEFAULT_TOKEN=e766e25f-dcd2-4434-9920-69f72a5964e7
SC4S_DEST_SPLUNK_HEC_DEFAULT_TLS_VERIFY=no
SC4S_USE_NAME_CACHE=yes
SC4S_SOURCE_VMWARE_VSPHERE_GROUPMSG=yes
SC4S_USE_VPS_CACHE=yes
SOURCE_ALL_SET=DEFAULT,VMWARE_VSPHERE
SC4S_LISTEN_VMWARE_VSPHERE_TCP_PORT=5514
SC4S_LISTEN_VMWARE_VSPHERE_RFC6587_PORT=5514&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; I'm interested in logs from these ESXi files:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;hostd.log&lt;/LI&gt;&lt;LI&gt;vobd.log&lt;/LI&gt;&lt;LI&gt;vmkwarning.log&lt;/LI&gt;&lt;LI&gt;auth.log&lt;/LI&gt;&lt;LI&gt;shell.log&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Most logs are correctly tagged with the appropriate sourcetype (e.g., hostd.log appears as vmware:esxlog:hostd). However, auth.log and shell.log continue to be tagged with nix:syslog instead of VMware-related sourcetypes.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I've Tried:&lt;/STRONG&gt; &lt;A href="https://splunk.github.io/splunk-connect-for-syslog/main/sources/vendor/VMWare/vsphere/#automatic-parser-configuration" target="_blank" rel="noopener"&gt;Following the SC4S documentation&lt;/A&gt;, I added the configuration parameters listed above to my env_file. I also created a custom VPS parser at /opt/sc4s/local/config/app_parsers/app-vps-vmware_vsphere.conf:&lt;/P&gt;&lt;PRE&gt;application app-vps-test-vmware_vsphere[sc4s-vps] {
  filter { host("-esx-") };
  parser {
    p_set_netsource_fields(
      vendor('vmware')
      product('vsphere')
    );
  };
};&lt;/PRE&gt;&lt;P&gt;I've tested multiple variations, including:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Using different filter patterns (netmask, full hostname, host("-esx-") exactly as documented)&lt;/LI&gt;&lt;LI&gt;Combining different filter approaches simultaneously&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Unfortunately, none of these approaches have resolved the issue. Any guidance would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Sat, 06 Dec 2025 06:02:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/VMware-ESXI-generic-syslog-sources-auth-shell-not-properly/m-p/756234#M119951</guid>
      <dc:creator>onlyenz404</dc:creator>
      <dc:date>2025-12-06T06:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: VMware ESXI generic syslog sources (auth, shell) not properly sourcetyped as vmware:esxlog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/VMware-ESXI-generic-syslog-sources-auth-shell-not-properly/m-p/756600#M119998</link>
      <description>&lt;P&gt;Hey&lt;BR /&gt;Looking at this and have a few questions that hopefully should help&lt;BR /&gt;&lt;BR /&gt;1. I see you have ESXi sending syslog to SC4S TCP and RFC6587.&amp;nbsp; Is it going to a dedicated VMware port or a shared one?&lt;/P&gt;&lt;P&gt;2. For the misclassified events, what does the program field show (for example sshd)?&lt;/P&gt;&lt;P&gt;3. Can you paste one raw auth.log or shell.log event as it hits Splunk?&lt;/P&gt;&lt;P&gt;4. Did you restart the SC4S container after adding it?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 22:01:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/VMware-ESXI-generic-syslog-sources-auth-shell-not-properly/m-p/756600#M119998</guid>
      <dc:creator>Wander</dc:creator>
      <dc:date>2025-12-17T22:01:22Z</dc:date>
    </item>
  </channel>
</rss>

