Skip to content

Commit

Permalink
refactor: use default built-in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Nov 8, 2024
1 parent aa50f5f commit 8889702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/greptimecloud/integrations/vector.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dbname = "<dbname>"
username = "<username>"
password = "<password>"
table = "demo_logs"
pipeline_name = "demo_pipeline"
pipeline_name = "greptime_identity"
```

Execute Vector with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dbname = "<dbname>"
username = "<username>"
password = "<password>"
table = "demo_logs"
pipeline_name = "demo_pipeline"
pipeline_name = "greptime_identity"
```

启动 Vector:
Expand Down

0 comments on commit 8889702

Please sign in to comment.