Docs: Correcting abbreviations (#24748)
* Correction in abbreviation * Minor correction in abbreviation * Correcting abbreviation * Correction in abbreviation * Correcting abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Update stack_guide_graphite.md * Update whats-new-in-v4-6.md * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Update ldap.md * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Update docs/sources/guides/whats-new-in-v5.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ Semicolons (the `;` char) are the standard way to comment out lines in a `.ini`
|
||||
|
||||
**Example**
|
||||
```
|
||||
# The http port to use
|
||||
# The HTTP port to use
|
||||
;http_port = 3000
|
||||
```
|
||||
|
||||
@@ -146,7 +146,7 @@ Another way is put a webserver like Nginx or Apache in front of Grafana and have
|
||||
|
||||
`http`,`https`,`h2` or `socket`
|
||||
|
||||
> **Note:** Grafana versions earlier than 3.0 are vulnerable to [POODLE](https://en.wikipedia.org/wiki/POODLE). So we strongly recommend to upgrade to 3.x or use a reverse proxy for ssl termination.
|
||||
> **Note:** Grafana versions earlier than 3.0 are vulnerable to [POODLE](https://en.wikipedia.org/wiki/POODLE). So we strongly recommend to upgrade to 3.x or use a reverse proxy for SSL termination.
|
||||
|
||||
### socket
|
||||
Path where the socket should be created when `protocol=socket`. Please make sure that Grafana has appropriate permissions.
|
||||
@@ -549,7 +549,7 @@ File path to a cert file, defaults to `empty`
|
||||
File path to a key file, defaults to `empty`
|
||||
|
||||
### skip_verify
|
||||
Verify SSL for smtp server? defaults to `false`
|
||||
Verify SSL for SMTP server? defaults to `false`
|
||||
|
||||
### from_address
|
||||
Address used when sending out emails, defaults to `admin@grafana.localhost`
|
||||
@@ -638,7 +638,7 @@ Log line format, valid options are text, console and json. Default is `console`.
|
||||
|
||||
### network and address
|
||||
|
||||
Syslog network type and address. This can be udp, tcp, or unix. If left blank, the default unix endpoints will be used.
|
||||
Syslog network type and address. This can be UDP, TCP, or unix. If left blank, the default unix endpoints will be used.
|
||||
|
||||
### facility
|
||||
|
||||
|
||||
Reference in New Issue
Block a user