mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Docs: Data source provisioning and sigV4 (#28593)
Document the sigv4 properties for data source provisioning.
This commit is contained in:
parent
aabd3bdf72
commit
cb965ce177
@ -157,6 +157,11 @@ Since not all datasources have the same configuration settings we only have the
|
||||
| interval | string | Elasticsearch | Index date time format. nil(No Pattern), 'Hourly', 'Daily', 'Weekly', 'Monthly' or 'Yearly' |
|
||||
| logMessageField | string | Elasticsearch | Which field should be used as the log message |
|
||||
| logLevelField | string | Elasticsearch | Which field should be used to indicate the priority of the log message |
|
||||
| sigV4AuthType | string | Elasticsearch | SigV4 auth provider. default/credentials/keys |
|
||||
| sigV4ExternalId | string | Elasticsearch | Optional SigV4 External ID |
|
||||
| sigV4AssumeRoleArn | string | Elasticsearch | Optional SigV4 ARN role to assume |
|
||||
| sigV4Region | string | Elasticsearch | SigV4 AWS region |
|
||||
| sigV4Profile | string | Elasticsearch | Optional SigV4 credentials profile |
|
||||
| authType | string | Cloudwatch | Auth provider. default/credentials/keys |
|
||||
| externalId | string | Cloudwatch | Optional External ID |
|
||||
| assumeRoleArn | string | Cloudwatch | Optional ARN role to assume |
|
||||
@ -191,6 +196,8 @@ Secure json data is a map of settings that will be encrypted with [secret key]({
|
||||
| basicAuthPassword | string | _All_ | password for basic authentication |
|
||||
| accessKey | string | Cloudwatch | Access key for connecting to Cloudwatch |
|
||||
| secretKey | string | Cloudwatch | Secret key for connecting to Cloudwatch |
|
||||
| sigV4AccessKey | string | Elasticsearch | SigV4 access key. Required when using keys auth provider |
|
||||
| sigV4SecretKey | string | Elasticsearch | SigV4 secret key. Required when using keys auth provider |
|
||||
|
||||
#### Custom HTTP headers for datasources
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user