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

[docs/clients] fix header for "Unofficial clients" and add a reference to said section. #3720

Merged
merged 1 commit into from
May 18, 2021
Merged
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
4 changes: 3 additions & 1 deletion docs/sources/clients/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Loki supports the following official clients for sending logs:
- [Logstash](logstash/)
- [Lambda Promtail](lambda-promtail/)

There are also a number of third-party clients, see [Unofficial clients](#unofficial-clients).

## Picking a client

While all clients can be used simultaneously to cover multiple use cases, which
Expand Down Expand Up @@ -58,7 +60,7 @@ This is a workflow combining the promtail push-api [scrape config](promtail/conf

This is a good choice if you're looking to try out Loki in a low-footprint way or if you wish to monitor AWS lambda logs in Loki.

# Unofficial clients
## Unofficial clients

Please note that the Loki API is not stable yet, so breaking changes might occur
when using or writing a third-party client.
Expand Down