Tutorial: Configure the Splunk Distribution of the OpenTelemetry Collector on Kubernetes 🔗
Splunk Distribution of OpenTelemetry Collectorは、OpenTelemetry Collectorの ディストリビューション で、コンポーネント、インストーラー、デフォルト設定が含まれており、Splunk Observability Cloudで動作する準備が整っています。
Follow this tutorial for a walkthrough of configuring the Splunk Distribution of OpenTelemetry Collector to collect telemetry in common situations.
What's in this tutorial
このチュートリアルを終えると、次のタスクが達成できるようになります:
Create a demo Kubernetes cluster on your machine.
Configure the OpenTelemetry Collector using the Helm chart.
Configure the Collector to filter and send logs to Splunk Cloud Platform.
How to use this tutorial
チュートリアルのパートは以下の順番通りに進めてください:
ご利用のマシン上にKubernetesクラスターをセットアップして監視します。パート1:マシンにKubernetesクラスターをセットアップして監視する を参照してください。
ログをフィルターリングしてSplunk Cloud Platformに送信するように、Collectorの設定を編集および適用します。Part 2: Edit the Collector configuration to filter and send logs to Splunk Cloud Platform を参照してください。
Prerequisites
このチュートリアルを最大限に活用するには、Linux、Windows、macOSなど、MinikubeとHelmを実行できるオペレーティングシステムが必要です。このチュートリアルでは、オペレーティングシステムとしてmacOSを使用します。
Additionally, you must have your Splunk Observability Cloud realm and access token to deploy the Splunk Distribution of OpenTelemetry Collector. For more information, see Splunk Observability Cloudを使用した組織のアクセストークンの作成および管理.
ログをSplunk Cloud Platformに送信するには、Splunk HTTP Event Collector(HEC)のエンドポイントとトークンを見つけます。詳細は Splunk HEC トークンとエンドポイント を参照してください。
このチュートリアルでは、Splunk Cloud Platformの無料トライアルアカウントを使用します。
Get started
チュートリアルを開始するには、パート1:マシンにKubernetesクラスターをセットアップして監視する を参照してください。