Docs: Admin tweaks - Edits, weights (#113031)
* Edits, weights * WIP * Weights * prettier
This commit is contained in:
@@ -9,6 +9,7 @@ labels:
|
||||
menuTitle: Announcement banner
|
||||
title: Create and configure announcement banner
|
||||
description: How to create an announcement banner to show important updates and information at the top of every Grafana page.
|
||||
weight: 5500
|
||||
---
|
||||
|
||||
# Create an announcement banner
|
||||
|
||||
@@ -8,7 +8,7 @@ labels:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Back up Grafana
|
||||
weight: 80
|
||||
weight: 100
|
||||
menuTitle: Back up Grafana
|
||||
---
|
||||
|
||||
|
||||
@@ -1,45 +1,43 @@
|
||||
---
|
||||
aliases:
|
||||
- ../cli/ # /docs/grafana/latest/cli/
|
||||
description: Guide to using grafana server cli
|
||||
description: Guide to using the Grafana server CLI
|
||||
keywords:
|
||||
- grafana
|
||||
- cli
|
||||
- grafana cli
|
||||
- command line interface
|
||||
- admin
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Grafana server CLI
|
||||
weight: 1100
|
||||
menuTitle: Admin with Grafana server CLI
|
||||
weight: 4000
|
||||
---
|
||||
|
||||
# Grafana server CLI
|
||||
# Administer Grafana with the Grafana server CLI
|
||||
|
||||
Grafana server CLI is a small executable that's bundled with Grafana server.
|
||||
You can run it on the same machine Grafana server is running on.
|
||||
Grafana server CLI has `plugins` and `admin` commands, as well as global options.
|
||||
You can administer your Grafana instance with the Grafana server CLI, a small executable bundled with Grafana server.
|
||||
|
||||
To list all commands and options:
|
||||
The Grafana server CLI has `plugins` and `admin` commands, as well as global options. To list them, run:
|
||||
|
||||
```
|
||||
grafana cli -h
|
||||
```
|
||||
|
||||
## Run Grafana server CLI
|
||||
For more details read on.
|
||||
|
||||
To run Grafana server CLI, add the path to the Grafana binaries in your `PATH` environment variable.
|
||||
Alternately, if your current directory is the `bin` directory, run `./grafana cli`.
|
||||
Otherwise, you can specify full path to the binary.
|
||||
For example, on Linux `/usr/share/grafana/bin/grafana` and on Windows `C:\Program Files\GrafanaLabs\grafana\bin\grafana.exe`, and run it with `grafana cli`.
|
||||
## Run the Grafana server CLI
|
||||
|
||||
{{< admonition type="note" >}}
|
||||
Some commands, such as installing or removing plugins, require `sudo` on Linux.
|
||||
If you're on Windows, run Windows PowerShell as Administrator.
|
||||
{{< /admonition >}}
|
||||
You can run the Grafana server CLI on the same machine Grafana server is running on.
|
||||
|
||||
## Grafana CLI command syntax
|
||||
To run the CLI you have the following options:
|
||||
|
||||
- Add the path to the Grafana binaries in your `PATH` environment variable.
|
||||
- If your current directory is the `bin` directory, run `./grafana cli`.
|
||||
- Otherwise, you can specify full path to the binary. For example, `/usr/share/grafana/bin/grafana` on Linux and `C:\Program Files\GrafanaLabs\grafana\bin\grafana.exe` on Windows.
|
||||
|
||||
The general syntax for commands in Grafana server CLI is:
|
||||
|
||||
@@ -47,6 +45,11 @@ The general syntax for commands in Grafana server CLI is:
|
||||
grafana cli [global options] command [command options] [arguments...]
|
||||
```
|
||||
|
||||
{{< admonition type="note" >}}
|
||||
Some commands, such as installing or removing plugins, require `sudo` on Linux.
|
||||
If you're on Windows, run Windows PowerShell as Administrator.
|
||||
{{< /admonition >}}
|
||||
|
||||
## Global options
|
||||
|
||||
Grafana server CLI allows you to temporarily override certain Grafana default settings. Except for `--help` and `--version`, most global options are only used by developers.
|
||||
|
||||
@@ -7,7 +7,7 @@ labels:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Correlations
|
||||
weight: 900
|
||||
weight: 6000
|
||||
---
|
||||
|
||||
# Correlations
|
||||
|
||||
@@ -12,7 +12,7 @@ labels:
|
||||
- enterprise
|
||||
- cloud
|
||||
title: Data source management
|
||||
weight: 100
|
||||
weight: 500
|
||||
---
|
||||
|
||||
# Data source management
|
||||
|
||||
@@ -18,7 +18,7 @@ labels:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Grafana Enterprise license
|
||||
weight: 500
|
||||
weight: 5500
|
||||
---
|
||||
|
||||
# Grafana Enterprise license
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Grafana Advisor
|
||||
description: Learn more about Grafana Advisor, the app to monitor the health of your Grafana instance
|
||||
weight: 300
|
||||
weight: 700
|
||||
labels:
|
||||
products:
|
||||
- oss
|
||||
|
||||
@@ -9,6 +9,7 @@ keywords:
|
||||
- Grafana OSS
|
||||
menuTitle: Migrate from Grafana OSS/Enterprise to Grafana Cloud
|
||||
title: Migrate from Grafana OSS/Enterprise to Grafana Cloud
|
||||
weight: 7000
|
||||
---
|
||||
|
||||
# Migrate from Grafana OSS/Enterprise to Grafana Cloud
|
||||
|
||||
@@ -14,7 +14,7 @@ labels:
|
||||
- oss
|
||||
menuTitle: Manage organizations
|
||||
title: Manage organizations
|
||||
weight: 200
|
||||
weight: 3500
|
||||
---
|
||||
|
||||
# Manage organizations
|
||||
|
||||
@@ -11,7 +11,7 @@ labels:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Organization preferences
|
||||
weight: 500
|
||||
weight: 3600
|
||||
---
|
||||
|
||||
# Organization preferences
|
||||
|
||||
@@ -11,7 +11,8 @@ labels:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Provision Grafana
|
||||
weight: 600
|
||||
menuTitle: Provision Grafana
|
||||
weight: 4100
|
||||
---
|
||||
|
||||
# Provision Grafana
|
||||
|
||||
@@ -11,11 +11,12 @@ labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
title: Recorded queries
|
||||
weight: 300
|
||||
title: Recorded queries (deprecated)
|
||||
menuTitle: Recorded queries (deprecated)
|
||||
weight: 9000
|
||||
---
|
||||
|
||||
# DEPRECATED Recorded queries
|
||||
# Recorded queries (deprecated)
|
||||
|
||||
{{< admonition type="warning" >}}
|
||||
Recorded queries are deprecated. Please use the new [Grafana-managed recording rules](/docs/grafana/latest/alerting/alerting-rules/create-recording-rules/create-grafana-managed-recording-rules) instead.
|
||||
|
||||
@@ -12,7 +12,7 @@ labels:
|
||||
- oss
|
||||
- cloud
|
||||
title: Roles and permissions
|
||||
weight: 300
|
||||
weight: 3100
|
||||
---
|
||||
|
||||
# Roles and permissions
|
||||
|
||||
@@ -15,6 +15,7 @@ labels:
|
||||
- oss
|
||||
menutitle: Search
|
||||
title: Search
|
||||
weight: 8000
|
||||
---
|
||||
|
||||
# Grafana search
|
||||
|
||||
@@ -15,7 +15,7 @@ labels:
|
||||
- cloud
|
||||
menuTitle: Service accounts
|
||||
title: Service accounts
|
||||
weight: 800
|
||||
weight: 4200
|
||||
refs:
|
||||
service-accounts:
|
||||
- pattern: /docs/grafana/
|
||||
|
||||
@@ -16,7 +16,8 @@ labels:
|
||||
- cloud
|
||||
- enterprise
|
||||
title: View server statistics and license
|
||||
weight: 400
|
||||
menutitle: Server stats and license
|
||||
weight: 5000
|
||||
---
|
||||
|
||||
# View server statistics and license
|
||||
|
||||
@@ -15,11 +15,11 @@ keywords:
|
||||
- microservices
|
||||
- architecture
|
||||
menuTitle: Grafana Teams
|
||||
title: Grafana Teams
|
||||
weight: 100
|
||||
title: Manage teams with Grafana Teams
|
||||
weight: 2000
|
||||
---
|
||||
|
||||
# Grafana Teams
|
||||
# Manage teams with Grafana Teams
|
||||
|
||||
Grafana Teams makes it easy to organize and administer groups of users in your enterprise. Teams allows you to grant permissions to a group of users instead of granting permissions to individual users one at a time.
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: User management
|
||||
weight: 200
|
||||
title: Manage users
|
||||
weight: 3000
|
||||
---
|
||||
|
||||
# User management
|
||||
|
||||
Reference in New Issue
Block a user