The following information is required to setup the cloud-specific configuration to publish the Thunder metrics and logs.
(Applicable only if you want to publish the data to Elasticsearch Kibana)
(Applicable only if you want to publish the data to Prometheus Grafana)
(Applicable only if you want to publish the data to Splunk)
(Applicable only if you want to publish the data to GCP)
(Applicable only if you want to publish the data to OCI)
This file lists the AWS configurations to publish the Thunder metrics or logs to AWS CloudWatch.
File Path: /root/.aws/config
Update the following parameters according to your AWS setup:
[default]
region = XXXX
output = XXXX
| Parameter | Description |
|---|---|
|
|
Specifies the AWS logged-in user's working region. Example
|
|
|
Specify |
For sample configuration, see Examples.
This file lists the AWS credential configurations to publish the Thunder metrics or logs to AWS CloudWatch.
File Path: /root/.aws/credentials
Update the following parameters according to your AWS setup:
[default]
aws_access_key_id = XXXX
aws_secret_access_key = XXXX
| Parameter | Description |
|---|---|
|
|
To get the access key ID and secret access key, perform the following steps:
|
|
|
For sample configuration, see Examples.
This file lists the Azure credential configurations to publish the Thunder metrics or logs to Azure Application Insights and Azure Log Analytics Workspace respectively.
File Path: /root/.azure/credentials
Update the following parameters according to your Azure setup:
azure_workspace_primary_key = XXXX azure_client_id = XXXX azure_secret_id = XXXX azure_tenant_id = XXXX azure_location = XXXX
| Parameter | Description |
|---|---|
|
|
To get the workspace primary key, go to Azure Portal > Azure services > Log Analytics workspaces > <log_analytics_workspace> > Settings > Agents. Figure 4 : Agents window |
|
|
To get the client ID, secret ID, and tenant ID, go to Azure Portal > Azure services > Azure Active Directory > App Registration > Owned applications > <application_name>. Figure 5 : Azure active directory - App registrations window |
|
|
|
|
|
|
|
|
To get the location, go to Azure Portal > Azure services > Resource Groups > <your_resource_group> > Overview > Essentials > Location. Figure 6 : Resource Group window |
For sample configuration, see Examples.
This file lists the VMware credential configurations to publish the metrics or logs.
File Path: /root/.vmware/credentials
Update the following parameters according to your VMware setup:
vmware_vrops_username = XXXX vmware_vrops_password = XXXX
| Parameter | Description |
|---|---|
|
|
Specifies your vROps login credentials. |
|
|
For sample configuration, see Examples.
This file lists the Elasticsearch credential configurations to publish the metrics or logs.
File Path: /root/.elasticsearch/credentials
Update the following parameters according to your Elasticsearch setup:
username = XXXX
password = XXXX
| Parameter | Description |
|---|---|
username
|
Specifies your Elasticsearch login credentials. |
password
|
For sample configuration, see Examples.
This file lists the PushGateway credential configurations to publish the metrics or logs.
File Path: /root/.pushgateway/credentials
Update the following parameters according to your PushGateway setup:
username = XXXX
password = XXXX
| Parameter | Description |
|---|---|
username
|
Specifies your PushGateway login credentials. |
password
|
For sample configuration, see Examples.
This file lists the Splunk credential configurations to publish the metrics or logs.
File Path: /root/.splunk/credentials
Update the following parameters according to your Splunk setup:
token_log = XXXX
token_metric = XXXX
| Parameter | Description |
|---|---|
token_log
|
Specifies your Splunk HEC token for logs and metrics. |
token_metric
|
For sample configuration, see Examples.
This file lists the GCP credential configurations to publish the metrics or logs.
File Path: /root/.gcp/credentials
Update the following parameters according to your GCP setup:
gcp_project_id = XXXX
gcp_service_key_path = XXXX
| Parameter | Description |
|---|---|
gcp_project_id
|
Specifies your GCP project ID and path to the service account key file. To obtain the GCP project ID and service account key file path, perform the following steps:
|
gcp_service_key_path
|
For sample configuration, see Examples.
This file lists the OCI credential configurations to publish the metrics or logs.
File Path: /root/.oci/credentials
Update the following parameter according to your OCI setup:
oci_api_key_path= XXXXXXXX
| Parameter | Description |
|---|---|
oci_api_key_path
|
Specifies the path to the private key file used for authenticating the OCI services. To obtain the
|
For sample configuration, see Examples.