Datadog Polling LAM Reference

This is a reference for the Datadog Polling LAM and UI integration. The Datadog LAM configuration file is located at: $MOOGSOFT_HOME/config/datadog_client_lam.conf.

The following properties are unique to the Datadog Polling LAM and UI integration.

See the LAM and Integration Reference for a full description of all common properties used to configure LAMs and UI intergrations.

See the Datadog documentation for details on Datadog components.

url

Datadog request URL including host and port.

Type

String

Required

Yes

Default

N/A

request_query_params

The query used to select Datadog data. The $from and $to properties define the time period. Specify strings in the format defined in the params_date_format property. Include your Datadog API Key and Application Key.

Type

String

Required

Yes

Default

N/A

Example:

request_query_params:
{
    start           : "$from",
    end             : "$to",
    api_key         : "7470e8b910bf84ba30bd79b437414ba4",
    application_key : "3f7ae69fe49de64a3e166c8693fb11653073f560"
}

params_date_format

Date format to use in the $from and $to properties in request_query_params.

Type

String

Required

Yes

Default

"yyyy-MM-dd'T'HH:mm:ss"

enable_epoch_converter

Defines whether to use an epoch timestamp instead of a machine timestamp.

Type

Boolean

Required

Yes

Default

false

results_path

Location of the JSON results objects in the data structure.

Type

String

Required

Yes

Default

"results"