We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it asks for --dbname while I am using it for influxdbv2.1 with a provided bucket, org, and token id.
The text was updated successfully, but these errors were encountered:
Hello @MASIFAYUB
The lib just upgrade to 0.2.0, please use the latest lib to support the influx2.x: pip install ExportCsvToInflux --upgrade
pip install ExportCsvToInflux --upgrade
You may find more guide here: https://github.com/Bugazelle/export-csv-to-influx/blob/master/README.md
export_csv_to_influx \ --csv demo.csv \ --org my-org \ --bucket my-bucket \ --measurement demo \ --tag_columns url \ --field_columns response_time \ --token YourToken \ --server 127.0.0.1:8086
Sorry, something went wrong.
No branches or pull requests
it asks for --dbname while I am using it for influxdbv2.1 with a provided bucket, org, and token id.
The text was updated successfully, but these errors were encountered: