I followed "How to write a Logstash input plugin".
When installed locally, only rb file is copied to local_gems/..../logstash-input-something/lib/logstash/something.rb
I had to copy manually all other files and folders. Then my custom input plugin works.
What do I do to make local install does copy all files and folders to local_gems?
i'm sorry - I'm new to Ruby land..
Basically, I cloned logstash-filter-example and then "gem build log stash-filter-something.gemspec", then "./bin/install /.../logstash-filter-something/logstash-filter-something-0.1.0.gem"
I seee installation successful message but not all content is copied over to local_gems directory.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.