Update queries page info (#4389)

* created chrono 1.10 set

* Add rbac UI changes (#4355)

* added UI changes

* made a few updates

Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>

* Chrono 1.10 release notes (#4354)

* added initial release notes

* minor changes

* made updates per feedback

* added updates

* added reader role URL

* Update content/chronograf/v1.10/about_the_project/release-notes-changelog.md

* Update content/chronograf/v1.10/about_the_project/release-notes-changelog.md

Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>

* Add reader role (#4356)

* added the reader role

* fixed links

Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>

* added Queries page, fixed icons

* Update content/chronograf/v1.10/administration/managing-chronograf-users.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/chronograf/v1.10/_index.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/chronograf/v1.10/administration/managing-chronograf-users.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/chronograf/v1.10/administration/managing-influxdb-users.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/chronograf/v1.10/administration/managing-queries.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/chronograf/v1.10/administration/managing-queries.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/chronograf/v1.10/administration/managing-queries.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/chronograf/v1.10/administration/managing-queries.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/chronograf/v1.10/administration/managing-queries.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/chronograf/v1.10/administration/managing-queries.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
pull/4414/head^2
lwandzura 2022-09-06 15:21:40 -05:00 committed by GitHub
parent bf9ca72540
commit 47aca30bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 57 additions and 5 deletions

View File

@ -13,8 +13,6 @@ weight: 1
Chronograf is InfluxData's open source web application.
Use Chronograf with the other components of the [TICK stack](https://www.influxdata.com/products/) to visualize your monitoring data and easily create alerting and automation rules.
![Chronograf Collage](/img/chronograf/1-6-chronograf-collage.png)
## Key features
### Infrastructure monitoring
@ -45,6 +43,12 @@ Chronograf offers a UI for [Kapacitor](https://github.com/influxdata/kapacitor),
* Create, delete, and assign permissions to users (Chronograf supports [InfluxDB OSS](/{{< latest "influxdb" "v1" >}}/administration/authentication_and_authorization/#authorization) and InfluxDB Enterprise user management)
### Query management
* View a list of databases, queries and their status
* Kill a query
* Download a list of queries in your instance to a CSV file
### Multi-organization and multi-user support
{{% note %}}

View File

@ -202,7 +202,7 @@ Role required: `admin`
**To create a user:**
1. Open Chronograf in your web browser and select **Admin (crown icon) > Chronograf**.
1. Open Chronograf in your web browser and select **Admin {{< icon "crown" >}}**.
2. Click the **Users** tab and then click **Create User**.
3. Add the following user information:
* **Username**: Enter the username as provided by the OAuth provider.
@ -219,6 +219,8 @@ Only a user's role can be updated. A user's username, provider, and scheme canno
**To change a user's role:**
1. Open Chronograf in your web browser and select **Admin (crown icon) > Chronograf**.
2. Click the **Users** tab to display the list of users within the current organization.
3. Select a new role for the user. The update is automatically persisted.
@ -229,7 +231,7 @@ Role required: `admin`
**To remove a user:**
1. Open Chronograf in your web browser and select **Admin (crown icon) > Chronograf**.
1. Open Chronograf in your web browser and select **Admin {{< icon "crown" >}}**.
2. Click the **Users** tab to display the list of users.
3. Hover your cursor over the user you want to remove and then click **Remove** and **Confirm**.
@ -239,6 +241,14 @@ Chronograf is always used in the context of an organization. When a user logs in
#### Log in and log out
Log in from the Chronograf homepage using any configured OAuth 2.0 provider.
Log out by hovering over the **User {{< icon "person" >}}** in the left navigation bar and clicking **Log out**.
#### Switch the current organization
A user's current organization and role is highlighted in the **Switch Organizations** list, which can be found by hovering over the **User {{< icon "person" >}}** in the left navigation bar.
A user can log in from the Chronograf homepage using any configured OAuth 2.0 provider.
A user can log out by hovering over the **User (person icon)** in the left navigation bar and clicking **Log out**.

View File

@ -139,7 +139,8 @@ Remove `READ`, `WRITE`, or `ALL` permissions from non-admin users by replacing `
## InfluxDB Enterprise user management using the UI
To create, manage and delete users, click **{{< icon "crown" "v2" >}} Admin** in the left navigation bar. You will be taken to the `InfluxDB Admin` page.
To create, manage, and delete users, click **Admin {{< icon "crown" >}}** in the left navigation bar.
To create a user do the following:

View File

@ -0,0 +1,37 @@
---
title: Manage queries in Chronograf
description: Manage queries using the Queries page in Chronograf.
menu:
chronograf_1_10:
name: Manage Chronograf queries
weight: 100
parent: Administration
---
Chronograf lets you manage Flux and InfluxQL queries using the Queries page.
### View queries
1. Open Chronograf in your web browser, and select **Admin {{< icon "crown" >}}**.
2. Click on **InfluxDB**.
3. Click the **Queries** tab to go to the Queries Page.
The first column lists all the databases in your Influx instance and the queries running on that database appear in the Query column. The Duration column depicts the duration of your query and the Status column shows the status of each query. The refresh rate in the upper righthand corner can be set to a vareity of refresh rates using the dropdown menu.
### Kill a running query
1. Open Chronograf in your web browser and select **Admin {{< icon "crown" >}}** in the sidebar.
2. Click on **InfluxDB**.
3. Click the **Queries** tab to go to the Queries Page. You will see a list of databases on the quereis running on them. Locate the query you want to kill.
4. Got to the **Status** column.
5. Hover over **running**. A red box with **Kill** will appear.
6. Click on the **Kill** box and a **Confirm** box will appear. Click on **Confirm** to kill the query.
### Download queries to a .csv file
1. Open Chronograf in your web browser, and select **Admin {{< icon "crown" >}}**.
2. Click on **InfluxDB**.
3. Click the **Queries** tab.
4. Click the **CSV** button in the upper-righthand corner.
5. The CSV file is downloaded to your Downlaods folder.