logstash-integration-elastic_enterprise_search 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a26f0ede537038c1f3b7acb68be793d6b1a9ff6b1114e5635499914f8fdb3605
|
4
|
+
data.tar.gz: 67f3f5969a96e0421ad1f350af3aceec37e0745df0ff94af609645caf8e8ac41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5779393bb76e0066720bce165fffcda3cdd4dfb4503ac9ee9819ccd380ab1f53c566321f258455a9f0dc0597c0863568a39b6ee61f6e77e7e0c2e60b6de1b564
|
7
|
+
data.tar.gz: 0e9bf91d6888da92db60965e835a9cfd1044441b9fe7a2e433d9c9b9efe795550165128056d488efb04bd64a714a5bb070908e977cf42190b266aa5161ff5fc5
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
## 2.1.2
|
2
|
+
- [DOC] Fix typos in App Search and Workplace Search [#9](https://github.com/logstash-plugins/logstash-integration-elastic_enterprise_search/pull/9)
|
3
|
+
- [DOC] Add links to Elastic App Search and Elastic Workplace Search solution pages [#10](https://github.com/logstash-plugins/logstash-integration-elastic_enterprise_search/pull/9)
|
4
|
+
|
1
5
|
## 2.1.1
|
2
6
|
- [DOC] Added the integration attribute and include statement for the integration plugin header to finalize hooking up integration docs [#8](https://github.com/logstash-plugins/logstash-integration-elastic_enterprise_search/pull/8)
|
3
7
|
- [DOC] Added live link to output-elastic_workplace_search doc [#6](https://github.com/logstash-plugins/logstash-integration-elastic_enterprise_search/pull/6)
|
data/DEVELOPER.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# logstash-integration-elastic_enterprise_search
|
2
|
-
Elastic Enterprise Search integration for Logstash, including
|
2
|
+
Elastic Enterprise Search integration for Logstash, including App Search and Workplace Search output plugins
|
3
3
|
|
4
4
|
# Dependencies
|
5
5
|
* elastic-app-search
|
@@ -77,7 +77,7 @@ class LogStash::Outputs::ElasticAppSearch < LogStash::Outputs::Base
|
|
77
77
|
events.each_slice(100) do |events|
|
78
78
|
batch = format_batch(events)
|
79
79
|
if @logger.trace?
|
80
|
-
@logger.trace("Sending bulk to
|
80
|
+
@logger.trace("Sending bulk to App Search", :size => batch.size, :data => batch.inspect)
|
81
81
|
end
|
82
82
|
index(batch)
|
83
83
|
end
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-integration-elastic_enterprise_search'
|
3
|
-
s.version = '2.1.
|
3
|
+
s.version = '2.1.2'
|
4
4
|
s.licenses = ['Apache-2.0']
|
5
5
|
s.summary = "Integration with Elastic Enterprise Search - output plugins"
|
6
6
|
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+
|
@@ -5,7 +5,7 @@ require "logstash/codecs/plain"
|
|
5
5
|
require "logstash/event"
|
6
6
|
require "json"
|
7
7
|
|
8
|
-
describe "indexing against running
|
8
|
+
describe "indexing against running App Search", :integration => true do
|
9
9
|
|
10
10
|
let(:engine_name) do
|
11
11
|
(0...10).map { ('a'..'z').to_a[rand(26)] }.join
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-integration-elastic_enterprise_search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-06-
|
11
|
+
date: 2021-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|