Pure Storage FlashArray receiver 🔗
The Pure Storage FlashArray (Purefa) receiver fetches metrics from the Pure Storage FlashArray.
はじめに 🔗
以下の手順に従って、コンポーネントの設定とアクティベーションを行ってください:
Splunk Distribution of the OpenTelemetry Collector をホストまたはコンテナプラットフォームにデプロイします:
次のセクションで説明するようにレシーバーを設定します。
Collector を再起動します。
サンプル構成 🔗
To activate the Purefa receiver in the Collector, add purefa
to the receivers
section of your configuration file, as shown in the following example:
receivers:
purefa:
コンフィギュレーションを完了するには、コンフィギュレーションファイルの service
セクションの metrics
パイプラインに、レシーバーを含めます。例:
service:
pipelines:
metrics:
receivers: [purefa]
コンフィギュレーション設定 🔗
以下の設定が必要です:
endpoint
. The URL of the scraper selected endpoint. If void the receiver runs without fetching any metrics.fa_array_name
. The array’s pretty name to be used as a metrics label.namespace
.purefa
by default. The selected Pure Storage OpenMetrics Namespace to query.
設定例 🔗
In this example array01
uses the Pure Storage FlashArray OpenMetrics exporter , while array02
uses the native on-box metrics provided in Purity//FA v6.6.11 or higher.
extensions:
bearertokenauth/array01:
token: "..."
bearertokenauth/array02:
token: "..."
receivers:
purefa/array01:
fa_array_name: foobar01
endpoint: http://127.0.0.1:9490/metrics
array:
- address: array01
auth:
authenticator: bearertokenauth/array01
hosts:
- address: array01
auth:
authenticator: bearertokenauth/array01
directories:
- address: array01
auth:
authenticator: bearertokenauth/array01
pods:
- address: array01
auth:
authenticator: bearertokenauth/array01
volumes:
- address: array01
auth:
authenticator: bearertokenauth/array01
env: dev
settings:
reload_intervals:
array: 20s
hosts: 60s
directories: 60s
pods: 60s
volumes: 60s
purefa/array02:
fa_array_name: foobar02
endpoint: https://127.0.0.1/metrics
tls:
insecure_skip_verify: true
array:
- address: array02
auth:
authenticator: bearertokenauth/array02
hosts:
- address: array02
auth:
authenticator: bearertokenauth/array02
directories:
- address: array02
auth:
authenticator: bearertokenauth/array02
pods:
- address: array02
auth:
authenticator: bearertokenauth/array02
volumes:
- address: array02
auth:
authenticator: bearertokenauth/array02
env: production
settings:
reload_intervals:
array: 20s
hosts: 60s
directories: 60s
pods: 60s
volumes: 60s
service:
extensions: [bearertokenauth/array01,bearertokenauth/array02]
pipelines:
metrics:
receivers: [purefa/array01,purefa/array02]
設定 🔗
The following table shows the configuration options for the Purefa receiver:
メトリクス 🔗
以下のメトリクス、リソース属性、および属性が使用できます。
トラブルシューティング 🔗
Splunk Observability Cloudをご利用のお客様で、Splunk Observability Cloudでデータを確認できない場合は、以下の方法でサポートを受けることができます。
Splunk Observability Cloudをご利用のお客様
Submit a case in the Splunk Support Portal .
Contact Splunk Support .
見込み客および無料トライアルユーザー様
Splunk Answers のコミュニティサポートで質問し、回答を得る
Join the Splunk #observability user group Slack channel to communicate with customers, partners, and Splunk employees worldwide. To join, see Chat groups in the Get Started with Splunk Community manual.