add aliases and fix load data link in oss
parent
6fe9b2448e
commit
117c33b9fa
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
title: Load data from sources in the InfluxDB user interface (UI)
|
||||
seotitle: Load data source in UI
|
||||
list_title: Load data source in UI
|
||||
list_title: Load data source in UI
|
||||
weight: 101
|
||||
aliases:
|
||||
- /influxdb/cloud/write-data/load-data/
|
||||
description: >
|
||||
Load data from sources in the InfluxDB user interface (UI). Choose from popular client libraries (such as Python, Ruby, Scala, and more!) or load data with a Telegraf plugin (like MQTT Consumer, MySQL, File, and many more!).
|
||||
menu:
|
||||
|
|
|
@ -20,7 +20,7 @@ related:
|
|||
---
|
||||
|
||||
1. Learn the [best practices](/influxdb/v2.0/write-data/best-practices/) for writing data.
|
||||
2. Discover how to write data [without coding](/influxdb/v2.0/write-data/no-code/), by [loading data source in the UI](/influxdb/v2.0/write-data/load-data/), or using [developer tools](/influxdb/v2.0/write-data/developer-tools/).
|
||||
2. Discover how to write data [without coding](/influxdb/v2.0/write-data/no-code/), by [loading data source in the UI](/influxdb/v2.0/write-data/no-code/load-data/), or using [developer tools](/influxdb/v2.0/write-data/developer-tools/).
|
||||
3. Do any of the following:
|
||||
- [Troubleshoot the most common issues writing data](/influxdb/v2.0/write-data/troubleshoot/)
|
||||
- [Delete data you no longer need](/influxdb/v2.0/write-data/delete-data/)
|
||||
|
|
|
@ -3,6 +3,8 @@ title: Load data from sources in the InfluxDB user interface (UI)
|
|||
seotitle: Load data source in UI
|
||||
list_title: Load data source in UI
|
||||
weight: 101
|
||||
aliases:
|
||||
- /influxdb/v2.0/write-data/load-data/
|
||||
description: >
|
||||
Load data from sources in the InfluxDB user interface (UI). Choose from popular client libraries (such as Python, Ruby, Scala, and more!) or load data with a Telegraf plugin (like MQTT Consumer, MySQL, File, and many more!).
|
||||
menu:
|
||||
|
|
Loading…
Reference in New Issue