<?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 syslogd under OSX to send all user logon events via AFS and SMB to syslog in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62322#M12445</link>
    <description>&lt;P&gt;ok, so setting the activityLog key to true has made it send some info for AFS into the system log. thanks for that, MarioM. There are some options in that prefs file that imply that it should log file/folder actions but I don't see any being logged.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Sep 2012 19:19:37 GMT</pubDate>
    <dc:creator>helpdeskinc</dc:creator>
    <dc:date>2012-09-26T19:19:37Z</dc:date>
    <item>
      <title>How to configure syslogd under OSX to send all user logon events via AFS and SMB to syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62316#M12439</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
new here and to splunk - i'm hoping to use splunk to help audit security events under OS X server (running 10.7.4) for both Apple File Server events and SMB server events.&lt;/P&gt;

&lt;P&gt;I've got splunk running fine and have the OS X server's syslogd forwarding, in theory, all events to splunk via adding this to syslog.conf and bouncing syslogd after:&lt;BR /&gt;
&lt;EM&gt;.&lt;/EM&gt;     @{my.server.ip.address}&lt;/P&gt;

&lt;P&gt;splunk is happily consuming data from the OS X server, but when I make some AFP or SMB connections to it, I don't see anything show up.&lt;/P&gt;

&lt;P&gt;Any ideas? I can see some historical events of these tyoes in the system.log viewer in the Console, but my test events don't show up there either.&lt;/P&gt;

&lt;P&gt;thank you for any help!&lt;BR /&gt;
-a&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2012 20:43:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62316#M12439</guid>
      <dc:creator>helpdeskinc</dc:creator>
      <dc:date>2012-09-17T20:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure syslogd under OSX to send all user logon events via AFS and SMB to syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62317#M12440</link>
      <description>&lt;P&gt;it should be all in &lt;CODE&gt;/var/log&lt;/CODE&gt; or &lt;CODE&gt;/Library/Logs&lt;/CODE&gt; and if you enabled logging in file sharing it should be there &lt;CODE&gt;/Library/Logs/AppleFileService/AppleFileServiceAccess.log&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 05:30:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62317#M12440</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-18T05:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure syslogd under OSX to send all user logon events via AFS and SMB to syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62318#M12441</link>
      <description>&lt;P&gt;you would think so, no?&lt;/P&gt;

&lt;P&gt;so here is where it gets hinky. in OS X 10.7 Server, Apple has removed the log settings from the file sharing UI and it looks like nothing is getting logged into the AFS log, nor is there an SMBd log that I can see.&lt;/P&gt;

&lt;P&gt;so, the original question is where I'm still at. how to configure syslogd to be grabbing these events and sending them out to splunk. as I said before, some AFS events have shown up in the system.log but my test connections haven't. and, how can we enable the AFS/SMB logging when it seems like Apple has taken away those knobs and dials?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 15:10:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62318#M12441</guid>
      <dc:creator>helpdeskinc</dc:creator>
      <dc:date>2012-09-18T15:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure syslogd under OSX to send all user logon events via AFS and SMB to syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62319#M12442</link>
      <description>&lt;P&gt;have you try that to enable looging?&lt;BR /&gt;
    -Open NetInfo Manager (found in the Applications/Utilities folder).&lt;BR /&gt;
    -In NetInfo Manager, choose /config/AppleFileServer.&lt;BR /&gt;
    -Choose the "activity_log" property. Change its value from "0" to "1".&lt;BR /&gt;
    -Choose "Save" from the NetInfo Manager "Domain" menu.&lt;BR /&gt;
    -Stop and restart File Sharing in System Prefs.&lt;BR /&gt;
    -Find your log in /Library/Logs/ApplefileService/AppleFileServiceAccess.log&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 20:09:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62319#M12442</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-18T20:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure syslogd under OSX to send all user logon events via AFS and SMB to syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62320#M12443</link>
      <description>&lt;P&gt;or this:&lt;BR /&gt;
to enable AFP logging you have to open with root privileges&lt;/P&gt;

&lt;P&gt;/Library/Preferences/com.apple.AppleFileServer.plist&lt;/P&gt;

&lt;P&gt;and set&lt;/P&gt;

&lt;P&gt;&lt;KEY&gt;activityLog&lt;/KEY&gt;&lt;/P&gt;

&lt;P&gt;to&lt;/P&gt;

&lt;P&gt;&lt;TRUE&gt;&lt;/TRUE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 20:12:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62320#M12443</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-18T20:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure syslogd under OSX to send all user logon events via AFS and SMB to syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62321#M12444</link>
      <description>&lt;P&gt;But really this a question for Apple forums as if there is no data available anywhere then there is nothing that splunk can do&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 20:13:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62321#M12444</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-18T20:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure syslogd under OSX to send all user logon events via AFS and SMB to syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62322#M12445</link>
      <description>&lt;P&gt;ok, so setting the activityLog key to true has made it send some info for AFS into the system log. thanks for that, MarioM. There are some options in that prefs file that imply that it should log file/folder actions but I don't see any being logged.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 19:19:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62322#M12445</guid>
      <dc:creator>helpdeskinc</dc:creator>
      <dc:date>2012-09-26T19:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure syslogd under OSX to send all user logon events via AFS and SMB to syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62323#M12446</link>
      <description>&lt;P&gt;then if this answered you question please accept the answer for those having similar question.Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 21:00:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-syslogd-under-OSX-to-send-all-user-logon-events/m-p/62323#M12446</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-26T21:00:24Z</dc:date>
    </item>
  </channel>
</rss>

