Deepak Sharma created RANGER-1674:
-------------------------------------
Summary: IMPORT START audit is not appearing on audit page
Key: RANGER-1674
URL: https://issues.apache.org/jira/browse/RANGER-1674
Project: Ranger
Issue Type: Bug
Components: Ranger
Affects Versions: 0.7.2
Reporter: Deepak Sharma
Fix For: 0.7.2
IMPORT START audit is not appearing on audit page
IMPORT START audit is not appearing on audit page
https://<localhost>:6182/service/assets/report?action=IMPORT+START
{code}
<vxTrxLogList>
<pageSize>200</pageSize>
<resultSize>0</resultSize>
<startIndex>0</startIndex>
<totalCount>10</totalCount>
</vxTrxLogList>
{code}
{code}
MariaDB [ranger]> select * from x_trx_log where action='IMPORT START';
+------+---------------------+---------------------+-------------+-----------+------------+-----------+------------------+--------------------------+--------------------+-------------+-----------+----------+---------+----------------------+--------------+---------+----------------------+------------------------------+
| id | create_time | update_time | added_by_id | upd_by_id |
class_type | object_id | parent_object_id | parent_object_class_type |
parent_object_name | object_name | attr_name | prev_val | new_val | trx_id
| action | sess_id | req_id | sess_type
|
+------+---------------------+---------------------+-------------+-----------+------------+-----------+------------------+--------------------------+--------------------+-------------+-----------+----------+---------+----------------------+--------------+---------+----------------------+------------------------------+
| 3476 | 2017-07-04 14:04:23 | 2017-07-04 14:04:23 | 1 | 1 |
1020 | NULL | NULL | 0 | NULL
| NULL | NULL | NULL | NULL | 4046595386478510685
| IMPORT START | 513 | 4046595386478510685 | Spring Authenticated Session |
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)