-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Doc] Add *InfluxDB sink connector guide* #5273
Conversation
@tuteng could you please help review? Thank you |
site2/docs/io-influxdb-sink.md
Outdated
|------|----------|----------|---------|-------------| | ||
| `influxdbUrl` |String| true|" " (empty string) | The URL of the InfluxDB instance. | | ||
| `username` | String|false| " " (empty string) |The username used to authenticate to InfluxDB. | | ||
| `password` | String| true|" " (empty string) | The password used to authenticate to InfluxDB. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The field password
is optional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, I've corrected. Could you PTAL?
run integration tests |
1 similar comment
run integration tests |
run integration tests |
Fix #5015