:plugin: datadog :type: output /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// :version: %VERSION% :release_date: %RELEASE_DATE% :changelog_url: %CHANGELOG_URL% :include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// [id="plugins-{type}-{plugin}"] === Datadog output plugin include::{include_path}/plugin_header.asciidoc[] ==== Description [id="plugins-{type}s-{plugin}-options"] ==== Datadog Output Configuration Options This plugin supports the following configuration options plus the <> described later. [cols="<,<,<",options="header",] |======================================================================= |Setting |Input type|Required | <> |<>, one of `["info", "error", "warning", "success"]`|No | <> |<>|Yes | <> |<>|No | <> |<>|No | <> |<>, one of `["normal", "low"]`|No | <> |<>, one of `["nagios", "hudson", "jenkins", "user", "my apps", "feed", "chef", "puppet", "git", "bitbucket", "fabric", "capistrano"]`|No | <> |<>|No | <> |<>|No |======================================================================= Also see <> for a list of options supported by all output plugins.   [id="plugins-{type}s-{plugin}-alert_type"] ===== `alert_type` * Value can be any of: `info`, `error`, `warning`, `success` * There is no default value for this setting. Alert type [id="plugins-{type}s-{plugin}-api_key"] ===== `api_key` * This is a required setting. * Value type is <> * There is no default value for this setting. This output lets you send events (for now. soon metrics) to DataDogHQ based on Logstash events Note that since Logstash maintains no state these will be one-shot events Your DatadogHQ API key [id="plugins-{type}s-{plugin}-date_happened"] ===== `date_happened` * Value type is <> * There is no default value for this setting. Date Happened [id="plugins-{type}s-{plugin}-dd_tags"] ===== `dd_tags` * Value type is <> * There is no default value for this setting. Tags Set any custom tags for this event Default are the Logstash tags if any [id="plugins-{type}s-{plugin}-priority"] ===== `priority` * Value can be any of: `normal`, `low` * There is no default value for this setting. Priority [id="plugins-{type}s-{plugin}-source_type_name"] ===== `source_type_name` * Value can be any of: `nagios`, `hudson`, `jenkins`, `user`, `my apps`, `feed`, `chef`, `puppet`, `git`, `bitbucket`, `fabric`, `capistrano` * Default value is `"my apps"` Source type name [id="plugins-{type}s-{plugin}-text"] ===== `text` * Value type is <> * Default value is `"%{message}"` Text [id="plugins-{type}s-{plugin}-title"] ===== `title` * Value type is <> * Default value is `"Logstash event for %{host}"` Title [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[]