fluent-plugin-oci-logging 1.0.5 → 1.0.6

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: 55daadb06cc22cae55a16a6be2762e40fcd71e237b15ffa9e26cc58124e116f9
4
- data.tar.gz: 2c24aaa6537aab53d7ed4dc6c968d67331e4424f1fc6a11c6ebc003d81694ab6
3
+ metadata.gz: acd2223390cb0837861ca6d0ff70acdaea1b44456538e784446a57834102d40b
4
+ data.tar.gz: 7a2b84a24ab9940f585304f6648ad9176ba366cec38c3af671c629556a219e83
5
5
  SHA512:
6
- metadata.gz: 363ef60bba7cf8501dd0b582c29460c5f03d84b51640ec2b198a453f468ba4c4f2fd895c7072a69c59fa3e31bda300e97a84152247f5fb928b4b8fc89dcb4ed7
7
- data.tar.gz: e002ac4789e72e53076ffb7c1e9a3157d67e24c886e909acf930d7ab4a20bb071b8f5c07354b288453af57cadbe628dc03d89c6e68a0427dc715a1d82e305715
6
+ metadata.gz: 8e547e8e77256c9c605998a7ea2c8200e1a5f8d3ff9667d9752ea76ef1d15450b1c65d9a40302fabe4a92d6c2426e85581733842222f4bbf332e33ce05c55bf1
7
+ data.tar.gz: 1dcbeffec6efb01771b751e583a0a231bfdb48ddb29c0c94f5ada13862a4f7a2b9764734bdcb076e256286fed3dcebb4a88664fe4601ab3cdc3275dabd6ee7d5
@@ -43,7 +43,7 @@ module Fluent
43
43
 
44
44
  # create lumberjack request records
45
45
  logentry = ::OCI::Loggingingestion::Models::LogEntry.new
46
- logentry.time = Time.at(time).strftime('%FT%T.%LZ')
46
+ logentry.time = Time.at(time).utc.strftime('%FT%T.%LZ')
47
47
  begin
48
48
  logentry.data = content.to_json
49
49
  rescue StandardError
@@ -67,7 +67,7 @@ module Fluent
67
67
  log_entry_batch.source = @hostname
68
68
  log_entry_batch.type = PUBLIC_LOGGING_PREFIX + tagpath
69
69
  log_entry_batch.subject = sourceidentifier
70
- log_entry_batch.defaultlogentrytime = Time.at(time).strftime('%FT%T.%LZ')
70
+ log_entry_batch.defaultlogentrytime = Time.at(time).utc.strftime('%FT%T.%LZ')
71
71
  log_entry_batch.entries = []
72
72
 
73
73
  log_batches_map[requestkey] = log_entry_batch
data/lib/version.rb CHANGED
@@ -17,6 +17,6 @@ end
17
17
  module OCILogging
18
18
  MAJOR=1
19
19
  MINOR=0
20
- PATCH=number_of_commits
20
+ PATCH=6
21
21
  VERSION = ENV['OCI_LOGGING_GEM_VERSION'] || "#{MAJOR}.#{MINOR}.#{PATCH}"
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-oci-logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - OCI Observability Team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-30 00:00:00.000000000 Z
11
+ date: 2022-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -171,7 +171,7 @@ licenses:
171
171
  - Apache-2.0
172
172
  metadata:
173
173
  source_code_uri: https://github.com/oracle/fluent-plugin-oci-logging
174
- post_install_message:
174
+ post_install_message:
175
175
  rdoc_options: []
176
176
  require_paths:
177
177
  - lib
@@ -186,8 +186,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  - !ruby/object:Gem::Version
187
187
  version: '0'
188
188
  requirements: []
189
- rubygems_version: 3.1.2
190
- signing_key:
189
+ rubygems_version: 3.2.31
190
+ signing_key:
191
191
  specification_version: 4
192
192
  summary: OCI Fluentd Logging output plugin following Unified Schema
193
193
  test_files: []