Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/docs/sources/configure/examples/yaml
Salva Corts 214c4444be
Move standalone examples to a new top-level section (#10794)
2 years ago
..
1-Local-Configuration-Example.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
2-S3-Cluster-Example.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
3-S3-Without-Credentials-Snippet.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
4-GCS-Example.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
5-BOS-Example.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
6-Compactor-Snippet.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
7-Schema-Migration-Snippet.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
8-alibaba-cloud-storage-Snippet.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
9-S3-With-SSE-KMS-Snippet.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
10-Expanded-S3-Snippet.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
11-COS-HMAC-Example.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
12-COS-APIKey-Example.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
13-COS-Trusted-Profile-Example.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
15-Memberlist-Ring-Snippet.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
16-(Deprecated)-Cassandra-Snippet.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
17-(Deprecated)-S3-And-DynamoDB-Snippet.yaml Move standalone examples to a new top-level section (#10794) 2 years ago
README.txt Move standalone examples to a new top-level section (#10794) 2 years ago

README.txt

Examples added to this page will be appended to the Loki documentation.
We distinguish between two types of examples:
- Examples: These should be ready to run.
- Snippets: These are code snippets illustrating how to configure a specific feature.
They are not ready to run and require additional configuration.

Once an example is added to this directory, run the following command to update the documentation:
```bash
make generate-example-config-doc
```

Additionally, you can run the following command to verify that the example is valid.
Note that validation is skipped for those examples containing the `# doc-example:skip-validation=true` comment.
```bash
make validate-example-configs
```