Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
1e98c102
Commit
1e98c102
authored
Apr 24, 2019
by
Mitsuhiro Tanda
Committed by
Marcus Efraimsson
Apr 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user friendly guide (#16743)
CloudWatch: Update docs for setting auth provider
parent
fcebd713
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
+12
-1
docs/sources/features/datasources/cloudwatch.md
+12
-1
No files found.
docs/sources/features/datasources/cloudwatch.md
View file @
1e98c102
...
...
@@ -29,9 +29,10 @@ Name | Description
------------ | -------------
*Name*
| The data source name. This is how you refer to the data source in panels & queries.
*Default*
| Default data source means that it will be pre-selected for new panels.
*Credentials*
profile name | Specify the name of the profile to use (if you use
`~/.aws/credentials`
file), leave blank for default.
*Default Region*
| Used in query editor to set region (can be changed on per query basis)
*Custom Metrics namespace*
| Specify the CloudWatch namespace of Custom metrics
*Auth Provider*
| Specify the provider to get credentials.
*Credentials*
profile name | Specify the name of the profile to use (if you use
`~/.aws/credentials`
file), leave blank for default.
*Assume Role Arn*
| Specify the ARN of the role to assume
## Authentication
...
...
@@ -85,6 +86,16 @@ Here is a minimal policy example:
}
```
### AWS credentials
If Auth Provider is
`Credentials file`
, Grafana try to get credentials by following order.
-
Environment variables. (
`AWS_ACCESS_KEY_ID`
and
`AWS_SECRET_ACCESS_KEY`
)
-
Hard-code credentials.
-
Shared credentials file.
-
IAM role for Amazon EC2.
Checkout AWS docs on
[
Configuring the AWS SDK for Go
](
https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html
)
### AWS credentials file
Create a file at
`~/.aws/credentials`
. That is the
`HOME`
path for user running grafana-server.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment