From 23f75775c51c14b35a040ef76ea1832bf9d930b2 Mon Sep 17 00:00:00 2001 From: Marco Pracucci Date: Thu, 22 Aug 2019 17:24:00 +0200 Subject: [PATCH] Moved promtail doc into dedicated subfolder --- docs/operations.md | 2 +- docs/promtail.md | 6 +++--- docs/{promtail-api.md => promtail/api.md} | 0 docs/{promtail-examples.md => promtail/config-examples.md} | 0 docs/{promtail-setup.md => promtail/deployment-methods.md} | 2 +- production/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) rename docs/{promtail-api.md => promtail/api.md} (100%) rename docs/{promtail-examples.md => promtail/config-examples.md} (100%) rename docs/{promtail-setup.md => promtail/deployment-methods.md} (99%) diff --git a/docs/operations.md b/docs/operations.md index 215ff5d53dc9..22688de8688f 100644 --- a/docs/operations.md +++ b/docs/operations.md @@ -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 diff --git a/docs/promtail.md b/docs/promtail.md index 843e29943507..d11d39d93bac 100644 --- a/docs/promtail.md +++ b/docs/promtail.md @@ -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) diff --git a/docs/promtail-api.md b/docs/promtail/api.md similarity index 100% rename from docs/promtail-api.md rename to docs/promtail/api.md diff --git a/docs/promtail-examples.md b/docs/promtail/config-examples.md similarity index 100% rename from docs/promtail-examples.md rename to docs/promtail/config-examples.md diff --git a/docs/promtail-setup.md b/docs/promtail/deployment-methods.md similarity index 99% rename from docs/promtail-setup.md rename to docs/promtail/deployment-methods.md index 0d596f7f25f4..a254de16e8af 100644 --- a/docs/promtail-setup.md +++ b/docs/promtail/deployment-methods.md @@ -1,4 +1,4 @@ -# Promtail Setups +# Promtail Deployment Methods ## Daemonset method diff --git a/production/README.md b/production/README.md index b5967a33c671..50e51780f650 100644 --- a/production/README.md +++ b/production/README.md @@ -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