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 +4 -4
- data/lib/fluent/plugin/logging_utils.rb +2 -2
- data/lib/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acd2223390cb0837861ca6d0ff70acdaea1b44456538e784446a57834102d40b
|
4
|
+
data.tar.gz: 7a2b84a24ab9940f585304f6648ad9176ba366cec38c3af671c629556a219e83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
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.
|
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-
|
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.
|
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: []
|