mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Anonymous: Add documentation for anonymous devices (#79740)
* initial commit for docs * fmt * Update docs/sources/setup-grafana/configure-security/configure-authentication/grafana/index.md Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-security/configure-authentication/grafana/index.md Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-security/configure-authentication/grafana/index.md Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-security/configure-authentication/grafana/index.md Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-security/configure-authentication/grafana/index.md Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> --------- Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com>
This commit is contained in:
parent
fde8a00721
commit
12e473892f
@ -74,10 +74,24 @@ org_role = Viewer
|
||||
|
||||
# Hide the Grafana version text from the footer and help tooltip for unauthenticated users (default: false)
|
||||
hide_version = true
|
||||
|
||||
# Setting this limits the number of anonymous devices in your instance. Any new anonymous devices added after the limit has been reached will be denied access.
|
||||
device_limit =
|
||||
```
|
||||
|
||||
If you change your organization name in the Grafana UI this setting needs to be updated to match the new name.
|
||||
|
||||
#### Anonymous devices
|
||||
|
||||
The anonymous devices feature enhances the management and monitoring of anonymous access within your Grafana instance. This feature is part of ongoing efforts to provide more control and transparency over anonymous usage.
|
||||
|
||||
Users can now view anonymous usage statistics, including the count of devices and users over the last 30 days.
|
||||
|
||||
- Go to **Administration -> Users** to access the anonymous devices tab.
|
||||
- A new stat for the usage stats page -> Usage & Stats page shows the active anonymous devices last 30 days.
|
||||
|
||||
The number of anonymous devices is not limited by default. The configuration option `device_limit` allows you to enforce a limit on the number of anonymous devices. This enables you to have greater control over the usage within your Grafana instance and keep the usage within the limits of your environment. Once the limit is reached, any new devices that try to access Grafana will be denied access.
|
||||
|
||||
### Basic authentication
|
||||
|
||||
Basic auth is enabled by default and works with the built in Grafana user password authentication system and LDAP
|
||||
|
Loading…
Reference in New Issue
Block a user