logstash-output-amazon_es 6.4.2-java → 7.0-java

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: e0343008189d553e78c73eb48ae74ca2e95cea78ad659c7b423411981c75154a
4
- data.tar.gz: 5cb2f2372bccf1b0740b3f2ae67ad3b817c78e7beeb76a34ec7832d19d65c2c6
3
+ metadata.gz: 9de92fe963692b0de4804d793d49bafd31934b00305d2f109e8c38d13a714a6a
4
+ data.tar.gz: eb1781b68632e93af7a404ad6b2e99a05539fea8781b0dd2c008fa326aaf884b
5
5
  SHA512:
6
- metadata.gz: 416a7eae7b7fe0e1c82a6b7de2dd8cd96533c4e311d1e330026bb497100580de2baba138ba5cc1d4737cba1700406b1efe0473a2ff66ae2d934bb951c40c0ea5
7
- data.tar.gz: b4dd8ae83a614568739beb66623996b8e75e02efc16464614a72faf9d722aecffd9d12175d5665f362a4c23adbb4e0fd9b18438fb43400933ad0bdd1d5aa7ce3
6
+ metadata.gz: a18d7bd02e92f0d48f2a79e859238d614dcf03383d640b6ef4f0f89132e4fef6b6e3341db2d364d46dbc68690ed018c587f14cb0f71c8ebafd8c097c6a123557
7
+ data.tar.gz: 69c9cfc9fa58ec4c986a2131e4690b80a1d57fee42becdf317b05bbd70e85e57c3252f117f723ac56f899b71782561ed578a7440944af695e94558f59fd0c16f
@@ -1,44 +1,42 @@
1
1
  {
2
2
  "template" : "logstash-*",
3
- "version" : 60001,
3
+ "version" : 60002,
4
4
  "settings" : {
5
5
  "index.refresh_interval" : "5s",
6
6
  "number_of_shards": 1
7
7
  },
8
8
  "mappings" : {
9
- "_doc" : {
10
- "dynamic_templates" : [ {
11
- "message_field" : {
12
- "path_match" : "message",
13
- "match_mapping_type" : "string",
14
- "mapping" : {
15
- "type" : "text",
16
- "norms" : false
17
- }
9
+ "dynamic_templates" : [ {
10
+ "message_field" : {
11
+ "path_match" : "message",
12
+ "match_mapping_type" : "string",
13
+ "mapping" : {
14
+ "type" : "text",
15
+ "norms" : false
18
16
  }
19
- }, {
20
- "string_fields" : {
21
- "match" : "*",
22
- "match_mapping_type" : "string",
23
- "mapping" : {
24
- "type" : "text", "norms" : false,
25
- "fields" : {
26
- "keyword" : { "type": "keyword", "ignore_above": 256 }
27
- }
17
+ }
18
+ }, {
19
+ "string_fields" : {
20
+ "match" : "*",
21
+ "match_mapping_type" : "string",
22
+ "mapping" : {
23
+ "type" : "text", "norms" : false,
24
+ "fields" : {
25
+ "keyword" : { "type": "keyword", "ignore_above": 256 }
28
26
  }
29
27
  }
30
- } ],
31
- "properties" : {
32
- "@timestamp": { "type": "date"},
33
- "@version": { "type": "keyword"},
34
- "geoip" : {
35
- "dynamic": true,
36
- "properties" : {
37
- "ip": { "type": "ip" },
38
- "location" : { "type" : "geo_point" },
39
- "latitude" : { "type" : "half_float" },
40
- "longitude" : { "type" : "half_float" }
41
- }
28
+ }
29
+ } ],
30
+ "properties" : {
31
+ "@timestamp": { "type": "date"},
32
+ "@version": { "type": "keyword"},
33
+ "geoip" : {
34
+ "dynamic": true,
35
+ "properties" : {
36
+ "ip": { "type": "ip" },
37
+ "location" : { "type" : "geo_point" },
38
+ "latitude" : { "type" : "half_float" },
39
+ "longitude" : { "type" : "half_float" }
42
40
  }
43
41
  }
44
42
  }
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-amazon_es'
3
- s.version = '6.4.2'
3
+ s.version = '7.0'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = "Logstash Output to Amazon Elasticsearch Service"
6
6
  s.description = "Output events to Amazon Elasticsearch Service with V4 signing"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-amazon_es
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.2
4
+ version: '7.0'
5
5
  platform: java
6
6
  authors:
7
7
  - Amazon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-12 00:00:00.000000000 Z
11
+ date: 2019-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement