Skip to content

Bots From Extension: datadog

DataDog - Asset Inventory and Metrics collection bots for DataDog

This extension provides 10 bots.





Bot @datadog:containers

Bot Position In Pipeline: Source

List all Containers in DataDog

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
aggr_metrics Text Comma separated list of metrics. Ex: norm_cpu,rss
group_by Text Grouping defines what constitutes a line on the graph. Ex: docker_image
tag_filters Text Comma-separated list of tags to filter by.
sort_dir Text Sort Direction. Expects desc or asc
sort_field Text Field to sort values on.
text_filter Text Filter based on text.







Bot @datadog:event-by-id

Bot Position In Pipeline: Source

Event details by ID in DataDog

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
event_id* Text comma separated IDs of the events.







Bot @datadog:events

Bot Position In Pipeline: Source

List all Events in DataDog

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
timestamp DateTime Timestamp for which events are to be collected (Default is -24h)
priority Text Priority of events, either low or normal.
sources Text A comma separated string of sources.







Bot @datadog:hosts-disks

Bot Position In Pipeline: Source

List all Hosts Disks in DataDog

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
timestamp DateTime Timestamp from which you want to search your hosts.
include_muted_hosts_data Text True Include information on the muted status of hosts and when the mute expires.







Bot @datadog:hosts-networks

Bot Position In Pipeline: Source

List all Hosts Networks in DataDog

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
timestamp DateTime Timestamp from which you want to search your hosts.
include_muted_hosts_data Text True Include information on the muted status of hosts and when the mute expires.







Bot @datadog:hosts-summary

Bot Position In Pipeline: Source

List all Hosts in DataDog

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
timestamp DateTime Timestamp from which you want to search your hosts.
filter Text String to filter search results.
sort_field Text Sort hosts by this field.
sort_dir Text Direction of sort. Options include asc and desc.
include_muted_hosts_data Text True Include information on the muted status of hosts and when the mute expires.
include_hosts_metadata Text False Include additional metadata about the hosts (agent_version, machine, etc.).







Bot @datadog:metric-list

Bot Position In Pipeline: Source

List all Active Metrics in DataDog

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
timestamp DateTime Timestamp from which metrics need to be collected. Specify using after (default is -24h)
host Text Hostname for filtering the list of metrics returned.
tag_filter Text Filter metrics that have been submitted with the given tags. Supports boolean and wildcard
expressions.
include_tags Text True Include tags for the collected metrics. Supports True or False







Bot @datadog:metrics

Bot Position In Pipeline: Source

Query metric data from DataDog

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
timestamp* DateTime Timestamp from which metrics need to be collected.
space_aggr Text How the metrics in each group are combined. Choose from sum, min, max, and avg
metric_name* Text Metric Name. Can be collected from metric_list bot
scope Text * Tags to include or exclude data
group_by Text Grouping defines what constitutes a line on the graph
interval Text 5min Interval between each data point. (Min is 5min)







Bot @datadog:processes

Bot Position In Pipeline: Source

List all Processes in DataDog

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
timestamp DateTime Timestamp for which events are to be collected (Default is -15m)
search Text String to search processes by.
tags Text Comma-separated list of tags to filter processes by.







Bot @datadog:tags

Bot Position In Pipeline: Source

List all Tags in DataDog

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
host_name Text When specified, filters list of tags to those tags with the specified source.
source Text Source to filter.