Signal Sciences source plugin
The Signal Sciences plugin lets you query the Signal Sciences API to ingest data.
This plugin doesn't support the use of a descriptive metadata name in the Pipeline Builder interface.
Supported telemetry types
This plugin supports these telemetry types:
Logs | Metrics | Traces |
---|---|---|
Configuration parameters
Use the parameters in this section to configure your plugin. The Telemetry Pipeline web interface uses the values in the Name column to describe the parameters. Items in the Key column are the YAML keys to use in pipeline configuration files.
General
The configured fields replace sections of the url
field in the YAML file in the
following way:
https://dashboard.signalsciences.net{{with
.Response.Body.next.uri}}.{{else}}/api/v0/corps/CORP/sites/SITENAME/requests?q=SEARCH_QUERY{{end}}
Name | Key | Description | Default |
---|---|---|---|
Corp | none | Required. Added to url field. | none |
Site Name | none | Required. Added to url field. | none |
Search Query | none | The query to pass to the Signal Sciences API, as part of the url field. | none |
API Access Token | none | Your Signal Sciences API access token. | none |