GitHub user dosubot[bot] added a comment to the discussion: Monitoring and Auditing Tools in Superset
<!-- Answer --> Superset provides several features for monitoring and auditing user activity and dashboard access. It includes event loggers like the `DBEventLogger` and `StdOutEventLogger` to track user actions, dashboard interactions, and request payloads. These loggers capture details such as user ID, action, dashboard ID, and more, which can be used for auditing purposes <sup>[[1]](https://github.com/apache/superset/blob/master/superset/utils/log.py)</sup>. For auditing dashboard access and download history, Superset logs actions like selecting dashboard tabs, refreshing charts, toggling edit mode, exporting charts, and downloading dashboards in various formats <sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/src/logger/LogUtils.ts)</sup>. Superset also offers a public REST API, which can be used to integrate with external monitoring and auditing tools. This API is documented using Swagger, and user activities are logged in the `logs` table in Superset's metadata database <sup>[[3]](https://github.com/apache/superset/blob/master/docs/docs/faq.mdx)</sup>. However, there is no specific mention of built-in features or plugins for monitoring system performance metrics like CPU and memory usage within the current documentation. Additionally, there is no available information on future plans or roadmaps for enhancing these monitoring and auditing features <sup>[[3]](https://github.com/apache/superset/blob/master/docs/docs/faq.mdx)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/75faa6eb-1ad9-4dba-a2c6-8b6057fe9d55?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/75faa6eb-1ad9-4dba-a2c6-8b6057fe9d55?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/75faa6eb-1ad9-4dba-a2c6-8b6057fe9d55?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/75faa6eb-1ad9-4dba-a2c6-8b6057fe9d55?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/75faa6eb-1ad9-4dba-a2c6-8b6057fe9d55?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/75faa6eb-1ad9-4dba-a2c6-8b6057fe9d55?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/75faa6eb-1ad9-4dba-a2c6-8b6057fe9d55?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/33538#discussioncomment-13204405 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
