
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
fluent-plugin-output-solr
Advanced tools
This is a Fluentd output plugin for send data to Apache Solr.
fluent-plugin-output-solr | fluentd | td-agent | ruby |
---|---|---|---|
1.x.x | >= 0.14.0, < 2 | 3 | >= 2.1 |
0.x.x | ~> 0.12.0 | 2 | >= 1.9 |
Install it yourself as:
$ gem install fluent-plugin-output-solr
$ gem install bundler
$ bundle install
$ rake test
$ rake build
$ rake install
The Solr base url (for example http://localhost:8983/solr).
base_url http://localhost:8983/solr
The ZooKeeper connection string that SolrCloud refers to (for example localhost:2181/solr).
zk_host localhost:2181/solr
The Solr collection/core name (default collection1).
collection collection1
Ignore undefined fields in the Solr schema.xml.
ignore_undefined_fields false
A field name of fluentd tag in the Solr schema.xml (default tag).
tag_field tag
A field name of event timestamp in the Solr schema.xml (default time).
time_field time
The format of the time field (default %FT%TZ).
time_format %FT%TZ
Output millisecond to Solr (default false).
millisecond false
A number of events to queue up before writing to Solr (default 100).
flush_size 100
Send commit command to Solr with flush (default true).
commit_with_flush true
<match something.logs>
@type solr
# The Solr base url (for example http://localhost:8983/solr).
base_url http://localhost:8983/solr
# The Solr collection/core name (default collection1).
collection collection1
</match>
<match something.logs>
@type solr
# The ZooKeeper connection string that SolrCloud refers to (for example localhost:2181/solr).
zk_host localhost:2181/solr
# The Solr collection/core name (default collection1).
collection collection1
</match>
After checking out the repo, run bundle install
to install dependencies. Then, run rake test
to run the tests.
Bug reports and pull requests are welcome on GitHub at https://github.com/mosuka/fluent-plugin-output-solr.
FAQs
Unknown package
We found that fluent-plugin-output-solr demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.