Microsoft SQL Server 🔗
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the Microsoft SQL Server monitor type to send metrics from Microsoft SQL Server instances.
注釈
To monitor Microsoft SQL server instances with the OpenTelemetry Collector using native OpenTelemetry refer to the Microsoft SQL server receiver component.
メリット 🔗
インテグレーションを設定すると、これらの機能にアクセスできるようになります:
メトリクスを表示します。独自のカスタム・ダッシュボードを作成することができ、ほとんどのモニターは組み込みのダッシュボードも提供しています。ダッシュボードについては、Splunk Observability Cloudでダッシュボードを表示する を参照してください。
Infrastructure Monitoring に表示される環境内の物理サーバー、仮想マシン、AWS インスタンス、およびその他のリソースのデータ駆動型の視覚化を表示します。ナビゲーターについては、Splunk Infrastructure Monitoring でナビゲーターを使用する を参照してください。
Metric Finder にアクセスして、モニターから送信されたメトリクスを検索します。詳細については、メトリクス・ファインダーとメタデータ・カタログを検索する を参照してください。
インストール 🔗
このインテグレーションを導入するには、以下の手順に従ってください:
Splunk Distribution of the OpenTelemetry Collector をホストまたはコンテナプラットフォームにデプロイします:
[設定] セクションの説明に従ってインテグレーションを設定します。
Splunk Distribution of OpenTelemetry Collector を再起動します。
認証 🔗
This integration supports Windows and SQL authentication. Windows authentication is the default option. If you can’t authenticate with Windows, use SQL authentication instead.
Windows authentication uses the local system account to access the Microsoft SQL Server.
SQL authentication uses an account that you configure for the integration. See Microsoft SQL authentication.
Microsoft SQL authentication 🔗
インテグレーションを使用するには、Microsoft SQL Server ホストにログイン認証情報を作成する必要があります。このログインを作成するには、以下の手順に従います:
管理者としてログインします。
SQLクライアントを起動します。
以下のコマンドを入力します:
USE master;
GO
CREATE LOGIN [<user_id>] WITH PASSWORD = '<YOUR PASSWORD HERE>';
GO
GRANT VIEW SERVER STATE TO [<user_id>];
GO
GRANT VIEW ANY DEFINITION TO [<user_id>];
GO
設定 🔗
Smart Agent モニターとCollector のインテグレーションを使用するには、以下の手順に従います:
Smart Agent レシーバーを設定ファイルに含めます。
レシーバーセクションおよびパイプラインセクションの両方で、Collector 構成にモニタータイプを追加します。
Collector でSmart Agent モニターを使用する の方法を参照してください。
Smart Agent レシーバー の設定方法を参照してください。
一般的な設定オプションのリストについては、モニターの共通設定 を参照してください。
Collectorの詳細は、はじめに:Collectorを理解して使用する を参照してください。
例 🔗
このインテグレーションを有効にするには、Collector構成に以下を追加します:
receivers:
smartagent/sqlserver:
type: telegraf/sqlserver
... # Additional config
次に、設定ファイルの service.pipelines.metrics.receivers
セクションにモニターを追加します:
service:
pipelines:
metrics:
receivers: [smartagent/sqlserver]
例:Microsoft SQL Server レシーバー 🔗
以下は、Microsoft SQL Server レシーバーの構成例です:
receivers:
smartagent/sqlserver:
type: telegraf/sqlserver
host: <host_name>
port: 1433
userID: <user_id>
password: <password>
appName: sqlserver
コンフィギュレーション設定 🔗
次の表は、Microsoft SQL Server モニターの設定オプションを示しています:
オプション |
必須 |
タイプ |
説明 |
---|---|---|---|
|
はい |
|
|
|
はい |
|
|
|
いいえ |
|
SQL Server インスタンスへのアクセスに使用される UserID。 |
|
いいえ |
|
SQL Serverインスタンスへのアクセスに使用するパスワード。 |
|
いいえ |
|
|
|
いいえ |
|
|
|
いいえ |
|
|
|
いいえ |
|
|
|
いいえ |
|
|
メトリクス 🔗
This integration provides a set of metrics. Note that some metrics might depend your type of your database instance:
備考 🔗
To learn more about the available in Splunk Observability Cloud see メトリクスタイプ
In host-based subscription plans, default metrics are those metrics included in host-based subscriptions in Splunk Observability Cloud, such as host, container, or bundled metrics. Custom metrics are not provided by default and might be subject to charges. See メトリクスカテゴリ for more information.
MTSベースのサブスクリプションプランでは、すべてのメトリクスがカスタムです。
メトリクスを追加するには、その他のメトリクスの追加 で
extraMetrics
の設定方法を参照してください。
トラブルシューティング 🔗
Splunk Observability Cloudをご利用のお客様で、Splunk Observability Cloudでデータを確認できない場合は、以下の方法でサポートを受けることができます。
Splunk Observability Cloudをご利用のお客様
Submit a case in the Splunk Support Portal .
Contact Splunk Support .
見込み客および無料トライアルユーザー様
Splunk Answers のコミュニティサポートで質問し、回答を得る
Splunk #observability ユーザーグループの Slack チャンネルに参加して、世界中の顧客、パートナー、Splunk 社員とのコミュニケーションを図る。参加するには、Get Started with Splunk Community マニュアルの チャットグループ を参照してください。
TCP/IPを非アクティブにする 🔗
一部の Windows ベースの SQL Server インスタンスでは、TCP/IP がデフォルトで無効になっています。これは、Microsoft Azure サービス・インスタンスで発生する可能性があります。Cannot read handshake packet: read tcp: wsarecv: An existing connection was forcibly closed by the remote host.
のようなエラーメッセージが表示される場合は、インスタンスの TCP/IP を明示的にアクティブにする必要があります。
エージェントの設定が正しいことを確認します。
SQL Serverインスタンスで、TCP/IPをアクティブにします。これを行うには、Start、Administrative Tools、Computer Management の順に選択します。
Computer Management サイドバーで、 、 、 の順に選択します。
を選択します。
プロトコルリストで、TCP/IP プロトコルを右クリックし、有効化 を選択します。