LoginSignup
0
0

More than 1 year has passed since last update.

DatadogのIntegration Keyを切り替えたいとき

Posted at

What's This

Integration Keyを切り替えたいことがあって、その解決のメモです。

Implementation

$ vi /etc/datadog-agent/datadog.yaml

#########################
## Basic Configuration ##
#########################

## @param api_key - string - required
## @env DD_API_KEY - string - required
## The Datadog API key to associate your Agent's data with your organization.
## Create a new API key here: https://app.datadoghq.com/account/settings
#

# APIキーを変更する
api_key: XXXXX
↓
api_key: XXXXX

$ systemctl restart datadog-agent

Reference

API キーとアプリケーションキー
Datadog Agent をインストールするには、API キーが必要です。Agent が既にダウンロードされている場合は、datadog.yaml ファイルで API キーを>設定してください。メトリクスとイベントの送信を除くと、Datadog の機能の大半は、使用するためにアプリケーションキーが必要です。お客様のアカウントの >API キーとアプリケーションキーは、API 設定ページで管理できます。

参考にさせていただきました。ありがとうございます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0