You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/08/27 13:58:00 UTC

[plc4x] 12/44: Merge branch 'feature/implement-logstash-integration' of https://github.com/stefah/plc4x into feature/implement-logstash-integration

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 29b3320156d7038eb8464af9bea84802c96beb2a
Merge: eaed131 5b4872b
Author: Till Voss <ti...@codecentric.de>
AuthorDate: Thu Aug 15 12:00:48 2019 +0200

    Merge branch 'feature/implement-logstash-integration' of https://github.com/stefah/plc4x into feature/implement-logstash-integration

 plc4j/integrations/logstash-plugin/.gitignore      |  98 --------
 plc4j/integrations/logstash-plugin/README.md       |  19 ++
 plc4j/integrations/logstash-plugin/VERSION         |   1 -
 plc4j/integrations/logstash-plugin/build.gradle    | 108 ---------
 .../logstash-plugin/docs/index.asciidoc            | 117 ---------
 .../gradle/wrapper/gradle-wrapper.jar              | Bin 54413 -> 0 bytes
 .../gradle/wrapper/gradle-wrapper.properties       |   6 -
 plc4j/integrations/logstash-plugin/gradlew         | 172 -------------
 plc4j/integrations/logstash-plugin/gradlew.bat     |  84 -------
 plc4j/integrations/logstash-plugin/pom.xml         | 269 +++++++--------------
 .../src/gem/logstash-input-plc4x.gemspec           |  23 ++
 .../java/org/apache/plc4x/logstash/Plc4xInput.java |  26 +-
 .../plc4x/logstash/JavaInputExampleTest.java       |  24 +-
 pom.xml                                            |   4 +
 tools/logstash/pom.xml                             | 129 ++++++++++
 tools/pom.xml                                      |   6 +
 16 files changed, 317 insertions(+), 769 deletions(-)