Skip to content

Commit

Permalink
Removing LSF from public roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
acchen97 authored and jordansissel committed Nov 13, 2015
1 parent d514ba5 commit 365cc40
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/asciidoc/static/roadmap/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ https://github.com/elastic/logstash/labels/resiliency[resiliency] tag.

*Known unknowns.* If we don’t know it’s happening, it’s hard for us to fix it!
Please report your issues in GitHub, under the
https://github.com/elastic/logstash/issues[Logstash],
https://github.com/elastic/logstash-forwarder/issues[Logstash Forwarder], or
https://github.com/elastic/logstash/issues[Logstash] or
individual https://github.com/logstash-plugins/[Logstash plugin] repositories.

== Manageability
Expand Down Expand Up @@ -125,12 +124,6 @@ distributing the load between instances based on the latest cluster state. This
is a complex use case that will require input from the community on current
approaches to implementing HA and load balancing of Logstash instances.

== Logstash Forwarder
[float]
=== status: ongoing

https://github.com/elastic/logstash-forwarder/[Logstash Forwarder] is a lightweight shipper for tailing files and forwarding this data to Logstash for further processing. It is often used in lieu of running Logstash on the servers, because it is lightweight, written in Go, and consumes less resources. It was created before we had the Beats framework for shipping data from servers and is currently maintained separately. We plan to move the Logstash Forwarder functionality to https://github.com/elastic/filebeat/[Filebeat] in the Beats framework, which is also written in Go. The first version of Filebeat will leverage the libbeat infrastructure and preserve existing features. Over time, we plan to enhance Filebeat with capabilities such as multiline and filtering support. Since Filebeat will serve as the direct replacement for Logstash Forwarder, we are not planning additional releases beyond http://www.elasticsearch.org/blog/logstash-forwarder-0-4-0-released/[Logstash Forwarder 0.4.0].

== Performance
[float]
=== status: ongoing; v1.5, v2.x
Expand Down Expand Up @@ -187,4 +180,4 @@ In Logstash 1.5, we made it easier than ever to add and maintain plugins by
putting each plugin into its own repository (see "Plugin Framework" section).
We also greatly improved the S3, Twitter, RabbitMQ plugins. To follow requests
for new Logstash plugins or contribute to the discussion, look for issues that
have the {LABELS}new-plugin[new-plugin] tag in Github.
have the {LABELS}new-plugin[new-plugin] tag in Github.

0 comments on commit 365cc40

Please sign in to comment.