Skip to content

Commit c4cb1a8

Browse files
docs: add warning around using logstash plugin for new deployments (backport release-3.3.x) (#15138)
Co-authored-by: Ed Welch <[email protected]>
1 parent cde74d5 commit c4cb1a8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/sources/send-data/logstash/_index.md

+14
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ Grafana Loki has a [Logstash](https://www.elastic.co/logstash) output plugin cal
1212
`logstash-output-loki` that enables shipping logs to a Loki
1313
instance or [Grafana Cloud](/products/cloud/).
1414

15+
{{< admonition type="warning" >}}
16+
Grafana Labs does not recommend using the Logstash plugin for new deployments. Even as a mechanism for quickly testing Loki with your existing Beats/Logstash infrastructure we highly discourage the use of this plugin.
17+
18+
Our experience over the years has found numerous significant challenges using Logstash and this plugin:
19+
20+
* It is very difficult to configure labels correctly. Conceptually Elasticsearch is a very different database from Loki and users almost always end up sending too many high cardinality labels to Loki, which makes getting started with Loki unnecessarily complicated and confusing vs. using other clients.
21+
* Logstash and the upstream Beats components implement backoff and flow control which we've found hard to observe, leading to ingestion delays into Loki which are extremely difficult to address.
22+
* We at Grafana Labs have no expertise at configuring Logstash or understanding of its configuration language, so we cannot provide support for it.
23+
* It's very hard to troubleshoot and debug. Our experience has shown that in nearly every case where it was assumed this would be the fast path to getting logs to Loki, that was not the case and it ended up taking far longer than anticipated.
24+
25+
Please strongly consider using any alternative mechanism to sending logs to Loki. We recommend using [Grafana Alloy](/docs/loki/latest/send-data/alloy/). This is the tool we build and where we can offer the best experience and most support.
26+
27+
{{< /admonition >}}
28+
1529
## Installation
1630

1731
### Local

0 commit comments

Comments
 (0)