fluent-plugin-logentries 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b022397d867cd4aebf962dbf96c046d24393ba3
4
- data.tar.gz: 983c9ab26ce1b416aa3deadb4bce678f265c9118
3
+ metadata.gz: c69e5a0a99a3eaf881ddbc39052e651711c60de5
4
+ data.tar.gz: 41c94aa54a638be2834a598bf52a5a9c95b35693
5
5
  SHA512:
6
- metadata.gz: 5d08e28ca47cca2cd07775ea403ed560337b5d78b0c13a1c01178ca9214e0ee58903bff052442ebab56b1eccb32d849895c89a4719ebcf041fa8f3bb0fc3a969
7
- data.tar.gz: ba55eb1e1633b8c597ab1a95e801a80eec317419fec67d1bf28d04c932b2999419217b9a72e03a472acc4924cc11f12845a8a495ecc3ebb8836bef3062ff8b5f
6
+ metadata.gz: f5d3c8eba457e905ffaaca11576899a4c9e16691127cb1fd1021fbfa7442ee5b90c822df7fb2c5ed419e9fd7308e5f13c13a9c483b283066214d2b73875748b3
7
+ data.tar.gz: 30e6ffa9c548d9798d0ebd2411f111e5d19359b904400ddf3c9b7433c04567245b8d486c921b4889add2c8b0c310e45c690930d3d0837653cd06a4c663443a46
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-logentries"
7
- spec.version = "0.2.4"
7
+ spec.version = "0.2.5"
8
8
  spec.authors = ["Woorank"]
9
9
  spec.email = ["dev@woorank.com"]
10
10
  spec.summary = "Logentries output plugin for Fluent event collector"
@@ -77,7 +77,7 @@ class LogentriesOutput < Fluent::BufferedOutput
77
77
 
78
78
  # Returns the correct token to use for a given tag / records
79
79
  def get_token(tag, record)
80
- app_name = record["app_name"] || ""
80
+ app_name = record["app_name"] || record["message"]
81
81
 
82
82
  # Config Structure
83
83
  # -----------------------
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-logentries
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Woorank
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-13 00:00:00.000000000 Z
11
+ date: 2015-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler