You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mmguero opened this issue
Jan 9, 2023
· 0 comments
Assignees
Labels
bugSomething isn't workingbuildFor issues related to compilation/buildingdockerRelating to docker and docker-compose as used by MalcolmexternalDepends on a bug or feature external to this projectlogstashRelating to Malcolm's use of LogstashregressionIt worked at one point...
Gem::Specification.newdo |s|
s.name='logstash-filter-fingerprint's.version='3.4.1's.licenses=['Apache-2.0']s.summary="Fingerprints fields by replacing values with a consistent hash"s.description="This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"s.authors=["Elastic"]s.email='[email protected]'s.homepage="http://www.elastic.co/guide/en/logstash/current/index.html"s.require_paths=["lib"]# Filess.files=Dir["lib/**/*","spec/**/*","*.gemspec","*.md","CONTRIBUTORS","Gemfile","LICENSE","NOTICE.TXT","vendor/jar-dependencies/**/*.jar","vendor/jar-dependencies/**/*.rb","VERSION","docs/**/*"]# Testss.test_files=s.files.grep(%r{^(test|spec|features)/})# Special flag to let us know this is actually a logstash plugins.metadata={"logstash_plugin"=>"true","logstash_group"=>"filter"}# Gem dependenciess.add_runtime_dependency"logstash-core-plugin-api",">= 1.60","<= 2.99"s.add_runtime_dependency"murmurhash3"#(MIT license)s.add_development_dependency'logstash-devutils's.add_runtime_dependency'logstash-mixin-ecs_compatibility_support'end
--- TEMPLATE END ----------------------------------------------------------------
Unfortunately, an unexpected error occurred, and Bundler cannot continue.
First, try this link to see if there are any existing issue reports for this error:
https://github.com/rubygems/rubygems/search?q=Illformed+requirement+%5B%22
Rather than go down the rabbit hole I realized I no longer need to build this from, source. I'm just going to install it the regular way now.
The text was updated successfully, but these errors were encountered:
mmguero
added
bug
Something isn't working
docker
Relating to docker and docker-compose as used by Malcolm
external
Depends on a bug or feature external to this project
logstash
Relating to Malcolm's use of Logstash
build
For issues related to compilation/building
regression
It worked at one point...
labels
Jan 9, 2023
bugSomething isn't workingbuildFor issues related to compilation/buildingdockerRelating to docker and docker-compose as used by MalcolmexternalDepends on a bug or feature external to this projectlogstashRelating to Malcolm's use of LogstashregressionIt worked at one point...
Here's the error.
Environment
Bundler Build Metadata
Gemfile
Gemfile
Gemfile.lock
Gemspecs
logstash-filter-fingerprint.gemspec
Rather than go down the rabbit hole I realized I no longer need to build this from, source. I'm just going to install it the regular way now.
The text was updated successfully, but these errors were encountered: