Skip to content

Commit 754f9b3

Browse files
authored
Point users+contributors to integration source (#334)
1 parent 789acbf commit 754f9b3

File tree

4 files changed

+44
-7
lines changed

4 files changed

+44
-7
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
Please post all product and debugging questions on our [forum](https://discuss.elastic.co/c/logstash). Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.
1+
## Kafka Input Plugin's Issue Tracker Has Moved
2+
3+
The Kafka Input Plugin is now a part of the [Kafka Integration Plugin][integration-source].
4+
This project remains open for backports of fixes from that project to the 9.x series where possible, but issues should first be filed on the [integration plugin][integration-issues].
5+
6+
Please post all product and debugging questions on our [forum][logstash-forum].
7+
Your questions will reach our wider community members there. If we confirm that there is a bug, then we can open a new issue on the appropriate project.
8+
9+
[integration-source]: https://github.com/logstash-plugins/logstash-integration-kafka
10+
[integration-issues]: https://github.com/logstash-plugins/logstash-integration-kafka/issues/
11+
[logstash-forum]: https://discuss.elastic.co/c/logstash
212

3-
For all general issues, please provide the following details for fast resolution:
413

5-
- Version:
6-
- Operating System:
7-
- Config File (if you have sensitive info, please remove it):
8-
- Sample Data:
9-
- Steps to Reproduce:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1+
## Kafka Input Plugin's Source Has Moved
2+
3+
This Kafka Input Plugin is now a part of the [Kafka Integration Plugin][integration-source]. This project remains open for backports of fixes from that project to the 9.x series where possible, but pull-requests should first be made on the [integration plugin][integration-pull-requests].
4+
5+
If you have already made commits on a clone of this stand-alone repository, it's ok! Go ahead and open the Pull Request here, and open an Issue linking to it on the [integration plugin][integration-issues] -- we'll work with you to sort it all out and to get the backport applied.
6+
7+
## Contributor Agreement
8+
19
Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/
10+
11+
[integration-source]: https://github.com/logstash-plugins/logstash-integration-kafka
12+
[integration-issues]: https://github.com/logstash-plugins/logstash-integration-kafka/issues/
13+
[integration-pull-requests]: https://github.com/logstash-plugins/logstash-integration-kafka/pulls

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ This is a plugin for [Logstash](https://github.com/elastic/logstash).
66

77
It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.
88

9+
## Kafka Input Plugin Has Moved
10+
11+
This Kafka Input Plugin is now a part of the [Kafka Integration Plugin][integration-source]. This project remains open for backports of fixes from that project to the 9.x series where possible, but issues should first be filed on the [integration plugin][integration-issues].
12+
13+
[integration-source]: https://github.com/logstash-plugins/logstash-integration-kafka
14+
[integration-issues]: https://github.com/logstash-plugins/logstash-integration-kafka/issues/
15+
16+
917
## Logging
1018

1119
Kafka logs do not respect the Log4J2 root logger level and defaults to INFO, for other levels, you must explicitly set the log level in your Logstash deployment's `log4j2.properties` file, e.g.:

docs/index.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
:type: input
33
:default_codec: plain
44

5+
6+
/////////////////////////////////////////////
7+
// Kafka Input Plugin Source Has Moved //
8+
// --------------------------------------- //
9+
// The Kafka Input Plugin is now a part //
10+
// of the Kafka Integration. //
11+
// //
12+
// This stand-alone plugin project remains //
13+
// open for backports to the 9.x series. //
14+
/////////////////////////////////////////////
15+
16+
517
///////////////////////////////////////////
618
START - GENERATED VARIABLES, DO NOT EDIT!
719
///////////////////////////////////////////
@@ -13,6 +25,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
1325
END - GENERATED VARIABLES, DO NOT EDIT!
1426
///////////////////////////////////////////
1527

28+
1629
[id="plugins-{type}s-{plugin}"]
1730

1831
=== Kafka input plugin

0 commit comments

Comments
 (0)