forked from metabase/metabase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/merge-master-0.33.x' into releas…
…e-0.33.x
- Loading branch information
Showing
424 changed files
with
2,040 additions
and
1,693 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,4 @@ | ||
------ | ||
Before filing an issue we'd appreciate it if you could take a moment to ensure | ||
there isn't already an open issue or pull-request. | ||
----- | ||
|
||
If there's an existing issue, please add a :+1: reaction to the description of | ||
the issue. One way we prioritize issues is by the number of :+1: reactions on | ||
their descriptions. Please DO NOT add `+1` or :+1: comments. | ||
Please use the issue chooser, when creating a new issue: | ||
|
||
### Security Disclosure | ||
|
||
Security is very important to us. If discover any issue regarding security, please disclose the information responsibly by sending an email to [email protected] and not by creating a GitHub issue. | ||
|
||
### Database support | ||
|
||
For requests for new database drivers, please include the name | ||
of the database and the version. Additionally, giving us a sense of how and what | ||
you use it for, and other high-level details about the database, can help us get | ||
a better picture of what would need to done to support it. | ||
|
||
### Feature requests and proposals | ||
We're excited to hear how we can make Metabase better. Please add as much detail | ||
as you can on your use case. | ||
|
||
### Bugs | ||
If you're filing an issue about a bug please include as much information | ||
as you can including the following. | ||
|
||
- Your browser and the version: (e.x. Chrome 52.1, Firefox 48.0, IE 10) | ||
- Your operating system: (e.x. OS X 10, Windows XP, etc) | ||
- Your databases: (e.x. MySQL, Postgres, MongoDB, …) | ||
- Metabase version: (e.x. 0.19.3) | ||
- Metabase hosting environment: (e.x. Mac app, Elastic Beanstalk, Docker, Heroku, Linux/Ubuntu 12) | ||
- Metabase internal database: (e.x. H2 (default), MySQL, Postgres) | ||
|
||
- *Repeatable steps to reproduce the issue* | ||
|
||
Thanks for being part of the Metabase project! | ||
------- | ||
https://github.com/metabase/metabase/issues/new/choose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
## Audit Logs | ||
|
||
As an administrator of Metabase, you already know the importance of using data to understand your users. With the Audit tool, you can use Metabase to understand your Metabase user's usage. It's, well, meta! | ||
|
||
Access the tool by clicking the gear icon in the upper right and then clicking Audit in the top navigation. There's a lot of data available, not only about your people, but also about your questions, dashboard, databases and more! We'll walk you through each of the sections below. | ||
|
||
### People | ||
|
||
Use the People section to gain a better understanding of how your end-users are interacting with Metabase. You'll want to pay attention to the Overview Tab, especially when you first launch Metabase at your organization - it will give you data around how many active and newly created users you have each day. Further down the page, you'll see charts showing you which of your users are most engaged. Use these charts to find your power users! | ||
|
||
![Team Members](/images/audit-team.png) | ||
|
||
The Team members panel has a view other options for viewing your team's usage data. The All members tab will give you a list of your team members, and stats about their activity, such as when they were last active. | ||
|
||
The Audit log tab will display, in chronological order, each query, who viewed it, and when. Note that if the user did not save their query, the Name will be listed as Ad-hoc. Each query name can be clicked to view more details about your user's interactions with it, including a full revision history. You will also be able to view the query in Metabase. Note that this link will always show the latest version of the query - use the revision history to see changes over time. | ||
|
||
|
||
#### Drilling In | ||
|
||
Throughout the People section, names can be clicked to access the profile of a specific user’s activity. This profile includes: | ||
|
||
* Dashboard views | ||
* Query views | ||
* Downloads | ||
|
||
![Team Members](/images/audit-teammember.png) | ||
|
||
### Data | ||
|
||
The Data section focuses on your databases, schemas and tables, and is divided into corresponding sections. Look here if you're trying to uncover queries and schemas that need optimization. Each section provides visualizations around the use and speed of querying against your databases, schemas or tables. You will also be able to view lists of stats about all of your databases, schemas and tables. | ||
|
||
![Data](/images/audit-data.png) | ||
|
||
### Items | ||
The Items section focuses on questions, dashboards and downloads, and is divided into corresponding sections. Use these pages to gain a better understanding of what your users are interacting with. | ||
|
||
#### Questions | ||
|
||
The Questions section will show you your most popular queries, as well as your slowest queries. If queries you think are important aren't appearing on your most popular queries list, you may want to make sure your team is focusing on the right things. | ||
|
||
If important queries are appearing on the list of slowest queries, you will want to look at optimizing them. One option is to adjust your [caching settings](../../14-caching.html), but there are plenty of other options as well. To help you determine if your optimization efforts are heading in the right direction, use the Query views and speed per day visualization at the bottom of the page. | ||
|
||
![Items](/images/audit-questions.png) | ||
|
||
A list of all of your questions is available as well, and you can see various data points about each question at a glance, such as number of views and cache TTL. | ||
|
||
#### Drilling In | ||
|
||
You can also click on any question to drill into a more detailed profile showing: | ||
|
||
* View activity | ||
* Revision History | ||
* A full audit log of who viewed the question, and when | ||
|
||
#### Dashboards | ||
|
||
The Dashboards section is another great way to understand what your users who are dashboard-focused are looking at, and to make sure they're having a smooth experience. If you notice that a popular dashboard has a high average question loading time, you can investigate further using the Questions section outlined above. | ||
|
||
![Items](/images/audit-dashboards.png) | ||
|
||
A list of all of your dashboards is available as well, and you can see various data points about each dashboard at a glance, such as number of views and average question execution time. | ||
|
||
#### Downloads | ||
|
||
Use the Downloads section to understand which of your users are downloading (or exporting data) and the size (number of rows) of the downloads they're performing. This section contains some visualizations, as well as a list of all of all downloads. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# How do I reset my password? | ||
|
||
If you're having trouble logging in due to a forgotten password, click the `I seem to have forgotten my password` button in the lower right of the log-in screen. If your Metabase administrator has already [configured your email settings](02-setting-up-email.md), you will be able to generate a Reset Password email. If email has not been configured, you will need to contact them to perform a password reset. |
Oops, something went wrong.