95 lines
4.5 KiB
Markdown
95 lines
4.5 KiB
Markdown
---
|
|
title: Transitioning from the InfluxDB Web Admin Interface
|
|
menu:
|
|
chronograf_1_7:
|
|
weight: 100
|
|
parent: Administration
|
|
aliases:
|
|
- /chronograf/v1.7/guides/transition-web-admin-interface/
|
|
---
|
|
|
|
Versions 1.3 and later of [InfluxDB](/{{< latest "influxdb" "v1" >}}/) and [InfluxDB Enterprise](/{{< latest "enterprise_influxdb" >}}/) do not support the web admin interface, the previous built-in user interface for writing and querying data in InfluxDB.
|
|
Chronograf replaces the web admin interface with improved tooling for querying data, writing data, and database management.
|
|
|
|
The following sections describe the Chronograf features that relate to the web admin interface:
|
|
|
|
* [Query templates](#query-templates)
|
|
* [Writing data](#writing-data)
|
|
* [Database and retention policy management](#database-and-retention-policy-management)
|
|
* [User management](#user-management)
|
|
|
|
## Query templates
|
|
|
|
### Web admin interface
|
|
|
|
In the web admin interface, users chose the target database in the top right corner and selected from a set of query templates in the `Query Templates` dropdown.
|
|
The templates included queries with no user-provided values (example: [`SHOW MEASUREMENTS`](/{{< latest "influxdb" "v1" >}}/query_language/explore-schema/#show-measurements)) and queries with user-provided values (example: [`SHOW TAG KEYS FROM "<measurement_name>"`](/{{< latest "influxdb" "v1" >}}/query_language/explore-schema/#show-tag-keys)).
|
|
|
|

|
|
|
|
### Chronograf
|
|
|
|
In Chronograf, the same `Query Templates` dropdown appears in the Data Explorer.
|
|
To use query templates, select a query from the set of available queries and insert the relevant user-provided values.
|
|
Note that unlike the web admin interface, Chronograf does not have a database dropdown; the query must specify the target database.
|
|
|
|

|
|
|
|
## Writing data
|
|
|
|
### Web admin interface
|
|
|
|
To write data to InfluxDB, users selected the target database in the top right corner, clicked the `Write Data` icon, and entered their [line protocol](/{{< latest "influxdb" "v1" >}}/concepts/glossary/#influxdb-line-protocol) in the text input:
|
|
|
|

|
|
|
|
### Chronograf
|
|
|
|
In versions 1.3.2.0+, Chronograf's Data Explorer offers the same write functionality.
|
|
To write data to InfluxDB, click the `Write Data` icon at the top of the Data Explorer page and select your target database.
|
|
Next, enter your line protocol in the main text box and click the `Write` button.
|
|
|
|

|
|
|
|
## Database and retention policy management
|
|
|
|
### Web admin interface
|
|
|
|
In the web admin interface, the `Query Template` dropdown was the only way to manage databases and [retention policies](/{{< latest "influxdb" "v1" >}}/concepts/glossary/#retention-policy-rp) (RP):
|
|
|
|

|
|
|
|
### Chronograf
|
|
|
|
In Chronograf, the `Admin` page includes a complete user interface for database and RP management.
|
|
The `Admin` page allows users to view, create, and delete databases and RPs without having to learn the relevant query syntax.
|
|
The GIF below shows the process of creating a database, creating an RP, and deleting that database.
|
|
|
|

|
|
|
|
Note that, like the web admin interface, Chronograf's [`Query Templates` dropdown](#chronograf) includes the database- and RP-related queries.
|
|
|
|
## User management
|
|
|
|
### Web admin interface
|
|
|
|
In the web admin interface, the `Query Template` dropdown was the only way to manage users:
|
|
|
|

|
|
|
|
### Chronograf
|
|
|
|
In Chronograf, the `Admin` page includes a complete interface for user management.
|
|
The `Admin` page supports both InfluxDB OSS users and InfluxDB Enterprise users; see [Managing Chronograf Users](/chronograf/v1.7/administration/managing-chronograf-users/) page for more information.
|
|
The `Admin` page allows users to:
|
|
|
|
* View, create, and delete users
|
|
* Change user passwords
|
|
* Assign and remove permissions to or from a user
|
|
* Create, edit, and delete roles (available in InfluxDB Enterprise only)
|
|
* Assign and remove roles to or from a user (available in InfluxDB Enterprise only)
|
|
|
|

|
|
|
|
Note that, like the web admin interface, Chronograf's [`Query Templates` dropdown](#chronograf) includes the user-related queries.
|