Skip to content

InfluxDB Cloud

Connect InfluxDB to collect time-series metrics, performance statistics, and event logs from your InfluxDB instances.

To securely connect NeuBird to InfluxDB, generate an API token with the necessary permissions.

  1. Log in to InfluxDB: Go to the InfluxDB Cloud console and log in to your account.

    Login to InfluxDB

  2. Navigate to API Tokens: From the console, go to Load Data > API Tokens.

    API tokens

  3. Generate an API Token:

    • Click on Generate API Token.

      Generate API token

    • Select Custom API Token to ensure that NeuBird can collect data from InfluxDB.

      Custom API token

    • Give the token a name, grant its permissions, and click Generate.

      Grant token permissions

  4. Copy the API Token: After creating the token, copy it. You will use this token when creating the connection.

    Copy API token

Note: The steps above apply to InfluxDB v2/v3. If you’re connecting to a legacy InfluxDB v1 instance, there is no API Tokens UI to generate a token from — v1 authenticates with a username and password instead. Skip the steps above and use your InfluxDB v1 credentials directly when creating the connection.

FieldRequiredDescription
NameYesA display name for this connection
DescriptionNoOptional description of the integration
API TokenYes (v2/v3)The API token generated from the InfluxDB Cloud console
UsernameYes (v1 only)Your InfluxDB v1 username, used for basic auth instead of an API token
PasswordYes (v1 only)Your InfluxDB v1 password, used for basic auth instead of an API token
URLYesYour InfluxDB instance URL
OrganizationYes (v2/v3 only)The InfluxDB organization name

For general instructions on creating and managing connections, see the Connections Overview.