Skip to main content
The Signal Sciences source plugin (name: http_loader) lets you query the Signal Sciences API to ingest data into a telemetry pipeline. This is a pull-based source plugin.
This plugin doesn’t support the use of a descriptive metadata name in the Pipeline Builder interface.
This plugin doesn’t support duplicates of itself within the same pipeline. Additionally, this plugin can’t be used in combination with these source plugins within the same telemetry pipeline:

Supported telemetry types

The for Chronosphere Telemetry Pipeline supports these telemetry types:
LogsMetricsTraces

Configuration parameters

Use the parameters in this section to configure the . The Telemetry Pipeline web interface uses the items in the Name column to describe these parameters. Pipeline configuration files use the items in the Key column as YAML keys.

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}}
NameKeyDescriptionDefault
CorpnoneRequired. Added to url field.none
Site NamenoneRequired. Added to url field.none
Search QuerynoneThe query to pass to the Signal Sciences API, as part of the url field.none
API Access TokennoneYour Signal Sciences API access token.none

Advanced

NameKeyDescriptionDefault
Memory Buffer Limitmem_buf_limitFor pipelines with the Deployment or DaemonSet workload type only. Sets a limit for how much buffered data the plugin can write to memory, which affects backpressure. This value must follow Fluent Bit’s rules for unit sizes. If unspecified, no limit is enforced.none