logstash-input-couchdb_changes 3.1.5 → 3.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +2 -2
- data/logstash-input-couchdb_changes.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 860cb64eea720cda6433685555da9df64c28ebb703611ccedd5fe7a2952c7c08
|
|
4
|
+
data.tar.gz: 61fcd5d432edbf79fa0869705a70b1244a9f5dd161c6fbbebc280f9072d6f1bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55920545eef4a0f234fce15e1a2aa4f5b7f36d2eb9a3c24a9919c6c30e37ff5172a626b04faa41552687ae2d7bbe6d0a164d159480ca41231f0525e01f1621cf
|
|
7
|
+
data.tar.gz: 6ee5b37b27f954f1980ebbac85a55cac0a9c404c2d40e9af06f5baa465f0a82c0b732ba875a21cac88f6c0d55f837da0b915289af63a2a259dd0eba35ea17c21
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -26,11 +26,11 @@ CouchDB http://guide.couchdb.org/draft/notifications.html[_changes] URI.
|
|
|
26
26
|
Moreover, any "future" changes will automatically be streamed as well making it easy to synchronize
|
|
27
27
|
your CouchDB data with any target destination
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
===== Upsert and delete
|
|
30
30
|
You can use event metadata to allow for document deletion.
|
|
31
31
|
All non-delete operations are treated as upserts
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
===== Starting at a Specific Sequence
|
|
34
34
|
The CouchDB input stores the last sequence number value in location defined by `sequence_path`.
|
|
35
35
|
You can use this fact to start or resume the stream at a particular sequence.
|
|
36
36
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-couchdb_changes'
|
|
4
|
-
s.version = '3.1.
|
|
4
|
+
s.version = '3.1.6'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Streams events from CouchDB's `_changes` URI"
|
|
7
7
|
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"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-couchdb_changes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-04-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
158
158
|
version: '0'
|
|
159
159
|
requirements: []
|
|
160
160
|
rubyforge_project:
|
|
161
|
-
rubygems_version: 2.6.
|
|
161
|
+
rubygems_version: 2.6.13
|
|
162
162
|
signing_key:
|
|
163
163
|
specification_version: 4
|
|
164
164
|
summary: Streams events from CouchDB's `_changes` URI
|