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
6af62abd
Commit
6af62abd
authored
Mar 06, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(): added router_logging to configuration options, closes #7723
parent
0264fcc6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
docs/sources/installation/configuration.md
+7
-3
No files found.
docs/sources/installation/configuration.md
View file @
6af62abd
...
...
@@ -135,6 +135,10 @@ Path to the certificate file (if `protocol` is set to `https`).
Path to the certificate key file (if
`protocol`
is set to
`https`
).
### router_logging
Set to true for Grafana to log all HTTP requests (not just errors). These are logged as Info level events
to grafana log.
<hr
/>
<hr
/>
...
...
@@ -472,7 +476,7 @@ Mysql Example:
`expiry` INT(11) UNSIGNED NOT NULL,
PRIMARY KEY (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Postgres Example:
CREATE TABLE session (
...
...
@@ -481,7 +485,7 @@ Postgres Example:
expiry INTEGER NOT NULL,
PRIMARY KEY (key)
);
Postgres valid
`sslmode`
are
`disable`
,
`require`
(default),
`verify-ca`
, and
`verify-full`
.
### cookie_name
...
...
@@ -613,7 +617,7 @@ You can choose between (s3, webdav). If left empty Grafana will ignore the uploa
## [external_image_storage.s3]
### bucket_url
Bucket URL for S3. AWS region can be specified within URL or defaults to 'us-east-1', e.g.
Bucket URL for S3. AWS region can be specified within URL or defaults to 'us-east-1', e.g.
-
http://grafana.s3.amazonaws.com/
-
https://grafana.s3-ap-southeast-2.amazonaws.com/
-
https://grafana.s3-cn-north-1.amazonaws.com.cn
...
...
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