fluent-plugin-vmware-loginsight 1.4.1 → 1.4.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: b1f7c396ae7d9694669619e530a495192cb3ba56d6eb62838d27c5333d6a8f2a
4
- data.tar.gz: ea053415b736253ecae294ca26930dd3408755498ec38e2cbdea68d3c31b698b
3
+ metadata.gz: e3aff37b5e1d472a2dfdb139d313a6558d021c8000f3bd3e2d5b6cf4a11d87e7
4
+ data.tar.gz: 2798b507094394c297f7134ff2fed20ba75c586b3693bfd93245b2ddf4c21406
5
5
  SHA512:
6
- metadata.gz: fd8dda762a1fd5d72caa1bebbbe7ecea69e79685df2bb3a22bb79730a61197f82f7dcced544a4f01075cfaf197e3eae63a0d739aff5834878285b42612444f39
7
- data.tar.gz: 3b5395db3fa3b7125ac6144d23ad789e349de49c20577cd40e87a7501c5e39c057285a22165d115fdf34adc988ab754532c299b7d8fffb0aa908883119f0060b
6
+ metadata.gz: 1d2a2405b82847309bd1852ab87c88781119f0901c26e452628a322714369e40c9b3e65a493c07762a5f142d432acba927ba454a8016ce271cfc5e19df24bf6e
7
+ data.tar.gz: 03ed49a376b299f5bbe3a0e18986a4e148aeb0425377ae138ea9e915d65abfdeb3a69fef7cf0a9c7dc5fdbaf71005f12fdb30f2b8acec862833dc20da0d3b7a1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.4.2 - Oct 19, 2023
4
+
5
+ * Fixed the issue with the timestamp ignoring milliseconds ([#33](https://github.com/vmware/fluent-plugin-vmware-loginsight/pull/33))
6
+
3
7
  ## v1.4.1 - Apr 25, 2023
4
8
 
5
9
  * Add support for gzip compression ([#17](https://github.com/vmware/fluent-plugin-vmware-loginsight/pull/17),[#18](https://github.com/vmware/fluent-plugin-vmware-loginsight/pull/18), [@toddc-vmware](https://github.com/toddc-vmware))
data/Dockerfile CHANGED
@@ -45,7 +45,7 @@ RUN buildDeps="\
45
45
  && gem install --norc --no-document fluent-plugin-kubernetes_metadata_filter \
46
46
  #
47
47
  # Install Log Insight plugin
48
- && gem install --norc --no-document -v 1.4.0 fluent-plugin-vmware-loginsight \
48
+ && gem install --norc --no-document -v 1.4.1 fluent-plugin-vmware-loginsight \
49
49
  #
50
50
  # Install jemalloc 5.3.0
51
51
  && curl -L --output /tmp/jemalloc-5.3.0.tar.bz2 https://github.com/jemalloc/jemalloc/releases/download/5.3.0/jemalloc-5.3.0.tar.bz2 \
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.1
1
+ 1.4.2
@@ -207,7 +207,7 @@ module Fluent::Plugin
207
207
  event = {
208
208
  "fields" => fields,
209
209
  "text" => log.gsub(/^$\n/, ''),
210
- "timestamp" => time * 1000
210
+ "timestamp" => (time.to_f * 1000).floor()
211
211
  }
212
212
  event
213
213
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-vmware-loginsight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vishal Mohite
8
8
  - Chris Todd
9
9
  - Samvel Israelyan
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-04-25 00:00:00.000000000 Z
13
+ date: 2023-10-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -106,7 +106,7 @@ homepage: https://github.com/vmware/fluent-plugin-vmware-loginsight
106
106
  licenses:
107
107
  - MIT
108
108
  metadata: {}
109
- post_install_message:
109
+ post_install_message:
110
110
  rdoc_options: []
111
111
  require_paths:
112
112
  - lib
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  requirements: []
124
124
  rubygems_version: 3.2.3
125
- signing_key:
125
+ signing_key:
126
126
  specification_version: 4
127
127
  summary: Fluend output plugin to forward logs to VMware Aria Operations For Logs
128
128
  test_files: