Update links
parent
53d651be39
commit
7be0d47104
|
@ -21,7 +21,7 @@ Make it easier to compare data from different places by standardizing or normali
|
|||
|
||||
|
||||
## Normalize data with a notebook
|
||||
1. Create a new notebook (see [Create a notebook](/influxdb/v2.0/notebooks/create-notebook/).
|
||||
1. Create a new notebook (see [Create a notebook](/influxdb/cloud/notebooks/create-notebook/).
|
||||
2. Add a **Metric Selector** cell to select a bucket to query data from:
|
||||
- In the **Choose a bucket** dropdown, select **Website Monitoring Bucket**.
|
||||
- Select the **response_time** field.
|
||||
|
|
|
@ -16,8 +16,8 @@ menu:
|
|||
Create a notebook to explore, visualize, and process your data.
|
||||
|
||||
This guide walks through the basics of creating a notebook. For specific examples, see the following:
|
||||
- [Downsample data](/influxdb/v2.0/notebooks/downsample/)
|
||||
- [Normalize data](/influxdb/v2.0/notebooks/normalize/)
|
||||
- [Downsample data](/influxdb/cloud/notebooks/downsample/)
|
||||
- [Normalize data](/influxdb/cloud/notebooks/normalize/)
|
||||
|
||||
## Create a new notebook
|
||||
1. In the navigation menu on the left, click the **Notebooks**.
|
||||
|
|
|
@ -22,7 +22,7 @@ Downsample data to reduce the overall disk usage as data collects over time. Thi
|
|||
|
||||
## Downsample data with a notebook
|
||||
|
||||
1. Create a new notebook (see [Create a notebook](/influxdb/v2.0/notebooks/create-notebook/).
|
||||
1. Create a new notebook (see [Create a notebook](/influxdb/cloud/notebooks/create-notebook/).
|
||||
2. Add a **Metric Selector** cell to select a bucket to query data from:
|
||||
- In the **Choose a bucket** dropdown, select **Website Monitoring Bucket**.
|
||||
- Select the **response_time** field.
|
||||
|
|
Loading…
Reference in New Issue