<?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: APM audit_admuser table in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/752554#M22567</link>
    <description>The APM table ARTIFACT.AUDIT_TRANSACTIONS is used by the Products\SAS Environment Manager\Audit Reports(Log Forensic)\ "User Accounts Added" and "User Accounts Removed" reports.</description>
    <pubDate>Wed, 07 Jul 2021 13:15:56 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2021-07-07T13:15:56Z</dc:date>
    <item>
      <title>APM audit_admuser table</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/752263#M22551</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to create an audit report containing information about user addition/deletion by admin . Does APM audit_admuser table capture the required information ? If not, can you suggest how I can obtain required information?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards ,&lt;/P&gt;
&lt;P&gt;Mohammad Umair Kazi&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 11:17:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/752263#M22551</guid>
      <dc:creator>kaziumair</dc:creator>
      <dc:date>2021-07-06T11:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: APM audit_admuser table</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/752554#M22567</link>
      <description>The APM table ARTIFACT.AUDIT_TRANSACTIONS is used by the Products\SAS Environment Manager\Audit Reports(Log Forensic)\ "User Accounts Added" and "User Accounts Removed" reports.</description>
      <pubDate>Wed, 07 Jul 2021 13:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/752554#M22567</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-07-07T13:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: APM audit_admuser table</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/752846#M22574</link>
      <description>&lt;P&gt;Hi , thanks . Do you know how to update the artifact.audit_transactions table ? Actually ,I am able to see the records in the Audit_SASMeta_Metadataserver.log file , however when I access the audit_transactions table using data step in EG , it does not contain those records. Is there a way to update the table manually ?&lt;BR /&gt;Regards,&lt;BR /&gt;Mohammad Umair Kazi&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 11:49:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/752846#M22574</guid>
      <dc:creator>kaziumair</dc:creator>
      <dc:date>2021-07-08T11:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: APM audit_admuser table</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/752854#M22575</link>
      <description>These tables are updated by the nightly ETL runs of the Environment Manager Service Architecture Framework, which reads from the Audit_ log file you mention to update ARTIFACT.AUDIT_TRANSACTIONS, among others.&lt;BR /&gt;&lt;BR /&gt;More information on the service architecture framework can be found here:&lt;BR /&gt;&lt;BR /&gt;Understanding SAS Environment Manager Service Architecture&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/evcdc/2.5_M1/evug/n11z5dl1car9w4n17i8b4jutjre8.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/evcdc/2.5_M1/evug/n11z5dl1car9w4n17i8b4jutjre8.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;When enabled, the Environment Manager agents run at midnight (by default) the script below on each host (except grid nodes):&lt;BR /&gt;12 am: &amp;lt;sas-config&amp;gt;/Levn/Web/SASEnvironmentManager/emi-client/bin/log_collect.sh&lt;BR /&gt;&lt;BR /&gt;This script copies the log files from places like SASMeta/MetadataServer/AuditLogs to emi-client/LandingZone.&lt;BR /&gt;&lt;BR /&gt;Then from these scripts run on the primary compute host:&lt;BR /&gt;1 am: &amp;lt;sas-config&amp;gt;/Levn/Web/SASEnvironmentManager/emi-framework/bin/log_centralize.sh&lt;BR /&gt;This copies the logs from the different host's emi-client/LandingZone to emi-framework/LandingZone on the compute host.&lt;BR /&gt;&lt;BR /&gt;2 am: &amp;lt;sas-config&amp;gt;/Levn/Web/SASEnvironmentManager/emi-framework/bin/master_acm_etl.sh&lt;BR /&gt;This script updates the ACM tables by querying Environment Manager tables for data gathered by Environment Manager agents.&lt;BR /&gt;&lt;BR /&gt;3 am: &amp;lt;sas-config&amp;gt;/Levn/Web/SASEnvironmentManager/emi-framework/bin/master_apm_etl.sh&lt;BR /&gt;This script reads the log files gathered into the ARTIFACT and KIT tables.&lt;BR /&gt;&lt;BR /&gt;So if you wanted to manually update the tables you could run these scripts manually. Instead I would recommend checking to see why the automated runs are not occurring or are failing. The log files for these processes can be found in the emi-client/Logs and emi-framework/Logs directories.</description>
      <pubDate>Thu, 08 Jul 2021 12:10:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/752854#M22575</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-07-08T12:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: APM audit_admuser table</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/752866#M22577</link>
      <description>Thank you for your help .&lt;BR /&gt;&lt;BR /&gt;Regards ,&lt;BR /&gt;Mohammad Umair Kazi</description>
      <pubDate>Thu, 08 Jul 2021 13:33:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/752866#M22577</guid>
      <dc:creator>kaziumair</dc:creator>
      <dc:date>2021-07-08T13:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: APM audit_admuser table</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/753998#M22617</link>
      <description>Hi ,&lt;BR /&gt;Can you please give some clarity on the question below :&lt;BR /&gt;If an active directory user or an external user with SAS admin privileges adds/deletes user from SAS SMC , then will that be tracked by APM as well?</description>
      <pubDate>Wed, 14 Jul 2021 05:50:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/753998#M22617</guid>
      <dc:creator>kaziumair</dc:creator>
      <dc:date>2021-07-14T05:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: APM audit_admuser table</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/754056#M22618</link>
      <description>Yes.</description>
      <pubDate>Wed, 14 Jul 2021 12:55:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/754056#M22618</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-07-14T12:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: APM audit_admuser table</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/754066#M22619</link>
      <description>Thank you for help</description>
      <pubDate>Wed, 14 Jul 2021 13:15:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/APM-audit-admuser-table/m-p/754066#M22619</guid>
      <dc:creator>kaziumair</dc:creator>
      <dc:date>2021-07-14T13:15:07Z</dc:date>
    </item>
  </channel>
</rss>

