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

Update Logstash tutorial to reference integration plugin #207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion tutorials/logstash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In addition:
* [Logstash](https://www.elastic.co/guide/en/logstash/current/installing-logstash.html)
* Unpack the download file and add the Logstash binaries directory, e.g. `<unpacked_file_path>/logstash-6.6.1/bin`, to your `PATH` environment variable.
* Kafka input/output plugins, `logstash-input-kafka` and `logstash-output-kafka`, are ususlly already included in common plugins, which you can use directly. You can verify whether they are appropriately installed by running `logstash-plugin list 'kafka'`.
* In case of the above plugins not included in common plugins, you can run `logstash-plugin install logstash-input-kafka` or `logstash-plugin install logstash-output-kafka` to install Kafka input/output plugins.
* In case of the above plugins not included in common plugins, you can run `logstash-plugin install logstash-integration-kafka` to install the Kafka integration that includes input/output plugins.
* [Git](https://www.git-scm.com/downloads)

## Create an Event Hubs namespace
Expand Down