Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: move promtail doc into dedicated subfolder #933

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This page lists operational aspects of running Loki in alphabetical order:

Loki does not have an authentication layer.
You are expected to run an authenticating reverse proxy in front of your services, such as an Nginx with basic auth or an OAuth2 proxy.
See [client options](promtail-setup.md#custom-client-options) for more details about supported authentication methods.
See [client options](./promtail/deployment-methods.md#custom-client-options) for more details about supported authentication methods.

### Multi-tenancy

Expand Down
6 changes: 3 additions & 3 deletions docs/promtail.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

* [Scrape Configs](#scrape-configs)
* [Entry Parsing](#entry-parser)
* [Deployment Methods](./promtail-setup.md)
* [Promtail API](./promtail-api.md)
* [Config and Usage Examples](./promtail-examples.md)
* [Deployment Methods](./promtail/deployment-methods.md)
* [Promtail API](./promtail/api.md)
* [Config and Usage Examples](./promtail/config-examples.md)
* [Failure modes](./promtail/known-failure-modes.md)
* [Troubleshooting](./troubleshooting.md)

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Promtail Setups
# Promtail Deployment Methods

## Daemonset method

Expand Down
2 changes: 1 addition & 1 deletion production/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Currently there are five ways to try out Loki, in order from easier to hardest:
- [Building from source](#build-and-run-from-source)
- [Get inspired by our production setup](#get-inspired-by-our-production-setup)

For the various ways to run `promtail`, the tailing agent, see our [Promtail documentation](../docs/promtail-setup.md).
For the various ways to run `promtail`, the tailing agent, see our [Promtail documentation](../docs/promtail.md).

## Get a Free Hosted Demo of Grafana Cloud: Logs

Expand Down