infinum_graylog 0.5.0 → 0.6.0

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: 3c45c6c7d40d3f7b1e94bf35cb63e0f351ed1f05bf8f0ba637124747da3a78da
4
- data.tar.gz: d05fb525dc2a5366283b5b6b283afc16fbaf21056bd26d727370b2a0797eea2a
3
+ metadata.gz: d77abe9042c4609bc0bf38fe857bdc779f4b197d44bec929263aad9a493c299b
4
+ data.tar.gz: 44d03c7399bd6d8baecb0638844372480cb1c99b2ae6bc1dc3b5bb152ba6e2df
5
5
  SHA512:
6
- metadata.gz: 7b1706a9b905d35ee7434920dfa64d9b0fc438bd7228d88a3ff37d95505ec2ae74c44610c3ad6e28f8bf65a5b847033337225276c04097b3a57102cd16242fcc
7
- data.tar.gz: 2e04061f26cf94800db497ae3f769c1651601217d1b616e5e7a51daebd77d519c9dbee7de6eeb5839ee6ee757f3eb5b69637abaad3a0b31983266a4eebaa4992
6
+ metadata.gz: 664223ef7cde5c88db3fda9c566f5a5e1759cf40265c4970a5f288c27bae6b766af19aa4a19e5898eeb5abfcdd953bcce339f116c44c3442d81adf084f62077e
7
+ data.tar.gz: 775e877d401dc28581d0de8842e29771fb15a4d5cad21d06d7d5d8d38e16fe0d57b9b0af2b5e823a10d3726d63a07fc704a14d7742f45d14d36722373b80c2eb
@@ -18,8 +18,9 @@ module InfinumGraylog
18
18
  @level = GELF::Levels::INFO
19
19
  @options = {
20
20
  tls: {
21
- cert: '/etc/ssl/private/graylog/graylog.crt',
22
- key: '/etc/ssl/private/graylog/graylog.key'
21
+ 'cert' => '/etc/ssl/private/graylog/graylog.crt',
22
+ 'key' => '/etc/ssl/private/graylog/graylog.key',
23
+ 'all_ciphers' => true
23
24
  }
24
25
  }
25
26
  @host = 'dreznik.infinum.co'
@@ -21,7 +21,7 @@ module InfinumGraylog
21
21
  tls_configuration = InfinumGraylog.configuration.options[:tls]
22
22
 
23
23
  tls_configuration.present? &&
24
- File.exist?(tls_configuration[:cert]) && File.exist?(tls_configuration[:key])
24
+ File.exist?(tls_configuration['cert']) && File.exist?(tls_configuration['key'])
25
25
  end
26
26
  end
27
27
  end
@@ -1,3 +1,3 @@
1
1
  module InfinumGraylog
2
- VERSION = '0.5.0'
2
+ VERSION = '0.6.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infinum_graylog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stjepan Hadjic