![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
= CouchDB output plugin for Fluentd
fluent-plugin-couch provides output plugins for {Fluentd}[http://fluentd.org/].
= Installation
== Gems
The gem is hosted at {Rubygems.org}[http://rubygems.org]. You can install the gem as follows:
$ fluent-gem install fluent-plugin-couch
== Component
=== CouchDBOutput
Store fluent-event as CouchDB Document to CouchDB database.
== Configuration
=== CouchOutput
<match couch.**>
type couch
database fluent
# following attibutes are optional
host fluenter #default:localhost
port 10000 #default:5984
protocol https #default:http
update_docs true #default:false
doc_key_field doc_id #default:nil. ${tag} will be replaced with actual event's tag.
doc_key_jsonpath $.event.key #default:nil. ${tag} will be replaced with actual event's tag.
refresh_view_index viewname #default:nil
# for Basic Authentication (optional)
user odagiri
password yudai
# Other buffer configurations here
</match>
== TODO === More configuration === Feature *
== Tool
== Copyright
Copyright:: Copyright (c) 2011- Yuri Odagiri License:: Apache License, Version 2.0
FAQs
Unknown package
We found that fluent-plugin-couch 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.