true
. See How to Set Configuration Properties.[Report.BI]Open
, multiple [Table]Read
records
for TableA, and multiple [Table]Read
records
for TableB.
Security
access denied
indicates that a permissions-based access denial from the LASR authorization service occurred. Capacity
access denied
indicates that a capacity-based access
denial from the LASR authorization service occurred. See Limit Space for Tables.new
and old
values
are recorded. The new
value reflects
current information.
Field
|
Description
|
Example Value
|
---|---|---|
General:
|
||
audit_id
|
Identifier for the audit
record
|
871
|
timestamp_dttm
|
Date and time (GMT)
|
08:06:2014 06:42:59.219
|
user_id
|
Metadata name of the
identity that performed the action
|
sasadm
|
action_type
|
Name of action
|
Add
|
object_type
|
Object type (in the
audit service’s type classification scheme)
|
Report.BI
|
executor_nm
|
Application name, device
type (if applicable), and version
|
Visual Analytics Designer
7.4
|
action_success_flg
|
Whether the action succeeded
(Y) or failed (N)
|
Y
|
audit_info
|
Information about a
failed action, additional details
|
LASR_ACTION=TASK_TABLEINFO;
Security access denied
|
Specialized:
|
||
location
|
metadata path and type,
or local filename
|
SBIP://METASERVER/User
Folders/ncjoe/My Folder/MyReport(Report)
|
lasr_server_name
|
Machine name and port
of a SAS LASR Analytic Server
|
abc.mycompany.com:7300
|
table_name
|
Server tag and name
of a LASR table
|
HPS.CARS
|
client_id
|
IP address or mobile
device ID
|
12.34.56.789
|
report_elements
|
Identifiers for successfully
printed objects (or, all)
|
ve2
|
server_app
|
Underlying component
or service
|
Visual Analytics Transport
Service 7.4
|
elapsed_time
|
Time for the execute
method in a query (seconds.milliseconds)
|
27.829
|
export_output
|
Output type
|
XLSX
|
export_rows
|
Number of rows exported
(or, all)
|
250
|
export_object
|
Name of the report object
from which data is exported
|
List Table 2
|
email_sender
|
Email address
|
joe@company.com
|
email_recipients
|
One or more email addresses
|
tara@company.com,joy@company.com
|
Audited Activity
|
[object_type] action_types
|
Specialized
Fields
|
---|---|---|
Subscribe to a report
on a mobile device.
|
[BIReportSubscription]
Create
|
client_id, location,
server_app
|
Delete a report from
a mobile device.
|
[BIReportSubscription]
Delete
|
client_id, location,
server_app
|
Open, create, save,
save as, or delete a report.
|
[Report.BI] Open, Create,
Save, Delete
|
client_id, location,
oldlocation (for save as)
|
Move, copy and paste,
or rename a report.
|
[Report.BI] Move, Copy,
Rename
|
client_id, location,
oldlocation
|
Send a link to a report
via email.
|
[Report.BI] SendEmail
|
client_id, location,
email_sender, email_recipients
|
Export data from an
object within a report.
|
[Report.BI] Export
|
client_id, location,
export_object, export_rows, export_output
|
Print some or all objects
in a report to PDF.
|
[Report.BI] Print
|
client_id, location,
report_elements, server_app
|
Automatic refresh of
a report by the transport service.
|
[Report.BI] Execute
|
client_id, location,
server_app
|
Start a server (or trigger
autostart) from the UI.
|
[Server.LASR] Start
|
client_id, lasr_server_name
|
Stop a server.
|
[Server.LASR] Cancel
|
client_id, lasr_server_name
|
Read a LASR table.
|
[Table] Read
|
client_id, location,
lasr_server_name, table_name
|
Read a source table
(before import or load).
|
[Table] Read
|
client_id, location
(of the source table)
|
Load, import, or reload
a LASR table.
|
[Table] Add
|
client_id, location,
lasr_server_name, table_name
|
Add a table to co-located
or NFS-mounted storage.
|
[Table] Add
|
client_id, location
(in metadata, new table)
|
Unload a LASR table.
|
[Table] Release
|
client_id, location,
lasr_server_name, table_name
|
Delete a physical table
from co-located HDFS.
|
[Table] Delete
|
client_id, location
(in HDFS)
|
Append, modify, or delete
rows; add computed columns.
|
[Table] Update
|
client_id, location,
lasr_server_name, table_name
|
Open, create, save,
save as, or delete a data query.
|
[VisualDataQuery]
Open, Create, Save, Delete
|
client_id, location,
oldlocation (for save as)
|
Move or rename a data
query.
|
[VisualDataQuery]
Move, Rename
|
client_id, location,
oldlocation
|
Run a data query.
|
[VisualDataQuery] Execute
|
client_id, location,
elapsed_time
|
Open, create, save,
save as, or delete an exploration.
|
[VisualExploration]
Open, Create, Save, Delete
|
client_id, location,
oldlocation (for save as)
|
Move, copy and paste,
or rename an exploration.
|
[VisualExploration]
Move, Copy, Rename
|
client_id, location,
oldlocation
|
Send a link to an exploration
via email.
|
[VisualExploration]
SendEmail
|
client_id, location,
email_sender, email_recipients
|
Export data from an
object within an exploration.
|
[VisualExploration]
Export
|
client_id, location,
export_object, export_rows, export_output
|
Print some or all objects
in an exploration to PDF.
|
[VisualExploration]
Print
|
client_id, location,
report_elements
|
Access encrypted SASHDAT
(use of passphrase).
|
[Library] or [Server.Hadoop]
Read
|
client_id, library_name,
or hadoop_server_name
|
Object Type (ID)
|
Action Types (ID)
|
---|---|
Server.LASR (206)
|
Start (34), Cancel (47)
|
Server.Hadoop (208)
|
Read (45)
|
Library (31)
|
Read (45)
|
Table (32)
|
Read (45), Add (36),
Release (48), Delete (2), Update (1)
|
BIReportSubscription
(827000)
|
Create (0), Delete (2)
|
Report.BI (106)
|
Create (0), Delete (2),
Open (13), Save (53), Move (39), Rename (40), Copy (16), SendEmail
(44), Export (26), Print (7), Execute (35)
|
VisualExploration (101)
|
Create (0), Delete (2),
Open (13), Save (53), Move (39), Rename (40), Copy (16), SendEmail
(44), Export (26), Print (7)
|
VisualDataQuery (826001)
|
Create (0), Delete (2),
Open (13), Save (53), Move (39), Rename (40), Execute (35)
|