added info on how to start influx (#4113)
* added info on how to start influx * update command format * typo * edit * Update content/influxdb/v2.0/get-started.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Update content/influxdb/v2.1/get-started.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Update content/influxdb/v2.1/get-started.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Update content/influxdb/v2.2/get-started.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Update content/influxdb/v2.2/get-started.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * suggested edits Co-authored-by: Kelly <kelly@influxdata.com> Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>pull/4117/head^2
parent
51a568fce4
commit
cef03f69d7
|
@ -19,6 +19,16 @@ After you've [installed InfluxDB OSS](/influxdb/v2.0/install/), you're ready to
|
|||
- [Visualize data](#visualize-data)
|
||||
- [Monitor and alert](#monitor-and-alert)
|
||||
|
||||
**Note:** To run InfluxDB, start the `influxd` daemon ([InfluxDB service](/influxdb/v2.0/reference/cli/influxd/)) using the [InfluxDB command line interface](/influxdb/v2.0/reference/cli/influx/). Once you've started the `influxd` daemon, use `localhost:8086` to log in to your InfluxDB instance.
|
||||
|
||||
To start InfluxDB, do the following:
|
||||
1. Open a terminal.
|
||||
2. Type `influxd` in the command line.
|
||||
|
||||
```sh
|
||||
influxd
|
||||
```
|
||||
|
||||
### Collect and write data
|
||||
|
||||
Collect and write data to InfluxDB using the Telegraf plugins, the InfluxDB v2 API, the `influx` command line interface (CLI), the InfluxDB UI (the user interface for InfluxDB 2.0), or the InfluxDB v2 API client libraries.
|
||||
|
|
|
@ -19,6 +19,16 @@ After you've [installed InfluxDB OSS](/influxdb/v2.1/install/), you're ready to
|
|||
- [Visualize data](#visualize-data)
|
||||
- [Monitor and alert](#monitor-and-alert)
|
||||
|
||||
*Note:** To run InfluxDB, start the `influxd` daemon ([InfluxDB service](/influxdb/v2.1/reference/cli/influxd/)) using the [InfluxDB command line interface](/influxdb/v2.1/reference/cli/influx/). Once you've started the `influxd` daemon, use `localhost:8086` to log in to your InfluxDB instance.
|
||||
|
||||
To start InfluxDB, do the following:
|
||||
1. Open a terminal.
|
||||
2. Type `influxd` in the command line.
|
||||
|
||||
```sh
|
||||
influxd
|
||||
```
|
||||
|
||||
### Collect and write data
|
||||
|
||||
Collect and write data to InfluxDB using the Telegraf plugins, the InfluxDB v2 API, the `influx` command line interface (CLI), the InfluxDB UI (the user interface for InfluxDB 2.1), or the InfluxDB v2 API client libraries.
|
||||
|
|
|
@ -19,6 +19,16 @@ After you've [installed InfluxDB OSS](/influxdb/v2.2/install/), you're ready to
|
|||
- [Visualize data](#visualize-data)
|
||||
- [Monitor and alert](#monitor-and-alert)
|
||||
|
||||
*Note:** To run InfluxDB, start the `influxd` daemon ([InfluxDB service](/influxdb/v2.2/reference/cli/influxd/)) using the [InfluxDB command line interface](/influxdb/v2.2/reference/cli/influx/). Once you've started the `influxd` daemon, use `localhost:8086` to log in to your InfluxDB instance.
|
||||
|
||||
To start InfluxDB, do the following:
|
||||
1. Open a terminal.
|
||||
2. Type `influxd` in the command line.
|
||||
|
||||
```sh
|
||||
influxd
|
||||
```
|
||||
|
||||
### Collect and write data
|
||||
|
||||
Collect and write data to InfluxDB using the Telegraf plugins, the InfluxDB v2 API, the `influx` command line interface (CLI), the InfluxDB UI (the user interface for InfluxDB 2.2), or the InfluxDB v2 API client libraries.
|
||||
|
|
Loading…
Reference in New Issue