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: d2677fb51ab70da9370cc9d3fb679c7ab77e114d35f02da323919ece7b8ceb8d
4
- data.tar.gz: 2ce0d6e07367d7af17a4a4987dacd0206c764989c4832cccb0d1ff1a76c3f7e9
3
+ metadata.gz: a26f0ede537038c1f3b7acb68be793d6b1a9ff6b1114e5635499914f8fdb3605
4
+ data.tar.gz: 67f3f5969a96e0421ad1f350af3aceec37e0745df0ff94af609645caf8e8ac41
5
5
  SHA512:
6
- metadata.gz: 9dab713135819ed93a28ab3d79e7abd7c410be87c8737883c0ec61ecf112720a20097b395efeabd5e08688997888eb38b7280eb3b55e1018f4fbe44cb0c94d9f
7
- data.tar.gz: 3fbab44c17f07b54ed2a6136a7e59c11e6958a3d5d0d25177b5c1b74d5fc801c197ca5da6a316136010b4fa4f21dd23b7a61eed09335fcea2bf177ff86e1638f
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 AppSearch and WorkplaceSearch output plugins
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 AppSearch", :size => batch.size, :data => batch.inspect)
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.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 AppSearch", :integration => true do
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.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-02 00:00:00.000000000 Z
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