You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@logger.error"Bearer token not specified. Either access_id and access_key both or bearer_token must be specified for authentication with Logicmonitor."
170
+
raiseLogStash::ConfigurationError,'No valid authentication specified. Either access_id and access_key both or bearer_token must be specified for authentication with Logicmonitor.'
Copy file name to clipboardExpand all lines: logstash-output-lmlogs.gemspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Gem::Specification.newdo |s|
2
2
s.name='logstash-output-lmlogs'
3
-
s.version='1.2.1'
3
+
s.version='1.3.0'
4
4
s.licenses=['Apache-2.0']
5
5
s.summary="Logstash output plugin for LM Logs"
6
6
s.description="This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
let(:sample_lm_logs_event){{"message"=>"hello this is log 1","_lm.resourceId"=>{"test.property"=>"host1"},"timestamp"=>"2021-03-22T04:28:55.907121106Z"}}
0 commit comments