Skip to main content
CredentialsBefore using this method, retrieve your API key and the appropriate Sift URL for your environment. See Authentication.
Sift accepts data from any Influx client. Use your Sift API key as the Influx authentication token. Pass a small configuration object as a base64-encoded JSON string via the Influx org property.

Configuration object

Configuration fields

How Influx data maps to Sift

  • The Influx measure maps to the Sift channel component.
  • Influx tags that are not used to construct the asset name become part of the channel component.
  • Each Influx field becomes an individual Sift channel.

Example

Given the following Influx line protocol sent to the CA bucket:
And the following configuration object:
Sift generates the following channels:
The asset name West_CA_truck_0 is constructed from the fleet, bucket, and name tag values joined with underscores, in the order listed in asset_source_tags. The tags model and device_version are not in asset_source_tags, so they become part of the channel component.