Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: localhost <[email protected]>
  • Loading branch information
Wenjie0329 and paomian authored Nov 7, 2024
1 parent 26dbe55 commit 555668e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vector-ingestion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ and create a new project. Then update the `start.env` file with the GreptimeClou
## Manual Code
### create `apache_common_pipeline`:

```Json
curl -X "POST" "https://ervqd5nxnb8s.us-west-2.aws.greptime.cloud/v1/events/pipelines/apache_common_pipeline?db=z3294clox11alog_test-public" \
```bash
curl -X "POST" "https://your-greptime-db-host/v1/events/pipelines/apache_common_pipeline?db=z3294clox11alog_test-public" \
-u 'username:password' \
-F "[email protected]"
```
### Launch Vector

```json
```bash
sudo docker run \
--rm \
-v $PWD/example.toml:/etc/vector/vector.toml:ro \
Expand Down

0 comments on commit 555668e

Please sign in to comment.