Skip to content

Commit

Permalink
Add logstash to clients page with FrontMatter. (#2418)
Browse files Browse the repository at this point in the history
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
cyriltovena authored Jul 28, 2020
1 parent e59adcc commit f79f2e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 8 additions & 2 deletions docs/sources/clients/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Loki supports the following official clients for sending logs:
- [Promtail](promtail/)
- [Docker Driver](docker-driver/)
- [Fluentd](fluentd/)
- [Fluent Bit](https://github.com/grafana/loki/blob/master/cmd/fluent-bit/README.md)
- [Fluent Bit](fluentbit/)
- [Logstash](logstash/)

## Picking a client

Expand Down Expand Up @@ -45,11 +46,16 @@ and you already have configured `Parser` and `Filter` plugins.
Fluentd also works well for extracting metrics from logs when using its
Prometheus plugin.

### Logstash

If you are already using logstash and/or beats, this will be the easiest way to start.
By adding our output plugin you can quickly try Loki without doing big configuration changes.

# 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.

- [promtail-client](https://github.com/afiskon/promtail-client) (Go)
- [push-to-loki.py](https://github.com/sleleko/devops-kb/blob/master/python/push-to-loki.py) (Python 3)
- [Serilog-Sinks-Loki](https://github.com/JosephWoodward/Serilog-Sinks-Loki) (C#)
- [Serilog-Sinks-Loki](https://github.com/JosephWoodward/Serilog-Sinks-Loki) (C#)
6 changes: 4 additions & 2 deletions docs/sources/clients/logstash/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@@ -0,0 +1,269 @@
---
title: Logstash
---
# Logstash

Loki has a [Logstash](https://www.elastic.co/logstash) output plugin called
Expand Down Expand Up @@ -272,4 +274,4 @@ output {
}
# stdout { codec => rubydebug }
}
```
```

0 comments on commit f79f2e8

Please sign in to comment.