You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Ankita Sinha (JIRA)" <ji...@apache.org> on 2017/08/17 12:52:02 UTC

[jira] [Commented] (RANGER-1674) IMPORT START audit is not appearing on audit page

    [ https://issues.apache.org/jira/browse/RANGER-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16130342#comment-16130342 ] 

Ankita Sinha commented on RANGER-1674:
--------------------------------------

Committed to master branch : https://github.com/apache/ranger/commit/c8058ad8056c534688551b2e1767611d47d66ab7
Committed to ranger-0.7 branch : https://github.com/apache/ranger/commit/9beaebfebab097bc3c369b2aae4a6e221a701971

> 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
>            Assignee: bhavik patel
>             Fix For: 0.7.2
>
>         Attachments: RANGER-1674-master.patch
>
>
> 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)