To be safe, we want to monitor user authorizations in apache superset.
Example from documentation https://superset.apache.org/docs/installation/event-logging/ does not allow to see the ip address of the user and the result of authorization.
{"action": "DashboardRestApi.info", "json": {"path": "/api/v1/dashboard/_info", "q": "(keys:!(permissions))", "rison": {"keys": ["permissions"]}}, "dashboard_id": null, "slice_id": 0, "duration_ms": 41, "referrer": "/superset/welcome/", "user_id": "3"
Are there other ways to monitor users in superset?