List View of Activity Log

Examine the list view of the activity log interface to obtain more detailed information.

Activity Log Interface
Activity Log Interface, a List View
  1. Time

    The date and time of the activity, such as April 16, 6:00 PM.

  2. User

    The username of the activity initiator.

  3. IP

    The IP address of the Arcadia instance that originated the request.

  4. Action

    The type of event that generated the activity, such as View, Create, and Update.

  5. Component Type

    The component of the activity, such as Dashboard, Data Connection, Dataset, Mixed, Snapshots, Thumbnail, or Workspaces.

  6. Component ID

    The ID of the component.

  7. Visual

    The ID of the visual that generates the activity. Click on this number to navigate to the visual.

  8. Dashboard

    The ID of the dashboard that generates the activity. Click on this number to navigate to the dashboard.

  9. Dataset

    The ID of the dataset that generates the activity. Click on this number to navigate to the Dataset Detail interface for that dataset.

  10. Connection

    The name of the data connection for the activity. Click on this name to navigate to the Datasets interface for that connection.

  11. Type

    The type of connection, such as arcengine, impala, hive, and so on.

  12. Fallback

    If the connection is of arcengine type, you can have a fallback engine enabled. For example, the second row shows that Dashboard ID = 500 uses the fallback option. Typically, the value of this column is N/A.

  13. Cache

    This column indicates whether the query was served from the cache; values are true or false.

  14. Cache Check

    This column indicates that Arcadia Enterprise served the query from the cache after checking the base data to confirm that no changes occurred between the cache capture and the time the query ran in the cache. Values are true or false.

  15. Aview Used

    This column indicates if the query execution used an analytical view; values are Yes, No, or N/A.

  16. Runtime

    The duration of the activity, in seconds.

  17. State

    The completion status of the query, such as Done, if it is running, or if it is in an error state.

  18. Error

    This column shows if there is an error in any of the actions.

  19. Query

    You can examine the SQL statement for each query event.

    By default, Arcadia Enterprise hides the SQL statements. To see all statements, click the (plus) icon under the column title Query. To hide all statements, click the (minus) icon. To see only specific queries, click Show SQL in the specific row.

    For example, this is the SQL statement for the first Dashboard (component ID=500):

    SELECT cast((((TA_0.'duration') - 0.007558) / 1.5571718) as bigint) as 'Buckets', sum(1) as 'Record Count' 
                FROM 'default'.'historical_queries' TA_0 WHERE TA_0.'start_date' = to_date(date_sub(now(), interval 1 Days)) 
                GROUP BY 1 
                LIMIT 5000